From f23bee4711368cf4e34a38e4da773bc26753dc35 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Fri, 13 Apr 2007 14:09:41 +0000 Subject: [PATCH] - Current MASTER_SITES gives a 301 redirect, so point to final location add WWW. PR: 111155 Submitted by: Jason Harris Approved by: Stanislav Shalunov (maintainer) clsung (mentor) --- sysutils/stmpclean/Makefile | 2 +- sysutils/stmpclean/pkg-descr | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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