Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2006 15:33:01 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95624: [MAINTAINER] net/6tunnel - DISTVERSION is set incorrectly
Message-ID:  <1144765981.1523@charon.picobyte.net>
Resent-Message-ID: <200604111440.k3BEeICQ048301@freefall.freebsd.org>

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

>Number:         95624
>Category:       ports
>Synopsis:       [MAINTAINER] net/6tunnel - DISTVERSION is set incorrectly
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 11 14:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

The port's DISTVERSION value is in ports format, and not the original
vendor format.

>How-To-Repeat:

>Fix:

--- 6tunnel.diff begins here ---
--- Makefile.orig	Tue Feb 21 02:32:59 2006
+++ Makefile	Tue Apr 11 15:25:49 2006
@@ -9,7 +9,7 @@
 PORTVERSION=	0.11.r2
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://toxygen.net/6tunnel/
-DISTNAME=	${PORTNAME}-${PORTVERSION:R}rc2
+DISTVERSION=	${PORTVERSION:R}rc2
 
 MAINTAINER=	shaun@inerd.com
 COMMENT=	TCP proxy for applications that don't speak IPv6
--- 6tunnel.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?1144765981.1523>