svn commit: r420713 - in head/security/proxytunnel: . files

Emanuel Haupt ehaupt at FreeBSD.org
Tue Aug 23 16:55:12 UTC 2016


Author: ehaupt
Date: Tue Aug 23 16:55:10 2016
New Revision: 420713
URL: https://svnweb.freebsd.org/changeset/ports/420713

Log:
  Update to 1.9.1

Deleted:
  head/security/proxytunnel/files/
Modified:
  head/security/proxytunnel/Makefile
  head/security/proxytunnel/distinfo
  head/security/proxytunnel/pkg-descr

Modified: head/security/proxytunnel/Makefile
==============================================================================
--- head/security/proxytunnel/Makefile	Tue Aug 23 16:52:18 2016	(r420712)
+++ head/security/proxytunnel/Makefile	Tue Aug 23 16:55:10 2016	(r420713)
@@ -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 at 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>

Modified: head/security/proxytunnel/distinfo
==============================================================================
--- head/security/proxytunnel/distinfo	Tue Aug 23 16:52:18 2016	(r420712)
+++ head/security/proxytunnel/distinfo	Tue Aug 23 16:55:10 2016	(r420713)
@@ -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

Modified: head/security/proxytunnel/pkg-descr
==============================================================================
--- head/security/proxytunnel/pkg-descr	Tue Aug 23 16:52:18 2016	(r420712)
+++ head/security/proxytunnel/pkg-descr	Tue Aug 23 16:55:10 2016	(r420713)
@@ -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/


More information about the svn-ports-head mailing list