diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/proxytunnel/Makefile | 5 | ||||
-rw-r--r-- | security/proxytunnel/distinfo | 3 | ||||
-rw-r--r-- | security/proxytunnel/pkg-plist | 9 |
3 files changed, 8 insertions, 9 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index 61e0a1956a94..653d1162eaa0 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proxytunnel -PORTVERSION= 1.0.6 +PORTVERSION= 1.1.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= hmendes@brturbo.com COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy -WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= ${PORTNAME} -DOC_FILES= CHANGES CREDITS LICENSE.txt README +DOC_FILES= CHANGES CREDITS README do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} diff --git a/security/proxytunnel/distinfo b/security/proxytunnel/distinfo index 4810ae5ba166..e8cf7466e1ba 100644 --- a/security/proxytunnel/distinfo +++ b/security/proxytunnel/distinfo @@ -1 +1,2 @@ -MD5 (proxytunnel-1.0.6.tgz) = 2d506db6b87f5d1392305f3a159e5fda +MD5 (proxytunnel-1.1.2.tgz) = cb6ef0fea3152207c0e2c47464595750 +SIZE (proxytunnel-1.1.2.tgz) = 24817 diff --git a/security/proxytunnel/pkg-plist b/security/proxytunnel/pkg-plist index 9555b76e1ec8..61b891f91f9f 100644 --- a/security/proxytunnel/pkg-plist +++ b/security/proxytunnel/pkg-plist @@ -1,6 +1,5 @@ bin/proxytunnel -%%PORTDOCS%%share/doc/proxytunnel/CHANGES -%%PORTDOCS%%share/doc/proxytunnel/CREDITS -%%PORTDOCS%%share/doc/proxytunnel/LICENSE.txt -%%PORTDOCS%%share/doc/proxytunnel/README -%%PORTDOCS%%@dirrm share/doc/proxytunnel +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |