aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-03-02 11:08:46 +0800
committerleeym <leeym@FreeBSD.org>2003-03-02 11:08:46 +0800
commitca75f737cbb3d3152b5b33affbe41cffcb09f2cc (patch)
tree8ef2f2c14b7725dbbbd07c8edf739bbd2c001b03 /security
parent4d88d90e00c3238dbef7b13a7f82c23e7381ae3b (diff)
downloadfreebsd-ports-gnome-ca75f737cbb3d3152b5b33affbe41cffcb09f2cc.tar.gz
freebsd-ports-gnome-ca75f737cbb3d3152b5b33affbe41cffcb09f2cc.tar.zst
freebsd-ports-gnome-ca75f737cbb3d3152b5b33affbe41cffcb09f2cc.zip
- Add dependency on gnupg
- Utilize USE_AUTOCONF_VER - Bump PORTREVISION PR: 48628 Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Diffstat (limited to 'security')
-rw-r--r--security/gnupg-devel/Makefile6
-rw-r--r--security/newpg/Makefile6
2 files changed, 8 insertions, 4 deletions
diff --git a/security/gnupg-devel/Makefile b/security/gnupg-devel/Makefile
index d9698af3e447..d612e31c043f 100644
--- a/security/gnupg-devel/Makefile
+++ b/security/gnupg-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= newpg
PORTVERSION= 0.9.4
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/aegypten
@@ -14,14 +15,15 @@ MASTER_SITE_SUBDIR= alpha/aegypten
MAINTAINER= michaelnottebrock@gmx.net
COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \
iconv.3:${PORTSDIR}/converters/libiconv \
intl.4:${PORTSDIR}/devel/gettext \
ksba.7:${PORTSDIR}/security/libksba \
pth.20:${PORTSDIR}/devel/pth
-RUN_DEPENDS= pinentry-curses:${PORTSDIR}/security/pinentry
+RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
+ pinentry-curses:${PORTSDIR}/security/pinentry
+USE_AUTOCONF_VER=253
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
diff --git a/security/newpg/Makefile b/security/newpg/Makefile
index d9698af3e447..d612e31c043f 100644
--- a/security/newpg/Makefile
+++ b/security/newpg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= newpg
PORTVERSION= 0.9.4
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/aegypten
@@ -14,14 +15,15 @@ MASTER_SITE_SUBDIR= alpha/aegypten
MAINTAINER= michaelnottebrock@gmx.net
COMMENT= Prerelease package of GnuPG extensions for GnuPG 2.0
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt \
iconv.3:${PORTSDIR}/converters/libiconv \
intl.4:${PORTSDIR}/devel/gettext \
ksba.7:${PORTSDIR}/security/libksba \
pth.20:${PORTSDIR}/devel/pth
-RUN_DEPENDS= pinentry-curses:${PORTSDIR}/security/pinentry
+RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
+ pinentry-curses:${PORTSDIR}/security/pinentry
+USE_AUTOCONF_VER=253
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes