pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Tidy Makefile.common (no functional change)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2abc74cffd41
branches:  trunk
changeset: 366852:2abc74cffd41
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Aug 18 15:19:49 2017 +0000

description:
Tidy Makefile.common (no functional change)

- Move PKGREVISION (unchanged) to Makefiles.
- Fix used-by annotation.
- Add PATCHDIR so clamav-doc has consistent distinfo/patches (even
  though clamav-doc just copies files that aren't patched).

diffstat:

 security/clamav-doc/Makefile    |  3 ++-
 security/clamav/Makefile        |  3 ++-
 security/clamav/Makefile.common |  8 ++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (50 lines):

diff -r f257f299844f -r 2abc74cffd41 security/clamav-doc/Makefile
--- a/security/clamav-doc/Makefile      Fri Aug 18 15:01:54 2017 +0000
+++ b/security/clamav-doc/Makefile      Fri Aug 18 15:19:49 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2015/12/11 16:31:06 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/08/18 15:19:50 gdt Exp $
 
 .include "../../security/clamav/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/clamav/clamav-doc/}
+PKGREVISION=   3
 COMMENT=       Anti-virus toolkit documents
 
 NO_BUILD=      yes
diff -r f257f299844f -r 2abc74cffd41 security/clamav/Makefile
--- a/security/clamav/Makefile  Fri Aug 18 15:01:54 2017 +0000
+++ b/security/clamav/Makefile  Fri Aug 18 15:19:49 2017 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2017/07/24 09:39:42 maya Exp $
+# $NetBSD: Makefile,v 1.37 2017/08/18 15:19:49 gdt Exp $
 
 .include "Makefile.common"
 
 COMMENT=       Anti-virus toolkit
+PKGREVISION=           3
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
diff -r f257f299844f -r 2abc74cffd41 security/clamav/Makefile.common
--- a/security/clamav/Makefile.common   Fri Aug 18 15:01:54 2017 +0000
+++ b/security/clamav/Makefile.common   Fri Aug 18 15:19:49 2017 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile.common,v 1.7 2017/07/24 09:39:42 maya Exp $
+# $NetBSD: Makefile.common,v 1.8 2017/08/18 15:19:49 gdt Exp $
 #
-# used by clamav/Makefile
-# used by clamav-doc/Makefile
+# used by security/clamav/Makefile
+# used by security/clamav-doc/Makefile
 
 DISTNAME=      clamav-0.99.2
-PKGREVISION=   3
 CATEGORIES=    security
 MASTER_SITES=  http://www.clamav.net/downloads/production/
 
@@ -13,3 +12,4 @@
 LICENSE=       gnu-gpl-v2
 
 DISTINFO_FILE= ${.CURDIR}/../../security/clamav/distinfo
+PATCHDIR=      ${.CURDIR}/../../security/clamav/patches



Home | Main Index | Thread Index | Old Index