diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 01:48:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 01:48:11 +0000 |
commit | 2d94dc2a57e15ef36ef6232f10f83d7d835ed86f (patch) | |
tree | fa77975e558b22de534bb213b1f0a5ddc6816c02 /misc | |
parent | f6ceda4641fbefafa4e37868815177f80a68a5d8 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geography-NationalGrid-TW/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Geography-NationalGrid/Makefile | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/misc/p5-Geography-NationalGrid-TW/Makefile b/misc/p5-Geography-NationalGrid-TW/Makefile index 10c7c2a6701e..210859f8e6da 100644 --- a/misc/p5-Geography-NationalGrid-TW/Makefile +++ b/misc/p5-Geography-NationalGrid-TW/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert Taiwan Datum (TWD67/TM2, TWD97/TM2) to/from Lat and Long +DEPRECATED= Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + BUILD_DEPENDS= p5-Geography-NationalGrid>=0:${PORTSDIR}/misc/p5-Geography-NationalGrid RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Geography-NationalGrid/Makefile b/misc/p5-Geography-NationalGrid/Makefile index 83efc24b42e6..36d8ad87c56c 100644 --- a/misc/p5-Geography-NationalGrid/Makefile +++ b/misc/p5-Geography-NationalGrid/Makefile @@ -14,8 +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 +# Depended on by misc/p5-Geography-NationalGrid-TW +DEPRECATED= Disappeared from CPAN +EXPIRATION_DATE= 2011-10-31 PERL_CONFIGURE= yes |