diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-08-09 16:36:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-08-09 16:36:25 +0800 |
commit | e6cbaa7fa7cb6a328230194d03f34d8d4797e09a (patch) | |
tree | e53bdc29d66101a17c687bdb390279bf986828a6 /security/proxytunnel | |
parent | e7185b582d14ad47db70bb6c049c57c1f5fb5caf (diff) | |
download | freebsd-ports-gnome-e6cbaa7fa7cb6a328230194d03f34d8d4797e09a.tar.gz freebsd-ports-gnome-e6cbaa7fa7cb6a328230194d03f34d8d4797e09a.tar.zst freebsd-ports-gnome-e6cbaa7fa7cb6a328230194d03f34d8d4797e09a.zip |
Update to 1.7.2
Diffstat (limited to 'security/proxytunnel')
-rw-r--r-- | security/proxytunnel/Makefile | 11 | ||||
-rw-r--r-- | security/proxytunnel/distinfo | 6 |
2 files changed, 10 insertions, 7 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 diff --git a/security/proxytunnel/distinfo b/security/proxytunnel/distinfo index ea7603c9942d..9d7a09d78159 100644 --- a/security/proxytunnel/distinfo +++ b/security/proxytunnel/distinfo @@ -1,3 +1,3 @@ -MD5 (proxytunnel-1.7.0.tgz) = f95f76d90f2594521065d9c38d67c9d7 -SHA256 (proxytunnel-1.7.0.tgz) = 5914f7daee9aab5f6065db48c8abeebcc93e9a7a97c96c2dd4f7a76a4974e035 -SIZE (proxytunnel-1.7.0.tgz) = 85461 +MD5 (proxytunnel-1.7.2.161.tgz) = f43eebfe676fa30cba88d611e8461c2a +SHA256 (proxytunnel-1.7.2.161.tgz) = 794491f1bf5c67c78f6e1a45d77d409dfbc0d1ab4170901ad1cab07eb0ca4b3a +SIZE (proxytunnel-1.7.2.161.tgz) = 42089 |