diff options
author | leeym <leeym@FreeBSD.org> | 2004-10-13 01:42:54 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-10-13 01:42:54 +0800 |
commit | c01e35997e36ea75113c495649b6686894a70927 (patch) | |
tree | f2f79231e30d6defd0b0642613d503eb642d2526 /security | |
parent | ac404c518fafb2be6fd9d8b3a10a496c4bb3d4bb (diff) | |
download | freebsd-ports-gnome-c01e35997e36ea75113c495649b6686894a70927.tar.gz freebsd-ports-gnome-c01e35997e36ea75113c495649b6686894a70927.tar.zst freebsd-ports-gnome-c01e35997e36ea75113c495649b6686894a70927.zip |
- Update to 1.1.3
- Add USE_GETOPT_LONG
- Replace pkg-plist with PLIST_FILES and PORTDOCS
PR: 71742
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'security')
-rw-r--r-- | security/proxytunnel/Makefile | 11 | ||||
-rw-r--r-- | security/proxytunnel/distinfo | 4 | ||||
-rw-r--r-- | security/proxytunnel/files/patch-Makefile | 6 | ||||
-rw-r--r-- | security/proxytunnel/pkg-plist | 5 |
4 files changed, 11 insertions, 15 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index 653d1162eaa0..aad1ca7280fc 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proxytunnel -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,16 +16,17 @@ MAINTAINER= hmendes@brturbo.com COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy ALL_TARGET= ${PORTNAME} +USE_GETOPT_LONG=yes +NO_WRKSUBDIR= yes -DOC_FILES= CHANGES CREDITS README +PLIST_FILES= bin/proxytunnel +PORTDOCS= CHANGES CREDITS README do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .ifndef(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for doc in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor + @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/proxytunnel/distinfo b/security/proxytunnel/distinfo index e8cf7466e1ba..6d139e7c55c2 100644 --- a/security/proxytunnel/distinfo +++ b/security/proxytunnel/distinfo @@ -1,2 +1,2 @@ -MD5 (proxytunnel-1.1.2.tgz) = cb6ef0fea3152207c0e2c47464595750 -SIZE (proxytunnel-1.1.2.tgz) = 24817 +MD5 (proxytunnel-1.1.3.tgz) = 1516ba0ff529bcc281d5524144ece69e +SIZE (proxytunnel-1.1.3.tgz) = 22722 diff --git a/security/proxytunnel/files/patch-Makefile b/security/proxytunnel/files/patch-Makefile index 6bb15f16c166..7c2499d72d72 100644 --- a/security/proxytunnel/files/patch-Makefile +++ b/security/proxytunnel/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Nov 22 06:50:01 2001 -+++ Makefile Wed Dec 5 19:58:37 2001 +--- Makefile.orig Wed Sep 15 03:28:55 2004 ++++ Makefile Wed Sep 15 03:29:06 2004 @@ -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 - # Solaris needs this (According to Martin Senft <martin@illicon.de>) diff --git a/security/proxytunnel/pkg-plist b/security/proxytunnel/pkg-plist deleted file mode 100644 index 61b891f91f9f..000000000000 --- a/security/proxytunnel/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/proxytunnel -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |