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
Fernan Aguero
2005-12-09 14:10:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->tdb Grab. +----[ 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 +----[ 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 +----[ 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 State Changed From-To: open->closed Committed. Thanks! |