From scott@inch.com  Mon Dec 15 08:50:41 2003
Return-Path: <scott@inch.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0676E16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Dec 2003 08:50:41 -0800 (PST)
Received: from util.inch.com (ns.inch.com [216.223.192.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B319343D33
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Dec 2003 08:50:39 -0800 (PST)
	(envelope-from scott@inch.com)
Received: from DellBSD.inch.com (DellBSD.inch.com [216.223.192.89])
	by util.inch.com (8.12.10/8.12.10/UTIL-INCH-3.0.10) with ESMTP id hBFGobt0093944;
	Mon, 15 Dec 2003 11:50:37 -0500 (EST)
	(envelope-from scott@inch.com)
Received: by DellBSD.inch.com (Postfix, from userid 1000)
	id EE2835CC9; Mon, 15 Dec 2003 11:50:36 -0500 (EST)
Message-Id: <20031215165036.EE2835CC9@DellBSD.inch.com>
Date: Mon, 15 Dec 2003 11:50:36 -0500 (EST)
From: Scott Lambert <lambert@lambertfam.org>
Reply-To: Scott Lambert <scott@lambertfam.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lance@merlin.net.ua
Subject: PORTVERSION is wrong
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60275
>Category:       ports
>Synopsis:       PORTVERSION is wrong
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 15 09:00:28 PST 2003
>Closed-Date:    Mon Dec 15 12:10:44 PST 2003
>Last-Modified:  Mon Dec 15 12:10:44 PST 2003
>Originator:     Scott Lambert
>Release:        FreeBSD 4.8-RELEASE-p14 i386
>Organization:
Internet Channel http://www.inch.com/
>Environment:
System: FreeBSD DellBSD.inch.com 4.8-RELEASE-p14 FreeBSD 4.8-RELEASE-p14 #4: Mon Dec 1 16:27:27 EST 2003 root@DellBSD.inch.com:/usr/obj/usr/src/sys/DELLBSD i386

>Description:

The PORTVERSION for ports/gnu-radius was not bumped when it was updated
to gnu-radius-1.1.  This may be causing users of the ports collection to 
be missing the update.

>How-To-Repeat:

Open the Makefile and look at it. :-)

>Fix:

I've updated the PORTVERSION variable and use the variable in the
DISTNAME to encourage the change being made in the right place in the
future.

There will probably be a 1.2 version coming along RSN so this might be
useful.

--- Makefile.diff begins here ---
--- Makefile	Wed Oct 15 03:07:14 2003
+++ Makefile.new	Mon Dec 15 11:43:11 2003
@@ -5,11 +5,11 @@
 # $FreeBSD: ports/net/gnu-radius/Makefile,v 1.13 2003/10/14 15:47:27 dinoex Exp $
 
 PORTNAME=	gnu-radius
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	radius
-DISTNAME=       radius-1.1
+DISTNAME=       radius-${PORTVERSION}
 
 MAINTAINER=	lance@merlin.net.ua
 COMMENT=	GNU RADIUS server
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Dec 15 12:10:34 PST 2003 
State-Changed-Why:  
Fixed. Thanks for spotting this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60275 
>Unformatted:
