diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-16 10:45:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-16 10:45:53 +0000 |
commit | 6111f827b1bdb6d5ae18153bcb85932c58a55899 (patch) | |
tree | 2f2915f3979c22504f5dfa9b946b8f681b04c2b8 /security/proxytunnel | |
parent | a537eb26c1d9e40e390f2825d3f92ed740cddc8b (diff) |
Notes
Diffstat (limited to 'security/proxytunnel')
-rw-r--r-- | security/proxytunnel/Makefile | 10 | ||||
-rw-r--r-- | security/proxytunnel/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index 29c7c43c561d..981e4a2d3d97 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= proxytunnel -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.6.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,15 +15,18 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy +USE_GMAKE= yes USE_GETOPT_LONG=yes +CFLAGS+= -DUSE_SSL -DHAVE_SETPROCTITLE -DSPT_TYPE=1 + +MAKE_ENV+= CC="${CC}" LDFLAGS="${LDFLAGS}" + ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/proxytunnel PORTDOCS= CHANGES CREDITS README -CFLAGS+= -DUSE_SSL -DSETPROCTITLE -DSPT_TYPE=1 - .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 diff --git a/security/proxytunnel/distinfo b/security/proxytunnel/distinfo index 9f578971a08d..4282efb5a7b2 100644 --- a/security/proxytunnel/distinfo +++ b/security/proxytunnel/distinfo @@ -1,3 +1,3 @@ -MD5 (proxytunnel-1.6.0.tgz) = def873a50ad4d54f9775d2384605a1dd -SHA256 (proxytunnel-1.6.0.tgz) = 8c0ff7df9fcc2c190e7cb71a25d1c244b4819198980f8a4578ad86b41216829a -SIZE (proxytunnel-1.6.0.tgz) = 58558 +MD5 (proxytunnel-1.6.3.tgz) = 416aa5764470c072c8bd81e96908b3da +SHA256 (proxytunnel-1.6.3.tgz) = a3720350f39b2cde03c90ff8d86984dc429fd282830605d352b138160169c864 +SIZE (proxytunnel-1.6.3.tgz) = 59605 |