Update to 1.7.2
This commit is contained in:
parent
9fa3a4ac7c
commit
6db5880eef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197370
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user