diff options
author | dougb <dougb@FreeBSD.org> | 2005-10-29 15:13:29 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-10-29 15:13:29 +0800 |
commit | 88c5a531cb6a6005e92562b2b543a866d3024bd4 (patch) | |
tree | 9f4b172b88f694477d0b20d2473a1005ed584ce4 /x11/xscreensaver | |
parent | 829ba133c8622e0339248b7f0d74725e152e5bad (diff) | |
download | freebsd-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 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 5f9a91228518..e4cec7e4fc82 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -8,7 +8,8 @@ PORTNAME= xscreensaver PORTVERSION= 4.22 CATEGORIES?= x11 -MASTER_SITES= http://www.jwz.org/xscreensaver/ +MASTER_SITES= http://www.jwz.org/xscreensaver/ \ + http://dougbarton.us/Downloads/ MAINTAINER?= DougB@FreeBSD.org COMMENT= Save your screen while you entertain your cat |