From owner-svn-ports-all@FreeBSD.ORG Thu Aug 28 17:26:25 2014 Return-Path: Delivered-To: svn-ports-all@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 066FE6F0; Thu, 28 Aug 2014 17:26:25 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4D041500; Thu, 28 Aug 2014 17:26:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7SHQOFI063024; Thu, 28 Aug 2014 17:26:24 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7SHQNcA063017; Thu, 28 Aug 2014 17:26:23 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201408281726.s7SHQNcA063017@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 28 Aug 2014 17:26:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366441 - in head: archivers/rpm5 audio/lastfm-desktop databases/jasperreports devel/cocaine-core graphics/ruby-tgif textproc/apache-poi 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.18-1 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: Thu, 28 Aug 2014 17:26:25 -0000 Author: antoine Date: Thu Aug 28 17:26:23 2014 New Revision: 366441 URL: http://svnweb.freebsd.org/changeset/ports/366441 QAT: https://qat.redports.org/buildarchive/r366441/ Log: Deprecate ports broken for more than 6 months With hat: portmgr Modified: head/archivers/rpm5/Makefile head/audio/lastfm-desktop/Makefile head/databases/jasperreports/Makefile head/devel/cocaine-core/Makefile head/graphics/ruby-tgif/Makefile head/textproc/apache-poi/Makefile Modified: head/archivers/rpm5/Makefile ============================================================================== --- head/archivers/rpm5/Makefile Thu Aug 28 17:16:18 2014 (r366440) +++ head/archivers/rpm5/Makefile Thu Aug 28 17:26:23 2014 (r366441) @@ -12,6 +12,8 @@ MAINTAINER= afb@rpm5.org COMMENT= The RPM Package Manager BROKEN= Does not package +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-09-28 LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libpopt.so:${PORTSDIR}/devel/popt \ Modified: head/audio/lastfm-desktop/Makefile ============================================================================== --- head/audio/lastfm-desktop/Makefile Thu Aug 28 17:16:18 2014 (r366440) +++ head/audio/lastfm-desktop/Makefile Thu Aug 28 17:26:23 2014 (r366441) @@ -13,6 +13,8 @@ MAINTAINER= vg@FreeBSD.org COMMENT= Official Last.fm desktop application suite BROKEN= Does not build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-09-28 LICENSE= GPLv3 Modified: head/databases/jasperreports/Makefile ============================================================================== --- head/databases/jasperreports/Makefile Thu Aug 28 17:16:18 2014 (r366440) +++ head/databases/jasperreports/Makefile Thu Aug 28 17:26:23 2014 (r366441) @@ -10,6 +10,9 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.ja MAINTAINER= ports@FreeBSD.org COMMENT= JasperReports is a powerful open source Java reporting tool +DEPRECATED= Depends on expiring textproc/apache-poi +EXPIRATION_DATE= 2014-09-28 + RUN_DEPENDS= ${JAVALIBDIR}/itext.jar:${PORTSDIR}/devel/itext \ ${JAVALIBDIR}/xalan.jar:${PORTSDIR}/textproc/xalan-j \ ${JAVALIBDIR}/crimson.jar:${PORTSDIR}/textproc/crimson \ Modified: head/devel/cocaine-core/Makefile ============================================================================== --- head/devel/cocaine-core/Makefile Thu Aug 28 17:16:18 2014 (r366440) +++ head/devel/cocaine-core/Makefile Thu Aug 28 17:26:23 2014 (r366441) @@ -13,6 +13,8 @@ COMMENT= Cocaine Application Engine LICENSE= GPLv3 BROKEN= Does not build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-09-28 LIB_DEPENDS= libboost_iostreams.so:${PORTSDIR}/devel/boost-libs \ libev.so:${PORTSDIR}/devel/libev \ Modified: head/graphics/ruby-tgif/Makefile ============================================================================== --- head/graphics/ruby-tgif/Makefile Thu Aug 28 17:16:18 2014 (r366440) +++ head/graphics/ruby-tgif/Makefile Thu Aug 28 17:26:23 2014 (r366441) @@ -14,6 +14,8 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby extension library to draw Tgif graphics BROKEN= Does not compile +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-09-28 BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${TGIF_PORT}:build \ imake:${PORTSDIR}/devel/imake Modified: head/textproc/apache-poi/Makefile ============================================================================== --- head/textproc/apache-poi/Makefile Thu Aug 28 17:16:18 2014 (r366440) +++ head/textproc/apache-poi/Makefile Thu Aug 28 17:26:23 2014 (r366441) @@ -13,6 +13,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java API To Access Microsoft Format Files BROKEN= Tries to fetch files during build stage +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-09-28 LICENSE= APACHE20