From 7bc69f4257fcf64f79f3dfb5a78c320643be3865 Mon Sep 17 00:00:00 2001 From: antoine Date: Fri, 28 Feb 2014 18:46:58 +0000 Subject: Deprecate and set expiration date for some ports ignored on all supported versions --- net/ipa_ip6fw/Makefile | 8 +++----- net/pppd23/Makefile | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) (limited to 'net') diff --git a/net/ipa_ip6fw/Makefile b/net/ipa_ip6fw/Makefile index 646a4ff7e6d..e48c381ba60 100644 --- a/net/ipa_ip6fw/Makefile +++ b/net/ipa_ip6fw/Makefile @@ -17,11 +17,9 @@ USE_BZIP2= yes USE_LDCONFIG= yes NO_STAGE= yes -.include - -.if ${OSVERSION} >= 700017 IGNORE= not supported on your system, as it does not have IPv6 ipfw firewall -.endif +DEPRECATED= Depends on IPv6 ipfw firewall +EXPIRATION_DATE= 2014-03-14 LOCALINCLUDE?= ${LOCALBASE}/include MAKE_ENV+= DEBUG_FLAGS="" PREFIX=${PREFIX} LOCALINCLUDE=${LOCALINCLUDE} @@ -38,4 +36,4 @@ do-install: cd ${WRKSRC} && ${MAKE} install cd ${WRKSRC}/man && ${MAKE} LANG_DIR_SRC=ru.KOI8-R clean all install -.include +.include diff --git a/net/pppd23/Makefile b/net/pppd23/Makefile index e1563872710..42f21b7b895 100644 --- a/net/pppd23/Makefile +++ b/net/pppd23/Makefile @@ -17,10 +17,8 @@ MAN8= pppd.8 pppstats.8 chat.8 MANCOMPRESSED= yes NO_STAGE= yes -.include - -.if ${OSVERSION} >= 800045 IGNORE= depends on PPPDISC, which is no longer available -.endif +DEPRECATED= Depends on PPPDISC +EXPIRATION_DATE= 2014-03-14 -.include +.include -- cgit