Bug 42128 - ymessenger PORTVERSION is invalid
Summary: ymessenger PORTVERSION is invalid
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 17:00 UTC by Vivek Khera
Modified: 2002-10-18 04:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vivek Khera 2002-08-28 17:00:07 UTC
	
the PORTVERSION in net/ymessenger contains a minus sign:

 PORTVERSION=    0.99.19-1

which confuses both portversion and pkg_version utilties.

Fix: 

change PORTVERSION to be compatible with proper port version numbers.
How-To-Repeat: 
[root@onceler]# pkg_version -vl\<
ymessenger-0.99.17                  <   needs updating (port has 1)
Comment 1 dwcjr 2002-08-31 18:58:59 UTC
Something like this should fix it except that you would have to bump 
PORTEPOCH

-PORTVERSION=   0.99.19-1
+PORTVERSION=   0.99.19.1
 CATEGORIES=    net
 MASTER_SITES=  http://download.yahoo.com/dl/unix/fbsd45/
 EXTRACT_SUFX=  .tgz
+DISTNAME=      ${PORTNAME}-${PORTVERSION:S/./-/g:S/-/./:S/-/./}
Comment 2 Tetsurou Okazaki freebsd_committer freebsd_triage 2002-10-18 04:44:29 UTC
State Changed
From-To: open->closed

superseded by ports/43901