aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-03-01 02:46:58 +0800
committerantoine <antoine@FreeBSD.org>2014-03-01 02:46:58 +0800
commit7bc69f4257fcf64f79f3dfb5a78c320643be3865 (patch)
treeb4bc39dc8e6e642cb744fae969c717fb5164d5e6 /net
parentbc530e77c66ef8cfa5bdbf84aaa6e1a758d828b4 (diff)
downloadfreebsd-ports-graphics-7bc69f4257fcf64f79f3dfb5a78c320643be3865.tar.gz
freebsd-ports-graphics-7bc69f4257fcf64f79f3dfb5a78c320643be3865.tar.zst
freebsd-ports-graphics-7bc69f4257fcf64f79f3dfb5a78c320643be3865.zip
Deprecate and set expiration date for some ports ignored on all supported versions
Diffstat (limited to 'net')
-rw-r--r--net/ipa_ip6fw/Makefile8
-rw-r--r--net/pppd23/Makefile8
2 files changed, 6 insertions, 10 deletions
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 <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
+.include <bsd.port.mk>
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 <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800045
IGNORE= depends on PPPDISC, which is no longer available
-.endif
+DEPRECATED= Depends on PPPDISC
+EXPIRATION_DATE= 2014-03-14
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>