From owner-svn-ports-head@freebsd.org Mon Dec 28 14:28:35 2015 Return-Path: Delivered-To: svn-ports-head@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 3BF1CA524A1; Mon, 28 Dec 2015 14:28:35 +0000 (UTC) (envelope-from miwi@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 09A771C0A; Mon, 28 Dec 2015 14:28:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBSESYv3022026; Mon, 28 Dec 2015 14:28:34 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBSESXul022024; Mon, 28 Dec 2015 14:28:33 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512281428.tBSESXul022024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Mon, 28 Dec 2015 14:28:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404650 - in head: devel/pear-IO_Bit graphics/pear-IO_SWF 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.20 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: Mon, 28 Dec 2015 14:28:35 -0000 Author: miwi Date: Mon Dec 28 14:28:33 2015 New Revision: 404650 URL: https://svnweb.freebsd.org/changeset/ports/404650 Log: - Mark both ports BROKEN, unfetchable - Mark both deprecated, unsupported via upstream PR: 204033 204032 Submitted by: Torsten Zuehlsdorff Approved by: maintainer timeout (both ports) Modified: head/devel/pear-IO_Bit/Makefile head/graphics/pear-IO_SWF/Makefile Modified: head/devel/pear-IO_Bit/Makefile ============================================================================== --- head/devel/pear-IO_Bit/Makefile Mon Dec 28 14:18:10 2015 (r404649) +++ head/devel/pear-IO_Bit/Makefile Mon Dec 28 14:28:33 2015 (r404650) @@ -16,6 +16,10 @@ LICENSE= MIT BUILD_DEPENDS= ${PEARDIR}/.channels/openpear.org.reg:${PORTSDIR}/devel/pear-channel-openpear RUN_DEPENDS= ${PEARDIR}/.channels/openpear.org.reg:${PORTSDIR}/devel/pear-channel-openpear +BROKEN= unfetchable +DEPRECATED= Unsupported upstream +EXPIRATION_DATE= 2016-03-01 + USES= pear USE_PHP= yes PEAR_CHANNEL= openpear Modified: head/graphics/pear-IO_SWF/Makefile ============================================================================== --- head/graphics/pear-IO_SWF/Makefile Mon Dec 28 14:18:10 2015 (r404649) +++ head/graphics/pear-IO_SWF/Makefile Mon Dec 28 14:28:33 2015 (r404650) @@ -16,6 +16,10 @@ LICENSE= MIT RUN_DEPENDS= pear-IO_Bit>0:${PORTSDIR}/devel/pear-IO_Bit \ ${PEARDIR}/.channels/openpear.org.reg:${PORTSDIR}/devel/pear-channel-openpear +BROKEN= unfetchable +DEPRECATED= Unsupported upstream +EXPIRATION_DATE= 2016-03-01 + USE_PHP= yes PEAR_CHANNEL= openpear USES= pear