Index: head/security/proxytunnel/pkg-plist =================================================================== --- head/security/proxytunnel/pkg-plist (revision 119072) +++ head/security/proxytunnel/pkg-plist (nonexistent) @@ -1,5 +0,0 @@ -bin/proxytunnel -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/security/proxytunnel/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/proxytunnel/Makefile =================================================================== --- head/security/proxytunnel/Makefile (revision 119072) +++ head/security/proxytunnel/Makefile (revision 119073) @@ -1,31 +1,32 @@ # New ports collection makefile for: proxytunnel # Date created: Sun Nov 25 15:16:44 BRST 2001 # Whom: Hammurabi Mendes # # $FreeBSD$ # PORTNAME= proxytunnel -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz 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 Property changes on: head/security/proxytunnel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/security/proxytunnel/distinfo =================================================================== --- head/security/proxytunnel/distinfo (revision 119072) +++ head/security/proxytunnel/distinfo (revision 119073) @@ -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 Property changes on: head/security/proxytunnel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/proxytunnel/files/patch-Makefile =================================================================== --- head/security/proxytunnel/files/patch-Makefile (revision 119072) +++ head/security/proxytunnel/files/patch-Makefile (revision 119073) @@ -1,11 +1,11 @@ ---- 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 -CC = gcc -CFLAGS = -Wall -DHAVE_GETOPT_LONG LDFLAGS = + INSTALLPATH = $(DESTDIR)/usr/bin - # Solaris needs this (According to Martin Senft ) Property changes on: head/security/proxytunnel/files/patch-Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property