From owner-svn-ports-all@freebsd.org Mon Dec 26 14:33:06 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5C42C91E9B; Mon, 26 Dec 2016 14:33:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B018F1113; Mon, 26 Dec 2016 14:33:06 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBQEX5aJ045546; Mon, 26 Dec 2016 14:33:05 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBQEX4a7045535; Mon, 26 Dec 2016 14:33:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201612261433.uBQEX4a7045535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 26 Dec 2016 14:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429527 - in head: audio/libofa converters/p5-JSON-Any devel/p5-MooseX-AttributeHelpers devel/p5-MooseX-Daemonize devel/p5-MooseX-Declare devel/p5-MooseX-Role-WithOverloading devel/p5-T... 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.23 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: Mon, 26 Dec 2016 14:33:06 -0000 Author: mat Date: Mon Dec 26 14:33:04 2016 New Revision: 429527 URL: https://svnweb.freebsd.org/changeset/ports/429527 Log: Add an EXPIRATION_DATE to DEPRECATED ports without one. Sponsored by: Absolight Modified: head/audio/libofa/Makefile (contents, props changed) head/converters/p5-JSON-Any/Makefile (contents, props changed) head/devel/p5-MooseX-AttributeHelpers/Makefile (contents, props changed) head/devel/p5-MooseX-Daemonize/Makefile (contents, props changed) head/devel/p5-MooseX-Declare/Makefile (contents, props changed) head/devel/p5-MooseX-Role-WithOverloading/Makefile (contents, props changed) head/devel/p5-Test-Block/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Geocoder-US/Makefile (contents, props changed) head/net/samba36/Makefile (contents, props changed) head/sysutils/xacpim/Makefile (contents, props changed) head/textproc/rubygem-github-markdown/Makefile (contents, props changed) Modified: head/audio/libofa/Makefile ============================================================================== --- head/audio/libofa/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/audio/libofa/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -21,6 +21,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libcurl.so:ftp/curl DEPRECATED= MusicDNS service has been discontinued +EXPIRATION_DATE= 2017-03-01 USE_GITHUB= yes GH_ACCOUNT= tanob Modified: head/converters/p5-JSON-Any/Makefile ============================================================================== --- head/converters/p5-JSON-Any/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/converters/p5-JSON-Any/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -23,6 +23,7 @@ TEST_DEPENDS= p5-Cpanel-JSON-XS>=0:conve p5-Test-Without-Module>=0.17:devel/p5-Test-Without-Module DEPRECATED= Deprecated by upstream +EXPIRATION_DATE= 2017-03-01 # Author preference: Cpanel::JSON::XS > JSON::XS > JSON::PP > JSON > JSON::DWIW OPTIONS_DEFINE= CPANEL JSON_XS JSON_PP JSON JSON_DWIW Modified: head/devel/p5-MooseX-AttributeHelpers/Makefile ============================================================================== --- head/devel/p5-MooseX-AttributeHelpers/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/devel/p5-MooseX-AttributeHelpers/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -18,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception DEPRECATED= Functionality is now a part of p5-Moose (Moose::Meta::Attribute::Native). Do not use for new projects +EXPIRATION_DATE= 2017-03-01 NO_ARCH= yes USES= perl5 Modified: head/devel/p5-MooseX-Daemonize/Makefile ============================================================================== --- head/devel/p5-MooseX-Daemonize/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/devel/p5-MooseX-Daemonize/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -21,6 +21,7 @@ TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5- BUILD_DEPENDS+= p5-Devel-CheckOS>=1.63:devel/p5-Devel-CheckOS DEPRECATED= Deprecated by upstream, use devel/p5-Daemon-Control instead +EXPIRATION_DATE= 2017-03-01 NO_ARCH= yes USES= perl5 Modified: head/devel/p5-MooseX-Declare/Makefile ============================================================================== --- head/devel/p5-MooseX-Declare/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/devel/p5-MooseX-Declare/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -29,6 +29,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal DEPRECATED= Deprecated by upstream +EXPIRATION_DATE= 2017-03-01 USES= perl5 USE_PERL5= modbuildtiny Modified: head/devel/p5-MooseX-Role-WithOverloading/Makefile ============================================================================== --- head/devel/p5-MooseX-Role-WithOverloading/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/devel/p5-MooseX-Role-WithOverloading/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -22,6 +22,7 @@ BUILD_DEPENDS= p5-Moose>=1.15:devel/p5-M RUN_DEPENDS:= ${BUILD_DEPENDS} DEPRECATED= deprecated by upstream (obsolete with modern Moose) +EXPIRATION_DATE= 2017-03-01 USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Test-Block/Makefile ============================================================================== --- head/devel/p5-Test-Block/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/devel/p5-Test-Block/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -10,7 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Specify fine granularity test plans + DEPRECATED= Marked as depreciated upstream +EXPIRATION_DATE= 2017-03-01 BUILD_DEPENDS= p5-Test-Exception>=0.15:devel/p5-Test-Exception \ p5-Test-Simple>=0.47:devel/p5-Test-Simple Modified: head/misc/p5-Geo-Coder-Geocoder-US/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-Geocoder-US/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/misc/p5-Geo-Coder-Geocoder-US/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -19,6 +19,7 @@ BUILD_DEPENDS= p5-Text-CSV>=0:textproc/p RUN_DEPENDS:= ${BUILD_DEPENDS} DEPRECATED= http://geocoder.us/ disappeared in late 2015 +EXPIRATION_DATE= 2017-03-01 PORTSCOUT= limit:^[0-9\.]*$$ Modified: head/net/samba36/Makefile ============================================================================== --- head/net/samba36/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/net/samba36/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -18,6 +18,7 @@ LICENSE_FILE= ${WRKDIR}/${DISTNAME}/COP CONFLICTS?= *samba3[2-5]-3.* DEPRECATED= not supported by the upstream +EXPIRATION_DATE= 2017-03-01 # Additional patches from Sernet.de PATCH_STRIP= -p1 Modified: head/sysutils/xacpim/Makefile ============================================================================== --- head/sysutils/xacpim/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/sysutils/xacpim/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -11,6 +11,7 @@ MAINTAINER= henriknj@0xmilk.org COMMENT= Utility to display battery status and temperature on the root-display DEPRECATED= Mastersite disappeared +EXPIRATION_DATE= 2017-03-01 USES= gmake USE_XORG= x11 Modified: head/textproc/rubygem-github-markdown/Makefile ============================================================================== --- head/textproc/rubygem-github-markdown/Makefile Mon Dec 26 14:32:49 2016 (r429526) +++ head/textproc/rubygem-github-markdown/Makefile Mon Dec 26 14:33:04 2016 (r429527) @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Self-contained Markdown parser for GitHub DEPRECATED= This gem is not maintained and not supported by upstream +EXPIRATION_DATE= 2017-03-01 USE_RUBY= yes USES= gem