diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 01:48:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-09 01:48:11 +0000 |
commit | 2d94dc2a57e15ef36ef6232f10f83d7d835ed86f (patch) | |
tree | fa77975e558b22de534bb213b1f0a5ddc6816c02 | |
parent | f6ceda4641fbefafa4e37868815177f80a68a5d8 (diff) | |
download | ports-2d94dc2a57e15ef36ef6232f10f83d7d835ed86f.tar.gz ports-2d94dc2a57e15ef36ef6232f10f83d7d835ed86f.zip |
Notes
33 files changed, 90 insertions, 29 deletions
diff --git a/audio/mp3butler/Makefile b/audio/mp3butler/Makefile index ad719c431b88..f7f62af8421b 100644 --- a/audio/mp3butler/Makefile +++ b/audio/mp3butler/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://iainlea.dyndns.org/software/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= A program for renaming mp3 files and looking ID3 tags for it +DEPRECATED= Depends on audio/p5-MusicBrainz-Client which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + RUN_DEPENDS= ${SITE_PERL}/CDDB.pm:${PORTSDIR}/audio/p5-CDDB \ ${SITE_PERL}/MP3/Tag.pm:${PORTSDIR}/audio/p5-MP3-Tag \ ${SITE_PERL}/${PERL_ARCH}/MusicBrainz/Client.pm:${PORTSDIR}/audio/p5-MusicBrainz-Client diff --git a/audio/p5-MusicBrainz-Client/Makefile b/audio/p5-MusicBrainz-Client/Makefile index 6192fdd2013f..ea1549778733 100644 --- a/audio/p5-MusicBrainz-Client/Makefile +++ b/audio/p5-MusicBrainz-Client/Makefile @@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A Perl module that provides access to the musicbrainz client API -DEPRECATED= Disappear from CPAN -EXPIRATION_DATE= 2011-09-01 +# Depended on by audio/mp3butler +DEPRECATED= Disappeared from CPAN +EXPIRATION_DATE= 2011-10-31 LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MusicBrainz/Queries.pm:${PORTSDIR}/audio/p5-MusicBrainz-Queries diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile index abccf88bda5b..8e160db89f88 100644 --- a/comms/conserver/Makefile +++ b/comms/conserver/Makefile @@ -18,6 +18,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= cy@FreeBSD.org COMMENT= Manage remote serial consoles via TCP/IP +DEPRECATED= Depends on devel/msrc0, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \ mkcmd:${PORTSDIR}/devel/mkcmd diff --git a/devel/mkcmd/Makefile b/devel/mkcmd/Makefile index 7863800887c8..f66c35d20355 100644 --- a/devel/mkcmd/Makefile +++ b/devel/mkcmd/Makefile @@ -15,8 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Command-line parser and manual page generator -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +# Depended on by comms/conserver +DEPRECATED= Upstream disapeared and distfile is not available +EXPIRATION_DATE= 2011-10-31 BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 diff --git a/devel/msrc0/Makefile b/devel/msrc0/Makefile index b5c8e8637f39..2b67ff959a27 100644 --- a/devel/msrc0/Makefile +++ b/devel/msrc0/Makefile @@ -15,8 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Meta source fake-out script for building ksb tools -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +# Depended on by comms/conserver devel/mkcmd +DEPRECATED= Upstream disapeared and distfile is not available +EXPIRATION_DATE= 2011-10-31 NO_BUILD= yes PLIST_FILES= bin/makeme diff --git a/editors/doxymacs/Makefile b/editors/doxymacs/Makefile index 83ca08614452..014bfc334941 100644 --- a/editors/doxymacs/Makefile +++ b/editors/doxymacs/Makefile @@ -12,10 +12,12 @@ CATEGORIES= editors elisp MASTER_SITES= SF \ http://dryice.name/computer/FreeBSD/distfiles/ - MAINTAINER= dryice@dryice.name COMMENT= Doxymacs is Doxygen + {X}Emacs +DEPRECATED= Depends on www/w3-4, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + USE_EMACS= yes EMACS_PORT_NAME?= emacs21 BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3/w3.el:${PORTSDIR}/www/w3-4 \ diff --git a/graphics/libart/Makefile b/graphics/libart/Makefile index 90e4479d5d5d..18e218e7b510 100644 --- a/graphics/libart/Makefile +++ b/graphics/libart/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= http://tiger.bioinf.cs.uni-potsdam.de/free/Graphics/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Library for high-performance 2D graphics -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - +# Depended on by textproc/p5-XML-LibRSVG BROKEN= Does not fetch +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2011-11-06 USE_AUTOTOOLS= libtool WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION} diff --git a/java/jboss4/Makefile b/java/jboss4/Makefile index 14add5fb1f01..07264eef6417 100644 --- a/java/jboss4/Makefile +++ b/java/jboss4/Makefile @@ -15,10 +15,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Open-source J2EE application server (4.x family) -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2011-09-01 - +# Depended on by mail/jboss-mailservices BROKEN= does not build with new ant +DEPRECATED= BROKEN for more than 6 months +EXPIRATION_DATE= 2011-10-31 LATEST_LINK= jboss4 USE_JAVA= yes diff --git a/korean/hanterm/Makefile b/korean/hanterm/Makefile index 343ba7a83150..229bc2e465f8 100644 --- a/korean/hanterm/Makefile +++ b/korean/hanterm/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= http://hanterm.org/download/ \ MAINTAINER= ports@FreeBSD.org COMMENT= An xterm hacked for managing Korean languages +DEPRECATED= Depends on korean/johabfonts, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts CONFLICTS= ko-hanterm-xf-2.* diff --git a/korean/hlatex-psfonts-uhc-extra/Makefile b/korean/hlatex-psfonts-uhc-extra/Makefile index 3ebfe3cf1c3d..cb080ccd8d29 100644 --- a/korean/hlatex-psfonts-uhc-extra/Makefile +++ b/korean/hlatex-psfonts-uhc-extra/Makefile @@ -17,6 +17,9 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Extra Korean PostScript font collection for HLaTeX(UHC encoding) +DEPRECATED= Depends on korean/hlatex, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + RUN_DEPENDS= hbibtex:${PORTSDIR}/korean/hlatex # just install directly diff --git a/korean/hlatex/Makefile b/korean/hlatex/Makefile index 19d0d8517574..949def74a304 100644 --- a/korean/hlatex/Makefile +++ b/korean/hlatex/Makefile @@ -18,8 +18,9 @@ EXTRACT_ONLY= HLaTeX-1.0.1.tar.gz uhc-fonts-1.0.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX package to use Hangul(UTF-8/UHC/KSX1001) +# Depended on by korean/hlatex-psfonts-uhc-extra korean/texinfo/Makefile DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +EXPIRATION_DATE= 2011-10-31 # it depends on teTeX(lambda) BUILD_DEPENDS= texhash:${PORTSDIR}/print/teTeX diff --git a/korean/johabfonts/Makefile b/korean/johabfonts/Makefile index 95b66af79f45..92cb0a67cb17 100644 --- a/korean/johabfonts/Makefile +++ b/korean/johabfonts/Makefile @@ -15,8 +15,9 @@ DISTNAME= hanterm-font-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Hangul fonts for X11(johab) used in many hangul-related programs +# Depended on by korean/hanterm DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +EXPIRATION_DATE= 2011-10-31 BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ diff --git a/korean/texinfo/Makefile b/korean/texinfo/Makefile index 658c1e124a13..50ac69057d16 100644 --- a/korean/texinfo/Makefile +++ b/korean/texinfo/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-ko-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Korean enabled Texinfo formatter +DEPRECATED= Depends on korean/hlatex, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + RUN_DEPENDS= hbibtex:${PORTSDIR}/korean/hlatex GNU_CONFIGURE= YES diff --git a/lang/gambas2-base/Makefile b/lang/gambas2-base/Makefile index be861da261f7..e842c1b6d0a8 100644 --- a/lang/gambas2-base/Makefile +++ b/lang/gambas2-base/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= ${PORTNAME:S/2//g} MAINTAINER= acm@FreeBSD.org COMMENT?= A basic language with object extensions +DEPRECATED= Depends on x11-toolkits/gambas2-gb-qt, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + BUILD_DEPENDS= xdg-mime:${PORTSDIR}/devel/xdg-utils LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi diff --git a/lang/gambas2/Makefile b/lang/gambas2/Makefile index fb0549d94d90..1fab5e15eaec 100644 --- a/lang/gambas2/Makefile +++ b/lang/gambas2/Makefile @@ -16,6 +16,9 @@ EXTRACT_ONLY= # empty MAINTAINER= acm@FreeBSD.org COMMENT= A basic language with object extensions (meta port) +DEPRECATED= Depends on x11-toolkits/gambas2-gb-qt, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + RUN_DEPENDS= gbi2:${PORTSDIR}/lang/gambas2-base \ ${GAMBASCOMPDIR}/gb.settings.component:${PORTSDIR}/lang/gambas2-components diff --git a/mail/jboss-mailservices/Makefile b/mail/jboss-mailservices/Makefile index 213c85f6c031..b3e277d4c1e9 100644 --- a/mail/jboss-mailservices/Makefile +++ b/mail/jboss-mailservices/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-final MAINTAINER= toha@toha.org.ua COMMENT= JBoss Mail Services +DEPRECATED= Depends on java/jboss4, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + RUN_DEPENDS= ${LOCALBASE}/jboss4/server/default/conf/jboss-service.xml:${PORTSDIR}/java/jboss4 USE_JAVA= YES diff --git a/misc/p5-Geography-NationalGrid-TW/Makefile b/misc/p5-Geography-NationalGrid-TW/Makefile index 10c7c2a6701e..210859f8e6da 100644 --- a/misc/p5-Geography-NationalGrid-TW/Makefile +++ b/misc/p5-Geography-NationalGrid-TW/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Convert Taiwan Datum (TWD67/TM2, TWD97/TM2) to/from Lat and Long +DEPRECATED= Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + BUILD_DEPENDS= p5-Geography-NationalGrid>=0:${PORTSDIR}/misc/p5-Geography-NationalGrid RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Geography-NationalGrid/Makefile b/misc/p5-Geography-NationalGrid/Makefile index 83efc24b42e6..36d8ad87c56c 100644 --- a/misc/p5-Geography-NationalGrid/Makefile +++ b/misc/p5-Geography-NationalGrid/Makefile @@ -14,8 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create an object for a point and to transform coordinate systems -DEPRECATED= Disappear from CPAN -EXPIRATION_DATE= 2011-09-01 +# Depended on by misc/p5-Geography-NationalGrid-TW +DEPRECATED= Disappeared from CPAN +EXPIRATION_DATE= 2011-10-31 PERL_CONFIGURE= yes diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index d0c4f3ba4aa5..36411b334315 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= X-based TV Display and Capture Application (for use with bt848 driver) +DEPRECATED= Depends on multimedia/mplex, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile index 0d9389651dbd..29cdbce4a49d 100644 --- a/multimedia/mplex/Makefile +++ b/multimedia/mplex/Makefile @@ -14,8 +14,9 @@ MASTER_SITES= http://ftp.yars.free.net/pub/software/unix/X11/mpeg/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Multiplexes MPEG component streams into system layers -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +# Depended on by multimedia/fxtv +DEPRECATED= Upstream disapeared and distfile is not available +EXPIRATION_DATE= 2011-10-31 CONFLICTS= mjpegtools-* diff --git a/net/py-timeoutsocket/Makefile b/net/py-timeoutsocket/Makefile index 4dd38d96e7c2..60a1f02a5a4c 100644 --- a/net/py-timeoutsocket/Makefile +++ b/net/py-timeoutsocket/Makefile @@ -14,8 +14,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Timeout mechanism for TCP connections +# Depended on by www/newsfeed DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +EXPIRATION_DATE= 2011-10-31 USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile index 44f9f69c8606..5dbe0f9925f5 100644 --- a/textproc/emacs-wiki/Makefile +++ b/textproc/emacs-wiki/Makefile @@ -16,6 +16,9 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= dryice@dryice.name COMMENT= Create and use hyperlinks and simple formatting in plain text files +DEPRECATED= Depends on textproc/htmlize.el, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + USE_EMACS= yes EMACS_PORT_NAME?= emacs21 diff --git a/textproc/htmlize.el/Makefile b/textproc/htmlize.el/Makefile index 763aa45b7c2a..506c3e5269f8 100644 --- a/textproc/htmlize.el/Makefile +++ b/textproc/htmlize.el/Makefile @@ -17,10 +17,10 @@ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Emacs major mode to create HTML files from Emacs buffers (in colour!) -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2011-09-01 - +# Depended on by textproc/emacs-wiki BROKEN= checksum mismatch +DEPRECATED= BROKEN for more than 6 month +EXPIRATION_DATE= 2011-10-31 USE_EMACS= yes EMACS_PORT_NAME?= emacs21 diff --git a/textproc/javacc/Makefile b/textproc/javacc/Makefile index 5a5c6898e158..840884cb65b0 100644 --- a/textproc/javacc/Makefile +++ b/textproc/javacc/Makefile @@ -15,8 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}src MAINTAINER= ports@FreeBSD.org COMMENT= Java parser generator and lexical analyzer +# Depended on by www/commonist DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +EXPIRATION_DATE= 2011-10-31 USE_JAVA= yes USE_ANT= yes diff --git a/www/commonist/Makefile b/www/commonist/Makefile index 542427ecb590..eaa46b3cbf4b 100644 --- a/www/commonist/Makefile +++ b/www/commonist/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://djini.de/software/commonist/ MAINTAINER= saper@saper.info COMMENT= Easy upload of images to Wikimedia Commons and Mediawiki +DEPRECATED= Depends on textproc/javacc, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + TARGET_JAR= ${JAVAJARDIR}/${PORTNAME}.jar USE_ZIP= yes USE_JAVA= 1.5+ diff --git a/www/newsfeed/Makefile b/www/newsfeed/Makefile index 37f786ea398e..af79658daf70 100644 --- a/www/newsfeed/Makefile +++ b/www/newsfeed/Makefile @@ -14,6 +14,9 @@ DISTNAME= NewsFeed-${DISTVERSION} MAINTAINER= miwi@FreeBSD.org COMMENT= RSS/RDF/Atom reader and aggregator +DEPRECATED= Depends on net/py-timeoutsocket, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + RUN_DEPENDS= py*-tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter \ py*-feedparser>=0:${PORTSDIR}/textproc/py-feedparser \ py*-feedfinder>=0:${PORTSDIR}/www/py-feedfinder \ diff --git a/www/w3-4/Makefile b/www/w3-4/Makefile index 3f3b16ae682e..8c289e0d9ffc 100644 --- a/www/w3-4/Makefile +++ b/www/w3-4/Makefile @@ -16,8 +16,9 @@ DISTNAME= w3-4.0pre.47 MAINTAINER= ports@FreeBSD.org COMMENT= WWW browser based on emacs/mule -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +# Depended on by editors/doxymacs +DEPRECATED= Upstream disapeared and distfile is not available +EXPIRATION_DATE= 2011-10-31 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-emacs=yes diff --git a/x11-themes/geramik/Makefile b/x11-themes/geramik/Makefile index 71ddfc260673..e08031592473 100644 --- a/x11-themes/geramik/Makefile +++ b/x11-themes/geramik/Makefile @@ -16,6 +16,9 @@ DISTNAME= 3952-Geramik-${PORTVERSION} MAINTAINER= haesu@TowardEX.com COMMENT= A Keramik KDE styled theme for GTK +DEPRECATED= Depends on x11-toolkits/qtpixmap, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libqtpixmap.so:${PORTSDIR}/x11-toolkits/qtpixmap WRKSRC= ${WRKDIR}/Geramik-${PORTVERSION} diff --git a/x11-toolkits/gambas2-gb-qt/Makefile b/x11-toolkits/gambas2-gb-qt/Makefile index 0bdd90fadbaa..59db0bfa2a6b 100644 --- a/x11-toolkits/gambas2-gb-qt/Makefile +++ b/x11-toolkits/gambas2-gb-qt/Makefile @@ -12,8 +12,9 @@ COMMENT= The gambas Qt GUI component MASTERDIR= ${.CURDIR}/../../lang/gambas2-base +# Depended on by lang/gambas2 lang/gambas2-base BROKEN= fails to build DEPRECATED= has been broken for over a year -EXPIRATION_DATE=2011-04-17 +EXPIRATION_DATE=2011-10-31 .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index 82f6559bd0ae..723574505ac5 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +EXPIRATION_DATE= 2011-10-31 USE_GNOME= gtk20 GNU_CONFIGURE= yes diff --git a/x11-wm/fvwm95-i18n/Makefile b/x11-wm/fvwm95-i18n/Makefile index 7ae3b15df975..32d7d45da11f 100644 --- a/x11-wm/fvwm95-i18n/Makefile +++ b/x11-wm/fvwm95-i18n/Makefile @@ -21,6 +21,9 @@ PATCHFILES= fvwm95-2.0.43a-Autoconf.I18N.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= Win95 lookalike fvwm2 window manager with an I18N patch +DEPRECATED= Depends on x11/fbsd-icons, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay RUN_DEPENDS= ${LOCALBASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index e9767de1b781..c09bbe23ab4a 100644 --- a/x11-wm/fvwm95/Makefile +++ b/x11-wm/fvwm95/Makefile @@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Win95 lookalike version of the fvwm2 window manager +DEPRECATED= Depends on x11/fbsd-icons, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay RUN_DEPENDS= ${LOCALBASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons diff --git a/x11/fbsd-icons/Makefile b/x11/fbsd-icons/Makefile index d6eda9bf750f..12405ad00473 100644 --- a/x11/fbsd-icons/Makefile +++ b/x11/fbsd-icons/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of icons related to the FreeBSD project DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +EXPIRATION_DATE= 2011-10-31 NO_BUILD= yes NO_WRKSUBDIR= yes |