ports/60275: PORTVERSION is wrong

Scott Lambert lambert at lambertfam.org
Mon Dec 15 17:00:32 UTC 2003


>Number:         60275
>Category:       ports
>Synopsis:       PORTVERSION is wrong
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 15 09:00:28 PST 2003
>Closed-Date:
>Last-Modified:
>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 at 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 at merlin.net.ua
 COMMENT=	GNU RADIUS server
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list