Bug 90140

Summary: update biology/seaview: fix help file, remove uneccessary patches
Product: Ports & Packages Reporter: Fernan Aguero <fernan>
Component: Individual Port(s)Assignee: Tim Bishop <tdb>
Status: Closed FIXED    
Severity: Affects Only Me CC: tdb
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
seaview.diff
none
seaview.diff
none
seaview.diff
none
seaview.diff none

Description Fernan Aguero 2005-12-09 14:10:02 UTC
	
	
	The author of seaview has incorporated two of our patches into
	the upstream sources. So we remove these from the port.

	Also, the CFLAGS defined by the port are now being added
	to seaview's own CFLAGS. As a result the help file is now
	found by seaview as it should be.
Comment 1 Tim Bishop freebsd_committer freebsd_triage 2005-12-09 14:10:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tdb

Grab.
Comment 2 Fernan Aguero 2005-12-09 14:59:35 UTC
+----[ Tim Bishop <tdb@FreeBSD.org> (09.Dec.2005 11:20):
|
| On Fri, 2005-12-09 at 11:00 -0300, Fernan Aguero wrote:
| > -PORTVERSION=	2005.13.07
| > +PORTVERSION=	2005.12.07
| 
| Version numbers can't go backwards:
| 
| % pkg_version -t 2005.13.07 2005.12.07
| >
| 
| So either make the new version bigger, or set PORTEPOCH=1 which results
| in a package name like:
| 
| seaview-2005.12.07,1
| 
| Tim.
|
+----]

Oh, yes, my fault. I tried to fix the PORTVERSION to use the
more standard YYYY.MM.DD ... I've now set PORTEPOCH in the
attached patch.

Thanks again,

Fernan
Comment 3 Fernan Aguero 2005-12-09 17:51:23 UTC
+----[ Tim Bishop <tdb@FreeBSD.org> (09.Dec.2005 12:15):
|
| > Oh, yes, my fault. I tried to fix the PORTVERSION to use the
| > more standard YYYY.MM.DD ... I've now set PORTEPOCH in the
| > attached patch.
| 
| I should probably just check you're aware of the implications of using
| PORTEPOCH:
| 
| http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html#AEN514
| 
| Once set it can never be undone. The only other solution though is to
| use a non-standard version number until 2006 :-)

Yeah, you're right, perhaps it's better to stick with the
non-standard version number until the next version comes
out, which most probably will be in 2006.
 
| I'm happy with whatever you want to do though.
|
+----]

Patch is attached,

Fernan
Comment 4 Fernan Aguero 2005-12-10 01:20:40 UTC
+----[ Tim Bishop <tdb@FreeBSD.org> (09.Dec.2005 16:34):
|
| On Fri, 2005-12-09 at 18:00 +0000, Fernan Aguero wrote:
| >  -PORTVERSION=	2005.13.07
| >  +PORTVERSION=	2005.07.12
| 
| That new number is still lower:
| 
| % pkg_version -t 2005.13.07 2005.07.12
| >
| 
| Use pkg_version like that to test if the new version is greater than the
| old version. Maybe use 2005.99 or something? Or just do what the
| commerical industry does and brand it version 2006! (cue fireworks and
| large advertising campaign :-)
| 
| Tim.
|
+----]

Yeah, seems like I should do that. Patch attached. Version
is now 2006.01.01 :|

Thanks for your patience,

Fernan
Comment 5 Tim Bishop freebsd_committer freebsd_triage 2005-12-10 14:11:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!