diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-12 05:08:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-12 05:08:58 +0800 |
commit | 9d69a7485a74e265794d9c3c51971c4baaf42598 (patch) | |
tree | 4e7261d8be35ee972a7a4453b562284cb6445fcc /x11/swarp | |
parent | 01640c42415520c550f47b7f24925f412f4d25f2 (diff) | |
download | freebsd-ports-gnome-9d69a7485a74e265794d9c3c51971c4baaf42598.tar.gz freebsd-ports-gnome-9d69a7485a74e265794d9c3c51971c4baaf42598.tar.zst freebsd-ports-gnome-9d69a7485a74e265794d9c3c51971c4baaf42598.zip |
Deprecate unmaintained ports from x11 where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'x11/swarp')
-rw-r--r-- | x11/swarp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/swarp/Makefile b/x11/swarp/Makefile index 18702c6a4194..21b6ce4a500c 100644 --- a/x11/swarp/Makefile +++ b/x11/swarp/Makefile @@ -20,6 +20,9 @@ MAKE_ARGS= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lX11" \ -DVERSION=\\\"${PORTVERSION}\\\"" \ LD=${CC} +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_XORG= x11 PLIST_FILES= bin/swarp PORTDOCS= README |