diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-07-11 17:25:16 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-07-11 17:25:16 +0000 |
commit | 4a3dfa2f469232fba95935d98d33693c754bb39b (patch) | |
tree | 62e9fabd897ba260b424e281ec051b6600a07b76 | |
parent | f40b07a8614d67a7339b2aeda9f3f9db21d232c0 (diff) |
Change MASTER_SITES to a CPAN address since old is broken
Approved by: flz (mentor)
Reported by: kris
Notes
Notes:
svn path=/head/; revision=138922
-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/ |