diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-14 05:30:59 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-14 05:30:59 +0800 |
commit | 9d7a971e8abec73c7ca9175579c0879190c39e1c (patch) | |
tree | 607a8ff9d52e21007414f676bade7fbeb3bee2be /security/gwee | |
parent | 860ab5b911e16783cf37e9bfdfb7f5e6dd18d0ec (diff) | |
download | freebsd-ports-gnome-9d7a971e8abec73c7ca9175579c0879190c39e1c.tar.gz freebsd-ports-gnome-9d7a971e8abec73c7ca9175579c0879190c39e1c.tar.zst freebsd-ports-gnome-9d7a971e8abec73c7ca9175579c0879190c39e1c.zip |
Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'security/gwee')
-rw-r--r-- | security/gwee/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/gwee/Makefile b/security/gwee/Makefile index 7b618e403822..79bf802a691f 100644 --- a/security/gwee/Makefile +++ b/security/gwee/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://tigerteam.se/dl/gwee/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to exploit command execution vulnerabilities in web scripts +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_OPENSSL= yes USE_PERL5= yes USE_PYTHON= yes |