summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-15 21:28:02 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-15 21:28:02 +0000
commitd37f298649b67205de23a36561c8d864cac1ac9e (patch)
treee3ca46621429b6d2059e1a79ec0f90a5977e09de /security
parentFix Python detection for Python <= 2.2. (diff)
[maintainer-update] ports/security/pad - make fetchable again
http://www.lammah.com/ has been unresponsive long enough, point to working sites PR: ports/58087 Submitted by: Jason Harris <jharris@widomaker.com>
Notes
Notes: svn path=/head/; revision=91362
Diffstat (limited to 'security')
-rw-r--r--security/pad/Makefile5
-rw-r--r--security/pad/pkg-descr2
2 files changed, 4 insertions, 3 deletions
diff --git a/security/pad/Makefile b/security/pad/Makefile
index 070f70cc6090..84674b9949bd 100644
--- a/security/pad/Makefile
+++ b/security/pad/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= pad
-PORTEPOCH= 1
PORTVERSION= 1.0.4
PORTREVISION= 2
+PORTEPOCH= 1
CATEGORIES= security
-MASTER_SITES= http://www.lammah.com/pad/
+MASTER_SITES= http://galileo.spaceports.com/~jharris/distfiles/
+# http://www.lammah.com/pad/
EXTRACT_SUFX= .tgz
MAINTAINER= jharris@widomaker.com
diff --git a/security/pad/pkg-descr b/security/pad/pkg-descr
index 8a1e2f310fce..1b30fcec054c 100644
--- a/security/pad/pkg-descr
+++ b/security/pad/pkg-descr
@@ -5,6 +5,6 @@ in two or more output files. The output files are indistinguishable
from random noise, except that when the pad utility is used to XOR
them together again, the original data files may be recovered.
-WWW: http://www.lammah.com/pad/
+WWW: http://web.archive.org/web/20011030104813/www.lammah.com/pad/
Jason Harris <jharris@widomaker.com>