diff options
author | gerald <gerald@FreeBSD.org> | 2009-10-04 10:25:01 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-10-04 10:25:01 +0000 |
commit | 4fd6d24314adce93938ff2f6e3c9eb31005ac6c4 (patch) | |
tree | 127894d1f0664c20a24b9a6cbecc9df357334406 | |
parent | 175c7b46f02264d15e53a3e1ef3c21e9f8abeaa4 (diff) | |
download | FreeBSD-ports-4fd6d24314adce93938ff2f6e3c9eb31005ac6c4.zip FreeBSD-ports-4fd6d24314adce93938ff2f6e3c9eb31005ac6c4.tar.gz |
Mark deprecated with an EXPIRATION_DATE of 2009-11-03. This is older than
the main port and there is no sign of maintainer activity beyond the creation
of this port 4+ years ago. And, of course, it still requires GCC 3.4.
Approved by: maintainer inactivity
-rw-r--r-- | mail/postfix-gps-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/postfix-gps-devel/Makefile b/mail/postfix-gps-devel/Makefile index c70ced9..96730a1 100644 --- a/mail/postfix-gps-devel/Makefile +++ b/mail/postfix-gps-devel/Makefile @@ -20,6 +20,9 @@ COMMENT= Greylist Policy Service for postfix LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers +DEPRECATED= Older than main port, no sign of maintainer activity beyond port creation 4+ years ago +EXPIRATION_DATE=2009-11-03 + SCRIPT_FILES= gps-maintain.pl gps-db-update.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |