diff options
author | marino <marino@FreeBSD.org> | 2014-06-21 00:38:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-21 00:38:03 +0800 |
commit | 50b653fa1dcf6ff829b3e735460113d4c563b51d (patch) | |
tree | e6ec00efacee2ea4f713587f4ebb13cbfe0426ac /print | |
parent | 578d71cb7ffe62505762abb539dca0ba5d963283 (diff) | |
download | freebsd-ports-gnome-50b653fa1dcf6ff829b3e735460113d4c563b51d.tar.gz freebsd-ports-gnome-50b653fa1dcf6ff829b3e735460113d4c563b51d.tar.zst freebsd-ports-gnome-50b653fa1dcf6ff829b3e735460113d4c563b51d.zip |
Deprecate unmaintained interactive ports for removal in 2 months
Interactive ports can't be packaged which means they don't get tested
weekly either. Ideally all interactive ports should be converted to
regular ports. Reduce the number of these types of ports by pruning
unmaintained ones first. Those wishing to pick up these ports are
expected to convert them to regular ports if this can be done with
reasonable effort. Ports deprecated for removal on 20 August 2014:
* mail/mailagent
* net/delegate
* net-mgmt/nocol
* print/hplip-plugin
* print/xdvi
* sysutils/autopsy
* x11-clocks/xalarm
Approved by: portmgr (bapt)
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip-plugin/Makefile | 3 | ||||
-rw-r--r-- | print/xdvi/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/print/hplip-plugin/Makefile b/print/hplip-plugin/Makefile index 3079453f9c9f..e81f052bac85 100644 --- a/print/hplip-plugin/Makefile +++ b/print/hplip-plugin/Makefile @@ -11,6 +11,9 @@ EXTRACT_SUFX= .run MAINTAINER= ports@FreeBSD.org COMMENT= Binary plugin for some HP Printers and All-in-One devices +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + RUN_DEPENDS= hp-plugin:${PORTSDIR}/print/hplip USE_PYTHON= yes diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index c6b10f513951..311e17d31027 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -14,6 +14,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= DVI previewer for the X Window System +DEPRECATED= Unmaintained interactive port +EXPIRATION_DATE=2014-08-20 + CONFLICTS= teTeX-* USES= gmake imake:notall |