pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sun May 30 00:49:51 UTC 2021

Modified Files:
        pkgsrc/security/libpe: Makefile
        pkgsrc/security/pev: Makefile
Added Files:
        pkgsrc/security/libpe: Makefile.common

Log Message:
libpe, pev: introduce a Makefile.common


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/libpe/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/libpe/Makefile.common
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/pev/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libpe/Makefile
diff -u pkgsrc/security/libpe/Makefile:1.1 pkgsrc/security/libpe/Makefile:1.2
--- pkgsrc/security/libpe/Makefile:1.1  Sat May 29 23:23:42 2021
+++ pkgsrc/security/libpe/Makefile      Sun May 30 00:49:51 2021
@@ -1,18 +1,14 @@
-# $NetBSD: Makefile,v 1.1 2021/05/29 23:23:42 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/30 00:49:51 khorben Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-0.81
-CATEGORIES=    security
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=merces/}
+.include "../../security/libpe/Makefile.common"
+
+DISTNAME=      ${GITHUB_PROJECT}-${PEV_VERSION}
 GITHUB_PROJECT=        libpe
 GITHUB_TAG=    ce39b127328e3863e08163962f7ecc768eb2555e
 
-MAINTAINER=    khorben%defora.org@localhost
-HOMEPAGE=      https://pev.sourceforge.io/
 COMMENT=       The PE library used by pev - the PE file toolkit
 LICENSE=       gnu-lgpl-v3
 
-USE_TOOLS+=    gmake
-
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   prefix=${PREFIX}
 

Index: pkgsrc/security/pev/Makefile
diff -u pkgsrc/security/pev/Makefile:1.9 pkgsrc/security/pev/Makefile:1.10
--- pkgsrc/security/pev/Makefile:1.9    Sat May 29 23:28:36 2021
+++ pkgsrc/security/pev/Makefile        Sun May 30 00:49:51 2021
@@ -1,18 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2021/05/29 23:28:36 khorben Exp $
+# $NetBSD: Makefile,v 1.10 2021/05/30 00:49:51 khorben Exp $
 
-DISTNAME=      ${GITHUB_PROJECT}-0.81
-CATEGORIES=    security
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=merces/}
+.include "../../security/libpe/Makefile.common"
+
+DISTNAME=      ${GITHUB_PROJECT}-${PEV_VERSION}
 GITHUB_PROJECT=        pev
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
-MAINTAINER=    khorben%defora.org@localhost
-HOMEPAGE=      https://pev.sourceforge.io/
 COMMENT=       The PE analysis toolkit
 LICENSE=       gnu-gpl-v3
 
-USE_TOOLS+=    gmake
-
 .include "../../mk/bsd.prefs.mk"
 
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}

Added files:

Index: pkgsrc/security/libpe/Makefile.common
diff -u /dev/null pkgsrc/security/libpe/Makefile.common:1.1
--- /dev/null   Sun May 30 00:49:51 2021
+++ pkgsrc/security/libpe/Makefile.common       Sun May 30 00:49:51 2021
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile.common,v 1.1 2021/05/30 00:49:51 khorben Exp $
+#
+# used by security/libpe/Makefile
+# used by security/pev/Makefile
+
+PEV_VERSION=   0.81
+CATEGORIES=    security
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=merces/}
+
+MAINTAINER=    khorben%defora.org@localhost
+HOMEPAGE=      https://pev.sourceforge.io/
+
+USE_TOOLS+=    gmake



Home | Main Index | Thread Index | Old Index