summaryrefslogtreecommitdiff
path: root/security/proxytunnel/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2007-08-09 08:36:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2007-08-09 08:36:25 +0000
commit6db5880eefacda9c8657c3c5f7c182826603d3fb (patch)
tree4f0b9507e80660bd2d5f018270de682301aa87c7 /security/proxytunnel/Makefile
parentAdd support for the passfile option. (diff)
Update to 1.7.2
Notes
Notes: svn path=/head/; revision=197370
Diffstat (limited to 'security/proxytunnel/Makefile')
-rw-r--r--security/proxytunnel/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile
index 0e085695cc01..58bb2c95e554 100644
--- a/security/proxytunnel/Makefile
+++ b/security/proxytunnel/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= proxytunnel
-PORTVERSION= 1.7.0
+PORTVERSION= 1.7.2
+DISTVERSIONSUFFIX= .${SVNREV}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,15 +19,17 @@ 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
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+CFLAGS+= -DUSE_SSL -DHAVE_SETPROCTITLE -DSPT_TYPE=1 -DREV=${SVNREV}
+
+SVNREV= 161
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000