diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-25 17:56:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-25 17:56:48 +0000 |
commit | a0984ccfa8a12b111ff138fd0723c3031e5a1394 (patch) | |
tree | 7ec109beb7a25600e614e82c76eb4149ffeca981 | |
parent | ada243232cfc01925605d3d433fbb46025789420 (diff) | |
download | ports-a0984ccfa8a12b111ff138fd0723c3031e5a1394.tar.gz ports-a0984ccfa8a12b111ff138fd0723c3031e5a1394.zip |
Notes
-rw-r--r-- | ftp/jmirror/Makefile | 3 | ||||
-rw-r--r-- | ftp/jmirror/pkg-descr | 2 | ||||
-rw-r--r-- | misc/granulate/Makefile | 2 | ||||
-rw-r--r-- | misc/us-zipcodes/Makefile | 4 | ||||
-rw-r--r-- | security/pad/Makefile | 2 |
5 files changed, 5 insertions, 8 deletions
diff --git a/ftp/jmirror/Makefile b/ftp/jmirror/Makefile index 52bdcd47fbfc..093316cc5ee0 100644 --- a/ftp/jmirror/Makefile +++ b/ftp/jmirror/Makefile @@ -8,8 +8,7 @@ PORTNAME= jmirror PORTVERSION= 1.0b CATEGORIES= ftp -MASTER_SITES= http://galileo.spaceports.com/~jharris/distfiles/ \ - ftp://ftp.ruin.org/pub/All/ +MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= FTP mirroring program written in PERL (REQUIRES PERL5,Net::FTP) diff --git a/ftp/jmirror/pkg-descr b/ftp/jmirror/pkg-descr index e00436cf3f30..103d809f9997 100644 --- a/ftp/jmirror/pkg-descr +++ b/ftp/jmirror/pkg-descr @@ -4,7 +4,5 @@ client that cannot download recursively. This requires both PERL 5 (/usr/ports/lang/perl5/), and the CPAN module Net:FTP (http://www.perl.org/CPAN/). -WWW: http://jmirror.ruin.org/ - - Justin Robinson jmrobins@jmirror.ruin.org diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile index ef40911a58e9..b6042def0c95 100644 --- a/misc/granulate/Makefile +++ b/misc/granulate/Makefile @@ -9,7 +9,7 @@ PORTNAME= granulate PORTVERSION= 0.2 CATEGORIES= misc MASTER_SITES= http://exe2bin.com/granulate/ \ - http://galileo.spaceports.com/~jharris/distfiles/ + http://keyserver.kjsl.com/~jharris/distfiles/ MAINTAINER= jharris@widomaker.com COMMENT= Granulate is a program for splitting files in place diff --git a/misc/us-zipcodes/Makefile b/misc/us-zipcodes/Makefile index 4eb0f90174a6..fa0b2479c030 100644 --- a/misc/us-zipcodes/Makefile +++ b/misc/us-zipcodes/Makefile @@ -8,12 +8,12 @@ PORTNAME= zipcodes PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= http://galileo.spaceports.com/~jharris/distfiles/ +MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/ PKGNAMEPREFIX= us- DISTFILES= ${PORTNAME}.gz MAINTAINER= jharris@widomaker.com -COMMENT= USA postal code +COMMENT= USA postal codes NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZCAT} diff --git a/security/pad/Makefile b/security/pad/Makefile index 84674b9949bd..6f0cfd1a68d1 100644 --- a/security/pad/Makefile +++ b/security/pad/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.4 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security -MASTER_SITES= http://galileo.spaceports.com/~jharris/distfiles/ +MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/ # http://www.lammah.com/pad/ EXTRACT_SUFX= .tgz |