diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-14 00:15:36 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-14 00:15:36 +0800 |
commit | b59621d3ae883bef429a8fae6073bfa293a55222 (patch) | |
tree | b415c7b2903cf47ada68c5557c3c6ac33a25fc41 /misc | |
parent | e93c09b8f3675471a176b72ae1e6f085f7a607ad (diff) | |
download | freebsd-ports-gnome-b59621d3ae883bef429a8fae6073bfa293a55222.tar.gz freebsd-ports-gnome-b59621d3ae883bef429a8fae6073bfa293a55222.tar.zst freebsd-ports-gnome-b59621d3ae883bef429a8fae6073bfa293a55222.zip |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Bot-Training-MegaHAL/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Bot-Training-StarCraft/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Bot-Training/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Bing/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Geocoder-US/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Many/Makefile | 2 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Mapquest/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Multimap/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Navteq/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-OSM/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-Ovi/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-PlaceFinder/Makefile | 8 | ||||
-rw-r--r-- | misc/p5-Geo-Coder-TomTom/Makefile | 8 |
13 files changed, 67 insertions, 13 deletions
diff --git a/misc/p5-Bot-Training-MegaHAL/Makefile b/misc/p5-Bot-Training-MegaHAL/Makefile index 922bc5d38a75..b1f303780854 100644 --- a/misc/p5-Bot-Training-MegaHAL/Makefile +++ b/misc/p5-Bot-Training-MegaHAL/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-In RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.10.0+ MAN3= Bot::Training::MegaHAL.3 diff --git a/misc/p5-Bot-Training-StarCraft/Makefile b/misc/p5-Bot-Training-StarCraft/Makefile index 6ce3dd3993de..c466d0c98a63 100644 --- a/misc/p5-Bot-Training-StarCraft/Makefile +++ b/misc/p5-Bot-Training-StarCraft/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= p5-File-ShareDir-Install>=0.03:${PORTSDIR}/devel/p5-File-ShareDir RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.10.0+ MAN3= Bot::Training::StarCraft.3 diff --git a/misc/p5-Bot-Training/Makefile b/misc/p5-Bot-Training/Makefile index 8a7e669ad0fa..e41e4a84fc79 100644 --- a/misc/p5-Bot-Training/Makefile +++ b/misc/p5-Bot-Training/Makefile @@ -31,7 +31,7 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.10+ MAN1= bot-training.1 diff --git a/misc/p5-Geo-Coder-Bing/Makefile b/misc/p5-Geo-Coder-Bing/Makefile index 2e587e385c59..1b93fd7b2885 100644 --- a/misc/p5-Geo-Coder-Bing/Makefile +++ b/misc/p5-Geo-Coder-Bing/Makefile @@ -29,4 +29,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Bing.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Geo-Coder-Geocoder-US/Makefile b/misc/p5-Geo-Coder-Geocoder-US/Makefile index d346e07e8fee..b1fa0dc9c81e 100644 --- a/misc/p5-Geo-Coder-Geocoder-US/Makefile +++ b/misc/p5-Geo-Coder-Geocoder-US/Makefile @@ -26,4 +26,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Geocoder::US.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Geo-Coder-Many/Makefile b/misc/p5-Geo-Coder-Many/Makefile index 616cbf0c2e26..3289e08e45f8 100644 --- a/misc/p5-Geo-Coder-Many/Makefile +++ b/misc/p5-Geo-Coder-Many/Makefile @@ -32,7 +32,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.10.0+ MAN3= Geo::Coder::Many.3 \ Geo::Coder::Many::Bing.3 \ diff --git a/misc/p5-Geo-Coder-Mapquest/Makefile b/misc/p5-Geo-Coder-Mapquest/Makefile index 9f6ff0f4453b..59506ea3859c 100644 --- a/misc/p5-Geo-Coder-Mapquest/Makefile +++ b/misc/p5-Geo-Coder-Mapquest/Makefile @@ -29,4 +29,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Mapquest.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Geo-Coder-Multimap/Makefile b/misc/p5-Geo-Coder-Multimap/Makefile index aebdf47855a0..7411001d274a 100644 --- a/misc/p5-Geo-Coder-Multimap/Makefile +++ b/misc/p5-Geo-Coder-Multimap/Makefile @@ -27,4 +27,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Multimap.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Geo-Coder-Navteq/Makefile b/misc/p5-Geo-Coder-Navteq/Makefile index ce7a39cc08d8..5c5425bdbe5f 100644 --- a/misc/p5-Geo-Coder-Navteq/Makefile +++ b/misc/p5-Geo-Coder-Navteq/Makefile @@ -25,4 +25,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Navteq.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Geo-Coder-OSM/Makefile b/misc/p5-Geo-Coder-OSM/Makefile index 07993aeb43ae..3eab85b1d36d 100644 --- a/misc/p5-Geo-Coder-OSM/Makefile +++ b/misc/p5-Geo-Coder-OSM/Makefile @@ -27,4 +27,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::OSM.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Geo-Coder-Ovi/Makefile b/misc/p5-Geo-Coder-Ovi/Makefile index 4172dccb13a7..954a535c4004 100644 --- a/misc/p5-Geo-Coder-Ovi/Makefile +++ b/misc/p5-Geo-Coder-Ovi/Makefile @@ -27,4 +27,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::Ovi.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Geo-Coder-PlaceFinder/Makefile b/misc/p5-Geo-Coder-PlaceFinder/Makefile index a9fde871722a..9c7a5252d2b3 100644 --- a/misc/p5-Geo-Coder-PlaceFinder/Makefile +++ b/misc/p5-Geo-Coder-PlaceFinder/Makefile @@ -27,4 +27,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::PlaceFinder.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Geo-Coder-TomTom/Makefile b/misc/p5-Geo-Coder-TomTom/Makefile index bd36e0c9751f..2faca1d6e494 100644 --- a/misc/p5-Geo-Coder-TomTom/Makefile +++ b/misc/p5-Geo-Coder-TomTom/Makefile @@ -27,4 +27,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::TomTom.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> |