diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-09 06:26:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-09 06:26:21 +0800 |
commit | 4cffda941224a931712812875e1e413311312b88 (patch) | |
tree | ff5d106009d2967dc253f71fc3a842029430b708 /textproc | |
parent | 2366c1cfb4d179ac26acbac07c6e9fef746c2297 (diff) | |
download | freebsd-ports-gnome-4cffda941224a931712812875e1e413311312b88.tar.gz freebsd-ports-gnome-4cffda941224a931712812875e1e413311312b88.tar.zst freebsd-ports-gnome-4cffda941224a931712812875e1e413311312b88.zip |
Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ipdf/Makefile | 2 | ||||
-rw-r--r-- | textproc/pardiff/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/ipdf/Makefile b/textproc/ipdf/Makefile index 8701ae7574ec..90e21e6e14d6 100644 --- a/textproc/ipdf/Makefile +++ b/textproc/ipdf/Makefile @@ -14,6 +14,8 @@ LIB_DEPENDS= pdf.6:${PORTSDIR}/print/pdflib \ png15:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff +DEPRECATED= Unmaintained since 2001 +EXPIRATION_DATE= 2014-04-12 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/pardiff/Makefile b/textproc/pardiff/Makefile index be7d19586e08..d7455340ec37 100644 --- a/textproc/pardiff/Makefile +++ b/textproc/pardiff/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Parallelizing diff Filter, converts diff output to paralleled format +DEPRECATED= Unmaintained since 2001 +EXPIRATION_DATE= 2014-04-12 GNU_CONFIGURE= yes MAN1= pardiff.1 diffp.1 |