diff options
author | niels <niels@FreeBSD.org> | 2005-01-14 05:31:40 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2005-01-14 05:31:40 +0800 |
commit | 1dcd911a3f53c5adee234588c36eb1ce514244a9 (patch) | |
tree | f060f5ac74b4479245bc4ca39661b0e6a06c1129 /security/proxytunnel | |
parent | 211ea1322b137e472ce12272e1df1531c6974d6a (diff) | |
download | freebsd-ports-gnome-1dcd911a3f53c5adee234588c36eb1ce514244a9.tar.gz freebsd-ports-gnome-1dcd911a3f53c5adee234588c36eb1ce514244a9.tar.zst freebsd-ports-gnome-1dcd911a3f53c5adee234588c36eb1ce514244a9.zip |
Upgrade to version 1.2.3 which contains a fix for the reported
format string issue.
Approved by: nectar (mentor)
Diffstat (limited to 'security/proxytunnel')
-rw-r--r-- | security/proxytunnel/Makefile | 6 | ||||
-rw-r--r-- | security/proxytunnel/distinfo | 4 | ||||
-rw-r--r-- | security/proxytunnel/files/patch-Makefile | 8 |
3 files changed, 7 insertions, 11 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index 025f7e3e2926..1a6153da0539 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proxytunnel -PORTVERSION= 1.1.3 +PORTVERSION= 1.2.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,12 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy -DEPRECATED= http://vuxml.FreeBSD.org/50744596-368f-11d9-a9e7-0001020eed82.html -EXPIRATION_DATE=2005-02-13 - ALL_TARGET= ${PORTNAME} USE_GETOPT_LONG=yes -NO_WRKSUBDIR= yes PLIST_FILES= bin/proxytunnel PORTDOCS= CHANGES CREDITS README diff --git a/security/proxytunnel/distinfo b/security/proxytunnel/distinfo index 6d139e7c55c2..a054cb645703 100644 --- a/security/proxytunnel/distinfo +++ b/security/proxytunnel/distinfo @@ -1,2 +1,2 @@ -MD5 (proxytunnel-1.1.3.tgz) = 1516ba0ff529bcc281d5524144ece69e -SIZE (proxytunnel-1.1.3.tgz) = 22722 +MD5 (proxytunnel-1.2.3.tgz) = 83a2f9994bfb20232f5a039032f13ed4 +SIZE (proxytunnel-1.2.3.tgz) = 24966 diff --git a/security/proxytunnel/files/patch-Makefile b/security/proxytunnel/files/patch-Makefile index 7c2499d72d72..f0a32c76920f 100644 --- a/security/proxytunnel/files/patch-Makefile +++ b/security/proxytunnel/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Sep 15 03:28:55 2004 -+++ Makefile Wed Sep 15 03:29:06 2004 +--- Makefile.orig Thu Jan 13 15:45:50 2005 ++++ Makefile Thu Jan 13 15:46:00 2005 @@ -2,8 +2,6 @@ # # Please uncomment the appropriate settings @@ -7,5 +7,5 @@ -CC = gcc -CFLAGS = -Wall -DHAVE_GETOPT_LONG LDFLAGS = - INSTALLPATH = $(DESTDIR)/usr/bin - + INSTALLPATH = $(DESTDIR)/usr/local/bin + MANPATH = $(DESTDIR)/usr/local/man/man1 |