Bug 60275 - PORTVERSION is wrong
Summary: PORTVERSION is wrong
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-15 17:00 UTC by Scott Lambert
Modified: 2003-12-15 20:10 UTC (History)
1 user (show)

See Also:


Attachments
Makefile.diff (449 bytes, patch)
2003-12-15 17:00 UTC, Scott Lambert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Lambert 2003-12-15 17:00:28 UTC
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.

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.
How-To-Repeat: 
Open the Makefile and look at it. :-)
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-15 20:10:34 UTC
State Changed
From-To: open->closed

Fixed. Thanks for spotting this.