[Midnightbsd-cvs] mports: mail/pine-pgp-filters: This port has been pissing me off for
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 13 23:12:14 EDT 2008
Log Message:
-----------
This port has been pissing me off for awhile. Remove the hack to "detect" gpg in configure and just set the damn thing with an assumption of gpg2. Also fix the run depends so that gpg2 is included.
Modified Files:
--------------
mports/mail/pine-pgp-filters:
Makefile (r1.8 -> r1.9)
Added Files:
-----------
mports/mail/pine-pgp-filters/files:
patch-configure (r1.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/pine-pgp-filters/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L mail/pine-pgp-filters/Makefile -L mail/pine-pgp-filters/Makefile -u -r1.8 -r1.9
--- mail/pine-pgp-filters/Makefile
+++ mail/pine-pgp-filters/Makefile
@@ -8,7 +8,7 @@
PORTNAME= pine-pgp-filters
PORTVERSION= 1.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail security
MASTER_SITES= http://dougbarton.us/PGP/scripts/ppf/ \
${MASTER_SITE_FREEBSD_LOCAL}
@@ -23,12 +23,12 @@
.include <bsd.port.pre.mk>
BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
-RUN_DEPENDS+= gpg2:${PORTSDIR}/security/gnupg
+RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
.if exists(${LOCALBASE}/bin/pine)
-RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4
+RUN_DEPENDS+= pine:${PORTSDIR}/mail/pine4
.else
-RUN_DEPENDS= alpine:${PORTSDIR}/mail/alpine
+RUN_DEPENDS+= alpine:${PORTSDIR}/mail/alpine
.endif
verify: checksum
More information about the Midnightbsd-cvs
mailing list