diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-09 09:32:37 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-09 09:32:37 +0000 |
commit | f9a5b4fd695aab79a593d6924236a239230a3571 (patch) | |
tree | dbed314297629fbc81af12402ceb441434810fb0 /net/tcptraceroute | |
parent | 05f82c6e35ba2be329b167afa59a48c148006501 (diff) |
net/libnet10 expired, set the 12 dependent ports to expire 30 SEP 2014
The ports the depend on net/libnet10 should have been set to expire on
the same day as net/libnet10. That didn't happen, so postpone the removal
of libnet10 three weeks to afford an opportunity for 12 ports to migrate
to a new libnet.
Notes
Notes:
svn path=/head/; revision=367721
Diffstat (limited to 'net/tcptraceroute')
-rw-r--r-- | net/tcptraceroute/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile index a08ca62344a0..a3f6f99c12c8 100644 --- a/net/tcptraceroute/Makefile +++ b/net/tcptraceroute/Makefile @@ -13,6 +13,9 @@ COMMENT= Traceroute implementation using TCP packets LICENSE= GPLv2 +DEPRECATED= Depends on expired net/libnet10 +EXPIRATION_DATE= 2014-09-30 + BUILD_DEPENDS= ${LOCALBASE}/bin/libnet10-config:${PORTSDIR}/net/libnet10 post-patch: |