diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-17 13:21:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-17 13:21:05 +0800 |
commit | 2ab7c1c9db271127fb76d34c2cb7a7e54bf7cd3e (patch) | |
tree | 1ab21798d0a9f4039b92ed6a4de61a1a7379aae5 /security/proxycheck | |
parent | 7c17c833f56c8f3613c0c5584760c3093dd74851 (diff) | |
download | freebsd-ports-gnome-2ab7c1c9db271127fb76d34c2cb7a7e54bf7cd3e.tar.gz freebsd-ports-gnome-2ab7c1c9db271127fb76d34c2cb7a7e54bf7cd3e.tar.zst freebsd-ports-gnome-2ab7c1c9db271127fb76d34c2cb7a7e54bf7cd3e.zip |
- Set / Update Portscout flags
- Pass maintainership to submitter
PR: 166062 166105 166112 166113 166114
166115 166141 166154 166155 166156
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes
Diffstat (limited to 'security/proxycheck')
-rw-r--r-- | security/proxycheck/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/proxycheck/Makefile b/security/proxycheck/Makefile index 46950065c9b2..a2c5da26856e 100644 --- a/security/proxycheck/Makefile +++ b/security/proxycheck/Makefile @@ -11,9 +11,11 @@ CATEGORIES= security MASTER_SITES= http://www.corpit.ru/mjt/proxycheck/ \ http://www.it.ca/~paul/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Check for open proxy servers +PORTSCOUT= skipv:0.49 + MAN1= proxycheck.1 HAS_CONFIGURE= yes |