diff options
author | krion <krion@FreeBSD.org> | 2004-02-23 07:41:26 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-23 07:41:26 +0800 |
commit | b0cc22b40ac7c8d00b3b99c587ceb4bdaaff0648 (patch) | |
tree | 85528b9fa8eebc53fecb9a31f62ab3f28de8a09d /security | |
parent | 758258ae05407caf2129cdedc3cb624696ca91c7 (diff) | |
download | freebsd-ports-gnome-b0cc22b40ac7c8d00b3b99c587ceb4bdaaff0648.tar.gz freebsd-ports-gnome-b0cc22b40ac7c8d00b3b99c587ceb4bdaaff0648.tar.zst freebsd-ports-gnome-b0cc22b40ac7c8d00b3b99c587ceb4bdaaff0648.zip |
- Update to version 1.1.2
PR: ports/62646
Submitted by: Alex Kapranoff <kappa@web.1tv.ru>
Approved by: maintainer timeout
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%% |