aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-10-29 15:13:29 +0800
committerdougb <dougb@FreeBSD.org>2005-10-29 15:13:29 +0800
commit88c5a531cb6a6005e92562b2b543a866d3024bd4 (patch)
tree9f4b172b88f694477d0b20d2473a1005ed584ce4 /mail
parent829ba133c8622e0339248b7f0d74725e152e5bad (diff)
downloadfreebsd-ports-gnome-88c5a531cb6a6005e92562b2b543a866d3024bd4.tar.gz
freebsd-ports-gnome-88c5a531cb6a6005e92562b2b543a866d3024bd4.tar.zst
freebsd-ports-gnome-88c5a531cb6a6005e92562b2b543a866d3024bd4.zip
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places.
Diffstat (limited to 'mail')
-rw-r--r--mail/pine-pgp-filters/Makefile5
-rw-r--r--mail/pine4/Makefile3
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile
index 0d5a2bed8d6d..0bb4503813d7 100644
--- a/mail/pine-pgp-filters/Makefile
+++ b/mail/pine-pgp-filters/Makefile
@@ -8,7 +8,7 @@
PORTNAME= pine-pgp-filters
PORTVERSION= 1.2
CATEGORIES= mail security
-MASTER_SITES= http://dougbarton.net/FreeBSD/Downloads/ \
+MASTER_SITES= http://dougbarton.us/Downloads/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dougb
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
@@ -17,6 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= DougB@FreeBSD.org
COMMENT= Simple, fast, sh-based filters to integrate Pine with gnupg, or pgp6
+verify: checksum
+ gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
+
do-build:
cd ${WRKSRC} && ./configure --prefix=${PREFIX}
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile
index 3cdf57904951..837355f11201 100644
--- a/mail/pine4/Makefile
+++ b/mail/pine4/Makefile
@@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
ftp://ftp.uni-magdeburg.de/pub/mirror/ftp.cac.washington.edu/pine/ \
ftp://ftp.fu-berlin.de/unix/mail/pine/ \
ftp://ftp.ut.ee/pub/unix/mail/pine/ \
- ftp://gd.tuwien.ac.at/infosys/mail/pine/
+ ftp://gd.tuwien.ac.at/infosys/mail/pine/ \
+ http://dougbarton.us/Downloads/
DISTNAME= pine${PORTVERSION}
MAINTAINER= DougB@FreeBSD.org