From owner-svn-ports-all@FreeBSD.ORG Tue Nov 19 10:01:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED8ED1B6; Tue, 19 Nov 2013 10:01:04 +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 DC8D821E7; Tue, 19 Nov 2013 10:01:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAJA14cC047297; Tue, 19 Nov 2013 10:01:04 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAJA13e7047288; Tue, 19 Nov 2013 10:01:03 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311191001.rAJA13e7047288@svn.freebsd.org> From: Rene Ladan Date: Tue, 19 Nov 2013 10:01:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334292 - in head: games/daimonin misc/freeswitch-pizzademo misc/freeswitch-scripts net/freeswitch www/p5-HTML-Webmake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Nov 2013 10:01:05 -0000 Author: rene Date: Tue Nov 19 10:01:03 2013 New Revision: 334292 URL: http://svnweb.freebsd.org/changeset/ports/334292 Log: These ports (optionally) depend on expired port, mark them for removal on 2013-12-19. Modified: head/games/daimonin/Makefile head/misc/freeswitch-pizzademo/Makefile head/misc/freeswitch-scripts/Makefile head/net/freeswitch/Makefile head/www/p5-HTML-Webmake/Makefile Modified: head/games/daimonin/Makefile ============================================================================== --- head/games/daimonin/Makefile Tue Nov 19 09:55:41 2013 (r334291) +++ head/games/daimonin/Makefile Tue Nov 19 10:01:03 2013 (r334292) @@ -48,6 +48,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MMUSIC} +DEPRECATED= Depends on expired games/daimonin-music +EXPIRATION_DATE=2013-12-19 RUN_DEPENDS+= ${DATADIR}/media/AnichGiantTrouble.ogg:${PORTSDIR}/games/daimonin-music .endif Modified: head/misc/freeswitch-pizzademo/Makefile ============================================================================== --- head/misc/freeswitch-pizzademo/Makefile Tue Nov 19 09:55:41 2013 (r334291) +++ head/misc/freeswitch-pizzademo/Makefile Tue Nov 19 10:01:03 2013 (r334292) @@ -15,6 +15,9 @@ DIST_SUBDIR= ${BASE_PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch pizza demo +DEPRECATED= Depends on expired net/freeswitch-core +EXPIRATION_DATE=2013-12-19 + RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core \ ${LOCALBASE}/share/${BASE_PORTNAME}/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds Modified: head/misc/freeswitch-scripts/Makefile ============================================================================== --- head/misc/freeswitch-scripts/Makefile Tue Nov 19 09:55:41 2013 (r334291) +++ head/misc/freeswitch-scripts/Makefile Tue Nov 19 10:01:03 2013 (r334292) @@ -13,6 +13,9 @@ DIST_SUBDIR= ${BASE_PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch Scripts +DEPRECATED= Depends on expired net/freeswitch-core +EXPIRATION_DATE=2013-12-19 + RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core CONFLICTS= freeswitch-scripts-devel-[0-9]* Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Tue Nov 19 09:55:41 2013 (r334291) +++ head/net/freeswitch/Makefile Tue Nov 19 10:01:03 2013 (r334292) @@ -12,6 +12,9 @@ EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= FreeSwitch meta-port to pull in all the components +DEPRECATED= Depends on expired net/freeswitch-core +EXPIRATION_DATE=2013-12-19 + CONFLICTS= freeswitch-devel-[0-9]* RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core Modified: head/www/p5-HTML-Webmake/Makefile ============================================================================== --- head/www/p5-HTML-Webmake/Makefile Tue Nov 19 09:55:41 2013 (r334291) +++ head/www/p5-HTML-Webmake/Makefile Tue Nov 19 10:01:03 2013 (r334292) @@ -12,6 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A simple perl based website content management system +DEPRECATED= Depends on expired textproc/p5-XML-Sablotron +EXPIRATION_DATE=2013-12-19 + BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ p5-Text-EtText>=0:${PORTSDIR}/textproc/p5-Text-EtText \