diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-12 00:09:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-12 00:09:16 +0800 |
commit | 3e3c9e93b06907cda5b12b8a51cc054b25f4df47 (patch) | |
tree | 002b4cc3f890dac9b10868c8f9ad4ccdc862db64 | |
parent | 1b61ce0184f6b103bba3f70ce54f2ad0cdfa5672 (diff) | |
download | freebsd-ports-gnome-3e3c9e93b06907cda5b12b8a51cc054b25f4df47.tar.gz freebsd-ports-gnome-3e3c9e93b06907cda5b12b8a51cc054b25f4df47.tar.zst freebsd-ports-gnome-3e3c9e93b06907cda5b12b8a51cc054b25f4df47.zip |
Deprecate unmaintained ports from x11-fonts where upstream disapear and/or
where no distfiles can be found and are not used bye maintained ports
-rw-r--r-- | x11-fonts/avifonts/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/mozilla-fonts/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/xfed/Makefile | 3 | ||||
-rw-r--r-- | x11-fonts/xmbdfed/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/x11-fonts/avifonts/Makefile b/x11-fonts/avifonts/Makefile index 76673b2f90f8..4e3cddc55ce5 100644 --- a/x11-fonts/avifonts/Makefile +++ b/x11-fonts/avifonts/Makefile @@ -18,6 +18,9 @@ COMMENT= AviFonts greek fonts collection BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_BZIP2= yes NO_BUILD= yes diff --git a/x11-fonts/mozilla-fonts/Makefile b/x11-fonts/mozilla-fonts/Makefile index fda5a4bd48be..edff371a0ece 100644 --- a/x11-fonts/mozilla-fonts/Makefile +++ b/x11-fonts/mozilla-fonts/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.happygiraffe.net/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= Web fonts for Netscape/Mozilla +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile index 44951806b5ee..09cac5e84042 100644 --- a/x11-fonts/xfed/Makefile +++ b/x11-fonts/xfed/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://mirror2.unixfreunde.de/ DISTNAME= ${PORTNAME} +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + MAINTAINER= ports@FreeBSD.org COMMENT= A program that will let you edit X fonts (.bdf files) diff --git a/x11-fonts/xmbdfed/Makefile b/x11-fonts/xmbdfed/Makefile index 8e72d6c37e4d..5d87026bc25b 100644 --- a/x11-fonts/xmbdfed/Makefile +++ b/x11-fonts/xmbdfed/Makefile @@ -12,6 +12,9 @@ CATEGORIES= x11-fonts MASTER_SITES= http://crl.nmsu.edu/~mleisher/ DISTNAME= ${PORTNAME}-${PORTVERSION:R} +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${DISTNAME}-patch1 |