diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-22 08:24:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-22 08:24:11 +0000 |
commit | b346d3d4d6004521c1540e51c1ef01c0be76da37 (patch) | |
tree | 88a5b23d5e09fab8646dd982774db27c8259f5d3 /converters | |
parent | 633837fb41ba1b074dc4c4ad106f606d86e4e150 (diff) | |
download | ports-b346d3d4d6004521c1540e51c1ef01c0be76da37.tar.gz ports-b346d3d4d6004521c1540e51c1ef01c0be76da37.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-Lite/Makefile | 3 | ||||
-rw-r--r-- | converters/py-svglib/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/converters/p5-Unicode-Lite/Makefile b/converters/p5-Unicode-Lite/Makefile index e6ba8f3bce4b..d45fc12e1a2d 100644 --- a/converters/p5-Unicode-Lite/Makefile +++ b/converters/p5-Unicode-Lite/Makefile @@ -17,6 +17,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} BROKEN= Overwrites bin/map from converters/p5-Unicode-Map +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-12-22 + USES= perl5 USE_PERL5= configure diff --git a/converters/py-svglib/Makefile b/converters/py-svglib/Makefile index d58b927832c9..9ebbe63cc29a 100644 --- a/converters/py-svglib/Makefile +++ b/converters/py-svglib/Makefile @@ -12,6 +12,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= An Library For Reading And Converting SVG +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-12-22 + BROKEN= Does not fetch RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}reportlab2>0:${PORTSDIR}/print/py-reportlab2 |