From owner-svn-ports-head@FreeBSD.ORG Fri Feb 28 18:46:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CA18686; Fri, 28 Feb 2014 18:46:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E7BF1A01; Fri, 28 Feb 2014 18:46:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1SIkxSX027068; Fri, 28 Feb 2014 18:46:59 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1SIkwHD027064; Fri, 28 Feb 2014 18:46:58 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402281846.s1SIkwHD027064@svn.freebsd.org> From: Antoine Brodin Date: Fri, 28 Feb 2014 18:46:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346565 - in head: net/ipa_ip6fw net/pppd23 palm/synce-hal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 18:46:59 -0000 Author: antoine Date: Fri Feb 28 18:46:58 2014 New Revision: 346565 URL: http://svnweb.freebsd.org/changeset/ports/346565 QAT: https://qat.redports.org/buildarchive/r346565/ Log: Deprecate and set expiration date for some ports ignored on all supported versions Modified: head/net/ipa_ip6fw/Makefile head/net/pppd23/Makefile head/palm/synce-hal/Makefile Modified: head/net/ipa_ip6fw/Makefile ============================================================================== --- head/net/ipa_ip6fw/Makefile Fri Feb 28 18:40:45 2014 (r346564) +++ head/net/ipa_ip6fw/Makefile Fri Feb 28 18:46:58 2014 (r346565) @@ -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 Modified: head/net/pppd23/Makefile ============================================================================== --- head/net/pppd23/Makefile Fri Feb 28 18:40:45 2014 (r346564) +++ head/net/pppd23/Makefile Fri Feb 28 18:46:58 2014 (r346565) @@ -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 Modified: head/palm/synce-hal/Makefile ============================================================================== --- head/palm/synce-hal/Makefile Fri Feb 28 18:40:45 2014 (r346564) +++ head/palm/synce-hal/Makefile Fri Feb 28 18:46:58 2014 (r346565) @@ -25,10 +25,8 @@ CONFIGURE_ARGS+=--with-hal-addon-dir=${P --disable-bluetooth-support NO_STAGE= yes -.include - -.if ${OSVERSION} >= 800074 IGNORE= requires pppd -.endif +DEPRECATED= Requires pppd +EXPIRATION_DATE= 2014-03-14 -.include +.include