diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-03 06:19:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-03 06:19:12 +0000 |
commit | 545e0a929948b005898b9f79eb673dc7a033ddaf (patch) | |
tree | a12bdbdf73b4b8f6634216a90e695d07fc7c7085 | |
parent | Fix master_sites (diff) |
Deprecate some perl@ ports that disappared from CPAN
Notes
Notes:
svn path=/head/; revision=278845
-rw-r--r-- | audio/p5-MusicBrainz-Client/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-MusicBrainz-TRM/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Config-INI-MVP/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Date-Set/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Scalar-Util-Clone/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-UNIVERSAL-exports/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-QuoteWrap/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Geography-NationalGrid/Makefile | 3 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-FormCanary/Makefile | 3 | ||||
-rw-r--r-- | www/p5-HTML-Widget-DBIC/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-GdkPixbuf/Makefile | 3 |
11 files changed, 33 insertions, 0 deletions
diff --git a/audio/p5-MusicBrainz-Client/Makefile b/audio/p5-MusicBrainz-Client/Makefile index 0a25ef0dbdc8..6192fdd2013f 100644 --- a/audio/p5-MusicBrainz-Client/Makefile +++ b/audio/p5-MusicBrainz-Client/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A Perl module that provides access to the musicbrainz client API +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MusicBrainz/Queries.pm:${PORTSDIR}/audio/p5-MusicBrainz-Queries RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/audio/p5-MusicBrainz-TRM/Makefile b/audio/p5-MusicBrainz-TRM/Makefile index 8fe3f04cee9f..e6acecf8a355 100644 --- a/audio/p5-MusicBrainz-TRM/Makefile +++ b/audio/p5-MusicBrainz-TRM/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A Perl module that provides access to the musicbrainz client TRM API +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz PERL_CONFIGURE= yes diff --git a/devel/p5-Config-INI-MVP/Makefile b/devel/p5-Config-INI-MVP/Makefile index 71e898c9ed71..14839ef3dc4f 100644 --- a/devel/p5-Config-INI-MVP/Makefile +++ b/devel/p5-Config-INI-MVP/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Multi-value capable .ini file reader (for plugins) +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \ p5-Config-MVP>=0.092060:${PORTSDIR}/devel/p5-Config-MVP \ p5-Moose>=0.65:${PORTSDIR}/devel/p5-Moose diff --git a/devel/p5-Date-Set/Makefile b/devel/p5-Date-Set/Makefile index 36d258894ec0..c983902c88ad 100644 --- a/devel/p5-Date-Set/Makefile +++ b/devel/p5-Date-Set/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A module for date/time sets +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + BUILD_DEPENDS= ${SITE_PERL}/Set/Infinite.pm:${PORTSDIR}/devel/p5-Set-Infinite \ ${SITE_PERL}/Date/ICal.pm:${PORTSDIR}/devel/p5-Date-ICal RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/devel/p5-Scalar-Util-Clone/Makefile b/devel/p5-Scalar-Util-Clone/Makefile index b90b746aab79..87d282096d37 100644 --- a/devel/p5-Scalar-Util-Clone/Makefile +++ b/devel/p5-Scalar-Util-Clone/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Recursively copy datatypes using Perl's builtin functions +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/devel/p5-UNIVERSAL-exports/Makefile b/devel/p5-UNIVERSAL-exports/Makefile index c8df70632016..f6cbcaaec5b2 100644 --- a/devel/p5-UNIVERSAL-exports/Makefile +++ b/devel/p5-UNIVERSAL-exports/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Lightweight, universal exporting of variables +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + BUILD_DEPENDS= ${SITE_PERL}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/mail/p5-Mail-QuoteWrap/Makefile b/mail/p5-Mail-QuoteWrap/Makefile index 0236900fda9d..6f07e2aa699b 100644 --- a/mail/p5-Mail-QuoteWrap/Makefile +++ b/mail/p5-Mail-QuoteWrap/Makefile @@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= Provides wrapping functionality for quoted Email and Usenet messages +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + BUILD_DEPENDS= ${SITE_PERL}/Text/Format.pm:${PORTSDIR}/textproc/p5-Text-Format PERL_CONFIGURE= yes diff --git a/misc/p5-Geography-NationalGrid/Makefile b/misc/p5-Geography-NationalGrid/Makefile index 6b044969f057..83efc24b42e6 100644 --- a/misc/p5-Geography-NationalGrid/Makefile +++ b/misc/p5-Geography-NationalGrid/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create an object for a point and to transform coordinate systems +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + PERL_CONFIGURE= yes MAN3= Geography::NationalGrid.3 Geography::NationalGrid::GB.3 \ diff --git a/www/p5-Catalyst-Plugin-FormCanary/Makefile b/www/p5-Catalyst-Plugin-FormCanary/Makefile index 9d830edb06c2..c2551bd1f8b5 100644 --- a/www/p5-Catalyst-Plugin-FormCanary/Makefile +++ b/www/p5-Catalyst-Plugin-FormCanary/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Check that forms are submitted from your site +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \ p5-Catalyst-Plugin-Session>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Session diff --git a/www/p5-HTML-Widget-DBIC/Makefile b/www/p5-HTML-Widget-DBIC/Makefile index 3e87175371d1..1331a57b1181 100644 --- a/www/p5-HTML-Widget-DBIC/Makefile +++ b/www/p5-HTML-Widget-DBIC/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Subclass of HTML::Widget for dealing with DBIx::Class +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + RUN_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \ p5-HTML-Widget>=1.11:${PORTSDIR}/www/p5-HTML-Widget BUILD_DEPENDS= ${RUN_DEPENDS} diff --git a/x11-toolkits/p5-GdkPixbuf/Makefile b/x11-toolkits/p5-GdkPixbuf/Makefile index 1f0023513220..723fe43e0950 100644 --- a/x11-toolkits/p5-GdkPixbuf/Makefile +++ b/x11-toolkits/p5-GdkPixbuf/Makefile @@ -16,6 +16,9 @@ DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= The Pixbuf module of Gtk-Perl +DEPRECATED= Disappear from CPAN +EXPIRATION_DATE= 2011-09-01 + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \ ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer |