diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-06-20 09:03:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-06-20 09:03:27 +0000 |
commit | 7a1dccccd56cf0a6239992d6a2cc584de1fd61b8 (patch) | |
tree | 53ef54a2336bb0c755e3869b6e29b2608148b337 /shells | |
parent | dec946ad510fca42e9c94b55d1d6a14f61b52298 (diff) | |
download | freebsd-ports-7a1dccccd56cf0a6239992d6a2cc584de1fd61b8.zip |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
Diffstat (limited to 'shells')
-rw-r--r-- | shells/psh/Makefile | 2 | ||||
-rw-r--r-- | shells/zoidberg/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/shells/psh/Makefile b/shells/psh/Makefile index dd08354cd626..c813ec1a24b7 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.8.1 PORTREVISION= 1 CATEGORIES= shells perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/G/GR/GREGOR +MASTER_SITE_SUBDIR= CPAN:GREGOR MAINTAINER= garga@FreeBSD.org COMMENT= New shell made entirely out of a Perl script diff --git a/shells/zoidberg/Makefile b/shells/zoidberg/Makefile index e7571a4f2e0b..96b7f63a8e65 100644 --- a/shells/zoidberg/Makefile +++ b/shells/zoidberg/Makefile @@ -11,10 +11,10 @@ PORTVERSION= 0.96 PORTREVISION= 3 CATEGORIES= shells perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/P/PA/PARDUS +MASTER_SITE_SUBDIR= CPAN:PARDUS DISTNAME= Zoidberg-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A modular PERL shell BUILD_DEPENDS= ${SITE_PERL}/Exporter/Tidy.pm:${PORTSDIR}/devel/p5-Exporter-Tidy \ |