diff options
author | garga <garga@FreeBSD.org> | 2005-07-12 01:25:16 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-07-12 01:25:16 +0800 |
commit | 717bf891348df508dc68ee7e0e309382d12f2b8c (patch) | |
tree | e6339558dccce52a52836ead4aa09aaf3a3a8831 /shells | |
parent | 19876e35efeafaa95870ca2cf9de82ac19f00993 (diff) | |
download | freebsd-ports-gnome-717bf891348df508dc68ee7e0e309382d12f2b8c.tar.gz freebsd-ports-gnome-717bf891348df508dc68ee7e0e309382d12f2b8c.tar.zst freebsd-ports-gnome-717bf891348df508dc68ee7e0e309382d12f2b8c.zip |
Change MASTER_SITES to a CPAN address since old is broken
Approved by: flz (mentor)
Reported by: kris
Diffstat (limited to 'shells')
-rw-r--r-- | shells/perlsh/Makefile | 2 | ||||
-rw-r--r-- | shells/perlsh/pkg-descr | 2 | ||||
-rw-r--r-- | shells/psh/Makefile | 2 | ||||
-rw-r--r-- | shells/psh/pkg-descr | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index 2e81ba22e6b7..585edfe48463 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -8,7 +8,7 @@ PORTNAME= perlsh PORTVERSION= 1.8 CATEGORIES= shells perl5 -MASTER_SITES= http://www.gregorpurdy.com/gregor/psh/ +MASTER_SITES= http://www.cpan.org/authors/id/G/GR/GREGOR/ DISTNAME= psh-${PORTVERSION} MAINTAINER= garga@FreeBSD.org diff --git a/shells/perlsh/pkg-descr b/shells/perlsh/pkg-descr index 2c5f33fb190d..2d7a757bda2c 100644 --- a/shells/perlsh/pkg-descr +++ b/shells/perlsh/pkg-descr @@ -1,4 +1,4 @@ Perl Shell is a new shell that combines the power of bash and several other shells with the power of perl programming. -WWW: http://www.gregorpurdy.com/gregor/psh/ +WWW: http://search.cpan.org/~gregor/psh-1.8/ diff --git a/shells/psh/Makefile b/shells/psh/Makefile index 2e81ba22e6b7..585edfe48463 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -8,7 +8,7 @@ PORTNAME= perlsh PORTVERSION= 1.8 CATEGORIES= shells perl5 -MASTER_SITES= http://www.gregorpurdy.com/gregor/psh/ +MASTER_SITES= http://www.cpan.org/authors/id/G/GR/GREGOR/ DISTNAME= psh-${PORTVERSION} MAINTAINER= garga@FreeBSD.org diff --git a/shells/psh/pkg-descr b/shells/psh/pkg-descr index 2c5f33fb190d..2d7a757bda2c 100644 --- a/shells/psh/pkg-descr +++ b/shells/psh/pkg-descr @@ -1,4 +1,4 @@ Perl Shell is a new shell that combines the power of bash and several other shells with the power of perl programming. -WWW: http://www.gregorpurdy.com/gregor/psh/ +WWW: http://search.cpan.org/~gregor/psh-1.8/ |