diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-13 14:09:41 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-13 14:09:41 +0000 |
commit | f23bee4711368cf4e34a38e4da773bc26753dc35 (patch) | |
tree | bb8d02c891d881791f4724ce0eaa96fc5d8faeb6 /sysutils/stmpclean | |
parent | 062c564b9f8b7fb1d98f6838ac75d0381f4b2883 (diff) | |
download | ports-f23bee4711368cf4e34a38e4da773bc26753dc35.tar.gz ports-f23bee4711368cf4e34a38e4da773bc26753dc35.zip |
- Current MASTER_SITES gives a 301 redirect, so point to final location
add WWW.
PR: 111155
Submitted by: Jason Harris <jharris AT widomaker.com>
Approved by: Stanislav Shalunov <shalunov AT shlang.com> (maintainer)
clsung (mentor)
Notes
Notes:
svn path=/head/; revision=189903
Diffstat (limited to 'sysutils/stmpclean')
-rw-r--r-- | sysutils/stmpclean/Makefile | 2 | ||||
-rw-r--r-- | sysutils/stmpclean/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/stmpclean/Makefile b/sysutils/stmpclean/Makefile index 47d26ab04004..e90a115a309c 100644 --- a/sysutils/stmpclean/Makefile +++ b/sysutils/stmpclean/Makefile @@ -8,7 +8,7 @@ PORTNAME= stmpclean PORTVERSION= 0.3 CATEGORIES= sysutils security -MASTER_SITES= http://www.internet2.edu/~shalunov/stmpclean/ +MASTER_SITES= http://shlang.com/stmpclean/ MAINTAINER= shalunov@shlang.com COMMENT= Remove old files from temporary directories diff --git a/sysutils/stmpclean/pkg-descr b/sysutils/stmpclean/pkg-descr index 0d8c4a952a74..393b150218d6 100644 --- a/sysutils/stmpclean/pkg-descr +++ b/sysutils/stmpclean/pkg-descr @@ -9,5 +9,7 @@ Using one of the nifty floating around Perl scripts for this purpose is dangerous: when you have an attack they have a tendency to behave like forking bombs, making matters much worse. +WWW: http://shlang.com/stmpclean/ + --Stanislav shalunov@internet2.edu |