diff options
author | pav <pav@FreeBSD.org> | 2003-12-26 01:56:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-26 01:56:48 +0800 |
commit | bd7e717b88c644dc5da60853d92399ba6d9cb223 (patch) | |
tree | 64328f9e5cf0802b8f2b3646d0005efde7cc60c5 | |
parent | 53fe767c4b72d4b496de4fd5e162c1478f4ee55e (diff) | |
download | freebsd-ports-gnome-bd7e717b88c644dc5da60853d92399ba6d9cb223.tar.gz freebsd-ports-gnome-bd7e717b88c644dc5da60853d92399ba6d9cb223.tar.zst freebsd-ports-gnome-bd7e717b88c644dc5da60853d92399ba6d9cb223.zip |
- Update MASTER_SITES.
PR: ports/60530
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
-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 |