aboutsummaryrefslogtreecommitdiff
path: root/security/proxytunnel
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-23 16:55:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-23 16:55:10 +0000
commitd1153c819d184bf2cf1b32837ec007644ab607e1 (patch)
treeb55c235463efc1e86b8d1e36737e55e276e6c99b /security/proxytunnel
parent6c0286442db176bad4d835d3b0a680ce4f305bad (diff)
downloadports-d1153c819d184bf2cf1b32837ec007644ab607e1.tar.gz
ports-d1153c819d184bf2cf1b32837ec007644ab607e1.zip
Update to 1.9.1
Notes
Notes: svn path=/head/; revision=420713
Diffstat (limited to 'security/proxytunnel')
-rw-r--r--security/proxytunnel/Makefile16
-rw-r--r--security/proxytunnel/distinfo5
-rw-r--r--security/proxytunnel/files/patch-Makefile27
-rw-r--r--security/proxytunnel/pkg-descr2
4 files changed, 13 insertions, 37 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile
index fae077e94406..1e69d10a4fbe 100644
--- a/security/proxytunnel/Makefile
+++ b/security/proxytunnel/Makefile
@@ -2,23 +2,25 @@
# $FreeBSD$
PORTNAME= proxytunnel
-PORTVERSION= 1.9.0
-PORTREVISION= 1
+PORTVERSION= 1.9.1
CATEGORIES= security
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20source%20tarballs/${PORTNAME}%20${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy
-USES= pkgconfig gmake tar:tgz
-USE_OPENSSL= yes
+LICENSE= GPLv2
-ALL_TARGET= ${PORTNAME}
+BUILD_DEPENDS= asciidoc:textproc/asciidoc \
+ xmlto:textproc/xmlto
+
+USES= pkgconfig gmake tar:tgz ssl
+USE_GITHUB= yes
PLIST_FILES= bin/proxytunnel man/man1/proxytunnel.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \
+ ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/security/proxytunnel/distinfo b/security/proxytunnel/distinfo
index d682f94afce9..8f3b289ac4cc 100644
--- a/security/proxytunnel/distinfo
+++ b/security/proxytunnel/distinfo
@@ -1,2 +1,3 @@
-SHA256 (proxytunnel-1.9.0.tgz) = 2ef5bbf8d81ddf291d71f865c5dab89affcc07c4cb4b3c3f23e1e9462721a6b9
-SIZE (proxytunnel-1.9.0.tgz) = 46556
+TIMESTAMP = 1471969383
+SHA256 (proxytunnel-proxytunnel-1.9.1_GH0.tar.gz) = 4a68d2c33bf53c290346b0a76e2c3d25556e954ba346be68cf65ae8f73ae8007
+SIZE (proxytunnel-proxytunnel-1.9.1_GH0.tar.gz) = 48025
diff --git a/security/proxytunnel/files/patch-Makefile b/security/proxytunnel/files/patch-Makefile
deleted file mode 100644
index 0f0f04aed38e..000000000000
--- a/security/proxytunnel/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.orig 2008-02-26 23:31:08 UTC
-+++ Makefile
-@@ -5,7 +5,7 @@
- CC ?= cc
- CFLAGS ?= -Wall -O2 -ggdb
-
--OPTFLAGS = -DREV=$(shell ./getrev.sh)
-+OPTFLAGS = -DREV=0
-
- # Comment on non-gnu systems
- OPTFLAGS += -DHAVE_GETOPT_LONG
-@@ -38,13 +38,14 @@ OPTFLAGS += -DSO_REUSEPORT
- # END system dependant block
-
- SSL_LIBS := $(shell pkg-config --libs libssl 2>/dev/null)
-+CRYPTO_LIBS := $(shell pkg-config --libs libcrypto 2>/dev/null)
- ifeq ($(SSL_LIBS),)
- SSL_LIBS := $(shell pkg-config --libs openssl 2>/dev/null)
- endif
- ifeq ($(SSL_LIBS),)
- SSL_LIBS := -lssl -lcrypto
- endif
--LDFLAGS += $(SSL_LIBS)
-+LDFLAGS += $(SSL_LIBS) $(CRYPTO_LIBS)
-
- PREFIX =/usr/local
- BINDIR = $(PREFIX)/bin
diff --git a/security/proxytunnel/pkg-descr b/security/proxytunnel/pkg-descr
index 865c8ff0c381..ea16d3ff02cb 100644
--- a/security/proxytunnel/pkg-descr
+++ b/security/proxytunnel/pkg-descr
@@ -1,4 +1,4 @@
A program that connects stdin and stdout to an origin server somewhere in the
Internet through an industry standard HTTPS proxy.
-WWW: http://proxytunnel.sourceforge.net/
+WWW: https://github.com/proxytunnel/proxytunnel/