diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-28 17:26:23 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-28 17:26:23 +0000 |
commit | a0243ce69f854c7b1bbd6f33e87ed315416d51cc (patch) | |
tree | 08c59dfb46b974c88d502a4c26b4c4530c673b5a | |
parent | 0b0523d4bbc3532e491e0ad8a3cba1c23d168c58 (diff) | |
download | FreeBSD-ports-a0243ce69f854c7b1bbd6f33e87ed315416d51cc.zip FreeBSD-ports-a0243ce69f854c7b1bbd6f33e87ed315416d51cc.tar.gz |
Deprecate ports broken for more than 6 months
With hat: portmgr
-rw-r--r-- | archivers/rpm5/Makefile | 2 | ||||
-rw-r--r-- | audio/lastfm-desktop/Makefile | 2 | ||||
-rw-r--r-- | databases/jasperreports/Makefile | 3 | ||||
-rw-r--r-- | devel/cocaine-core/Makefile | 2 | ||||
-rw-r--r-- | graphics/ruby-tgif/Makefile | 2 | ||||
-rw-r--r-- | textproc/apache-poi/Makefile | 2 |
6 files changed, 13 insertions, 0 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 9c58f66..665a1c8 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -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 \ diff --git a/audio/lastfm-desktop/Makefile b/audio/lastfm-desktop/Makefile index 5963f2a..adeebb1 100644 --- a/audio/lastfm-desktop/Makefile +++ b/audio/lastfm-desktop/Makefile @@ -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 diff --git a/databases/jasperreports/Makefile b/databases/jasperreports/Makefile index deb83f9..0d9c014 100644 --- a/databases/jasperreports/Makefile +++ b/databases/jasperreports/Makefile @@ -10,6 +10,9 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.jar ${PORTNAME}-applet-${PORTVERSION}.jar 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 \ diff --git a/devel/cocaine-core/Makefile b/devel/cocaine-core/Makefile index bdb3582..06e7937 100644 --- a/devel/cocaine-core/Makefile +++ b/devel/cocaine-core/Makefile @@ -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 \ diff --git a/graphics/ruby-tgif/Makefile b/graphics/ruby-tgif/Makefile index 5646100..31e73a8 100644 --- a/graphics/ruby-tgif/Makefile +++ b/graphics/ruby-tgif/Makefile @@ -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 diff --git a/textproc/apache-poi/Makefile b/textproc/apache-poi/Makefile index d619499..c7269c4 100644 --- a/textproc/apache-poi/Makefile +++ b/textproc/apache-poi/Makefile @@ -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 |