ports/71742: [PATCH] security/proxytunnel: update to 1.1.3

Yen-Ming Lee leeym at FreeBSD.org
Tue Sep 14 19:40:23 UTC 2004


>Number:         71742
>Category:       ports
>Synopsis:       [PATCH] security/proxytunnel: update to 1.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 14 19:40:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004
>Description:
- Update to 1.1.3
- Add USE_GETOPT_LONG
- Replace pkg-plist with PLIST_FILES and PORTDOCS

Removed file(s):
- pkg-plist

Port maintainer (hmendes at brturbo.com) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- proxytunnel-1.1.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/proxytunnel/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	22 Feb 2004 23:41:26 -0000	1.4
+++ Makefile	14 Sep 2004 19:31:42 -0000
@@ -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 @@
 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>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/proxytunnel/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	22 Feb 2004 23:41:26 -0000	1.2
+++ distinfo	14 Sep 2004 19:31:42 -0000
@@ -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
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	22 Feb 2004 23:41:26 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,5 +0,0 @@
-bin/proxytunnel
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/CREDITS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
Index: files/patch-Makefile
===================================================================
RCS file: /home/pcvs/ports/security/proxytunnel/files/patch-Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 patch-Makefile
--- files/patch-Makefile	5 Dec 2001 22:03:17 -0000	1.1
+++ files/patch-Makefile	14 Sep 2004 19:31:42 -0000
@@ -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 at illicon.de>)
--- proxytunnel-1.1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list