diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-26 00:49:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-26 00:49:19 +0800 |
commit | b99521534c12d8d1c82152ad1ddfca534761ad86 (patch) | |
tree | ca5302db241e95a1a42717454302a8e223b5bfc6 /graphics | |
parent | fbfb236ac9e7f2b1425eee13cf0681b1c9b4b4b3 (diff) | |
download | freebsd-ports-gnome-b99521534c12d8d1c82152ad1ddfca534761ad86.tar.gz freebsd-ports-gnome-b99521534c12d8d1c82152ad1ddfca534761ad86.tar.zst freebsd-ports-gnome-b99521534c12d8d1c82152ad1ddfca534761ad86.zip |
Deprecate ports broken for more than 6 months
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dcraw-m/Makefile | 2 | ||||
-rw-r--r-- | graphics/multiraw/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile index a18548248cd2..a48cabbfc7bc 100644 --- a/graphics/dcraw-m/Makefile +++ b/graphics/dcraw-m/Makefile @@ -12,6 +12,8 @@ MAINTAINER= waitman@waitman.net COMMENT= Modified Decoder for RAW files from digital cameras BROKEN= Unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-11-26 LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/multiraw/Makefile b/graphics/multiraw/Makefile index 354a9a382d0e..d96a93b7f4f1 100644 --- a/graphics/multiraw/Makefile +++ b/graphics/multiraw/Makefile @@ -17,6 +17,9 @@ LICENSE_NAME= MULTIRAW BSD LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= Depends on broken and deprecated graphics/dcraw-m +EXPIRATION_DATE= 2014-11-26 + RUN_DEPENDS= ${LOCALBASE}/bin/dcraw:${PORTSDIR}/graphics/dcraw \ ${LOCALBASE}/bin/dcraw-m:${PORTSDIR}/graphics/dcraw-m |