diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-16 15:28:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-16 15:28:06 +0800 |
commit | 3f03dfe8dca35bd75dc402f37d6056b2c23c6db2 (patch) | |
tree | e9c84733bfed2db4be056666ac077ea7c6b1886f /editors/dedit | |
parent | 36013156574bacaec4cd047c4033fc4240138477 (diff) | |
download | freebsd-ports-gnome-3f03dfe8dca35bd75dc402f37d6056b2c23c6db2.tar.gz freebsd-ports-gnome-3f03dfe8dca35bd75dc402f37d6056b2c23c6db2.tar.zst freebsd-ports-gnome-3f03dfe8dca35bd75dc402f37d6056b2c23c6db2.zip |
Deprecate unmaintained ports from editors where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'editors/dedit')
-rw-r--r-- | editors/dedit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 4de3cd9fd9b8..a281292709cc 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A simple GNOME i18n editor +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gnomelibs gnomeprefix gnomehack gtk12 glib12 orbit |