diff options
author | skv <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-06-11 16:13:12 +0000 |
commit | bd66c37b2ebc3af08e4801d5ee95d052d7106537 (patch) | |
tree | 5d1cee6ab34a9bc371efc1528a966de11e512cf8 /misc | |
parent | fa6b19a74d8cf69c7178487be2538d36f7b0d459 (diff) | |
download | FreeBSD-ports-bd66c37b2ebc3af08e4801d5ee95d052d7106537.zip FreeBSD-ports-bd66c37b2ebc3af08e4801d5ee95d052d7106537.tar.gz |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gpt/Makefile | 5 | ||||
-rw-r--r-- | misc/gpt31/Makefile | 6 | ||||
-rw-r--r-- | misc/p5-I18N-LangTags/Makefile | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile index b62103e..55ef47e 100644 --- a/misc/gpt/Makefile +++ b/misc/gpt/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpt PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= misc archivers devel parallel MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -19,9 +20,9 @@ CONFLICTS= gpt-3.1 RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ - ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser \ + ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake \ ${LOCALBASE}/bin/makepatch:${PORTSDIR}/textproc/makepatch diff --git a/misc/gpt31/Makefile b/misc/gpt31/Makefile index bf43512..fcc34ba 100644 --- a/misc/gpt31/Makefile +++ b/misc/gpt31/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpt PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc archivers devel parallel MASTER_SITES= ftp://ftp.ncsa.uiuc.edu/aces/gpt/releases/gpt-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -21,9 +21,9 @@ NO_LATEST_LINK= YES RUN_DEPENDS+= ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar \ ${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ + ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ - ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser \ + ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${LOCALBASE}/bin/gmake:${PORTSDIR}/devel/gmake \ ${LOCALBASE}/bin/makepatch:${PORTSDIR}/textproc/makepatch diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile index 8c61d5a..364a967 100644 --- a/misc/p5-I18N-LangTags/Makefile +++ b/misc/p5-I18N-LangTags/Makefile @@ -16,7 +16,6 @@ MAINTAINER= demon@FreeBSD.org COMMENT= Functions for dealing with RFC-1766-style language tags PERL_CONFIGURE= YES -CONFIGURE_ARGS+=INSTALLDIRS=site MAN3= I18N::LangTags.3 I18N::LangTags::Detect.3 I18N::LangTags::List.3 |