[Midnightbsd-cvs] mports: Makefile: drop pine4 support
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Apr 2 19:23:10 EDT 2009
Log Message:
-----------
drop pine4 support
Modified Files:
--------------
mports/mail/pine-pgp-filters:
Makefile (r1.9 -> r1.10)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/pine-pgp-filters/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L mail/pine-pgp-filters/Makefile -L mail/pine-pgp-filters/Makefile -u -r1.9 -r1.10
--- mail/pine-pgp-filters/Makefile
+++ mail/pine-pgp-filters/Makefile
@@ -1,14 +1,8 @@
-# New ports collection makefile for: pine-pgp-filters
-# Date created: 22 January 2003
-# Whom: dougb
-#
# $MidnightBSD$
-# $FreeBSD: ports/mail/pine-pgp-filters/Makefile,v 1.13 2007/12/26 22:18:26 dougb Exp $
-#
PORTNAME= pine-pgp-filters
PORTVERSION= 1.6
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= mail security
MASTER_SITES= http://dougbarton.us/PGP/scripts/ppf/ \
${MASTER_SITE_FREEBSD_LOCAL}
@@ -17,19 +11,14 @@
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports at MidnightBSD.org
-COMMENT= Simple /bin/sh-based filters to use GnuPG with Pine or Alpine
+COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine
LICENSE= bsd2
.include <bsd.port.pre.mk>
BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
-
-.if exists(${LOCALBASE}/bin/pine)
-RUN_DEPENDS+= pine:${PORTSDIR}/mail/pine4
-.else
RUN_DEPENDS+= alpine:${PORTSDIR}/mail/alpine
-.endif
verify: checksum
gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
More information about the Midnightbsd-cvs
mailing list