diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-10-29 07:13:29 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-10-29 07:13:29 +0000 |
commit | cfda064524df95df7a3a4bcc39d53de830654a3a (patch) | |
tree | 0b5d354ef722c309198f41c36abd681847e2234f /editors/pico | |
parent | Fix pkg-plist on 4-stable. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=146646
Diffstat (limited to 'editors/pico')
-rw-r--r-- | editors/pico/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 4d08ef82e4d7..d0ebdb26e8b3 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -15,7 +15,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 |