diff options
author | mat <mat@FreeBSD.org> | 2016-12-26 22:33:04 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-12-26 22:33:04 +0800 |
commit | b603a3ebd0348aaf28d6c77c4ef962f337478a99 (patch) | |
tree | 5378425378030e5a524d27195afa03d8ff7322bb /converters | |
parent | 44a9218a42690550e0052ae5972ccdd69d124370 (diff) | |
download | freebsd-ports-gnome-b603a3ebd0348aaf28d6c77c4ef962f337478a99.tar.gz freebsd-ports-gnome-b603a3ebd0348aaf28d6c77c4ef962f337478a99.tar.zst freebsd-ports-gnome-b603a3ebd0348aaf28d6c77c4ef962f337478a99.zip |
Add an EXPIRATION_DATE to DEPRECATED ports without one.
Sponsored by: Absolight
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile index 3f54df7a8a23..2bf6888a66bf 100644 --- a/converters/p5-JSON-Any/Makefile +++ b/converters/p5-JSON-Any/Makefile @@ -23,6 +23,7 @@ TEST_DEPENDS= p5-Cpanel-JSON-XS>=0:converters/p5-Cpanel-JSON-XS \ p5-Test-Without-Module>=0.17:devel/p5-Test-Without-Module DEPRECATED= Deprecated by upstream +EXPIRATION_DATE= 2017-03-01 # Author preference: Cpanel::JSON::XS > JSON::XS > JSON::PP > JSON > JSON::DWIW OPTIONS_DEFINE= CPANEL JSON_XS JSON_PP JSON JSON_DWIW |