ports/121803: Update port: net/vtun to 3.0.2

KATO Tsuguru tkato432 at yahoo.com
Mon Mar 17 18:10:04 UTC 2008


>Number:         121803
>Category:       ports
>Synopsis:       Update port: net/vtun to 3.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 17 18:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update to version 3.0.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/vtun/Makefile net/vtun/Makefile
--- /usr/ports/net/vtun/Makefile	2007-09-04 00:15:11.000000000 +0900
+++ net/vtun/Makefile	2008-02-09 03:19:52.000000000 +0900
@@ -6,25 +6,26 @@
 #
 
 PORTNAME=	vtun
-PORTVERSION=	3.0.1
+PORTVERSION=	3.0.2
 CATEGORIES=	net
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Virtual Tunnels over TCP/IP networks with traffic shaping
 
-LIB_DEPENDS=	lzo.1:${PORTSDIR}/archivers/lzo
+LIB_DEPENDS=	lzo2.2:${PORTSDIR}/archivers/lzo2
 
 MAN5=		vtund.conf.5
 MAN8=		vtund.8
 MLINKS=		vtund.8 vtun.8
 
+USE_GNOME=	gnometarget
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var \
 		--with-ssl-headers=${OPENSSLBASE}/include/openssl \
 		--with-ssl-lib=${OPENSSLBASE}/lib \
-		--with-lzo-headers=${LOCALBASE}/include \
+		--with-lzo-headers=${LOCALBASE}/include/lzo \
 		--with-lzo-lib=${LOCALBASE}/lib
 CONFIGURE_ENV=	YACC=${YACC}
 USE_RC_SUBR=	vtunclient vtund
@@ -40,6 +41,7 @@
 .endif
 
 post-install:
+	@${STRIP_CMD} ${PREFIX}/sbin/vtund
 	@${INSTALL_DATA} ${WRKSRC}/vtund.conf ${PREFIX}/etc/vtund.conf.example
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
diff -urN /usr/ports/net/vtun/distinfo net/vtun/distinfo
--- /usr/ports/net/vtun/distinfo	2007-09-04 00:15:11.000000000 +0900
+++ net/vtun/distinfo	2008-02-09 03:11:03.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (vtun-3.0.1.tar.gz) = c342ffe77055d4248a38f0b380f28c1b
-SHA256 (vtun-3.0.1.tar.gz) = 22507499a8f650ef97157977e62fa632d5b0034070629a2d0fd0512e304eaeeb
-SIZE (vtun-3.0.1.tar.gz) = 124829
+MD5 (vtun-3.0.2.tar.gz) = d3d8bc4d58886498a1c338670eab9315
+SHA256 (vtun-3.0.2.tar.gz) = db26d4dbc35a2b3d65519f68b8ae55c80d7ec4e6569aeec7a432aa82f24c56d6
+SIZE (vtun-3.0.2.tar.gz) = 125777
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list