diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-09 09:48:11 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-09 09:48:11 +0800 |
commit | eb1221028bf4fede5dc01dc23b74966d773c049b (patch) | |
tree | 153fb0d88bd6601344c2524ac04cbc8ae17c769d /graphics | |
parent | a15575996b7a05b74a53ffd92fcd79e396aca6ad (diff) | |
download | freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.tar.gz freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.tar.zst freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.zip |
For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend
on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libart/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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} |