Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2006 11:16:13 +0200
From:      Vasil Dimov <vd@datamax.bg>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91584: Update port: net/prtunnel to 0.2.6
Message-ID:  <20060110091613.GA2175@qlovarnika.bg.datamax>
Resent-Message-ID: <200601100920.k0A9K6QR079747@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91584
>Category:       ports
>Synopsis:       Update port: net/prtunnel to 0.2.6
>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 Jan 10 09:20:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
DataMax
>Environment:

>Description:

Update net/prtunnel from 0.2.5 to 0.2.6 which is a bugfix release.

I volunteer to maintain this port.

>How-To-Repeat:

>Fix:

--- prtunnel_0.2.5-0.2.6.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/local/cvsupdroot/ports/net/prtunnel/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	15 May 2005 23:06:30 -0000	1.13
+++ Makefile	10 Jan 2006 09:10:21 -0000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	prtunnel
-PORTVERSION=	0.2.5
+PORTVERSION=	0.2.6
 CATEGORIES=	net
 MASTER_SITES=	http://joshbeam.com/files/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	vd@datamax.bg
 COMMENT=	Tunnel for TCP connections using an HTTP or SOCKS5 proxy
 
 USE_REINPLACE=	yes
@@ -18,7 +18,7 @@
 
 MAN1=		prtunnel.1
 
-PORTDOCS=	README
+PORTDOCS=	ChangeLog README
 PLIST_FILES=	bin/prtunnel
 
 post-patch:
@@ -29,7 +29,7 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-.for i in README
+.for i in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
 .endfor
 .endif
Index: distinfo
===================================================================
RCS file: /usr/local/cvsupdroot/ports/net/prtunnel/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	25 Nov 2005 16:48:20 -0000	1.10
+++ distinfo	10 Jan 2006 09:10:21 -0000
@@ -1,3 +1,3 @@
-MD5 (prtunnel-0.2.5.tar.gz) = a5af5157dfa0054d4fd61f05a5132c18
-SHA256 (prtunnel-0.2.5.tar.gz) = 82939f79ae9cdaf19e148c477dec4984d47f62799e59b5a305a394675a739579
-SIZE (prtunnel-0.2.5.tar.gz) = 19335
+MD5 (prtunnel-0.2.6.tar.gz) = 907e6d6591e07410657efc6ae01fc1fa
+SHA256 (prtunnel-0.2.6.tar.gz) = 4179f96afca3b8b36498d9a094a135f8359045532fa7294d0865ec9e19f6eb24
+SIZE (prtunnel-0.2.6.tar.gz) = 21326
--- prtunnel_0.2.5-0.2.6.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060110091613.GA2175>