Bug 38462

Summary: *MAINTAINER UPDATE* Ecartis port not in-line with port standards
Product: Ports & Packages Reporter: GNATS administrator <gnats-admin>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description GNATS administrator freebsd_committer freebsd_triage 2002-05-23 18:30:07 UTC
	warnings in portlint , specifically related to PORTVERSION

How-To-Repeat: 	run portlint on mail/ecartis port
Comment 1 dwcjr 2002-05-23 18:40:23 UTC
>  PORTNAME=      ecartis
> -PORTVERSION=   1.0.0-snap20020514
> +PORTVERSION=   1.0.0.s20020514
>  CATEGORIES=    mail
>  MASTER_SITES=  ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/


If you run pkg_version -t...

pkg_version -t 1.0.0-snap20020514 1.0.0.s20020514
>

it shows the older version is newer than the new one, so if you want 
to make this change, you will have to bump PORTEPOCH.  If you can 
wait until the next version bump, ie 1.0.1 then you will not need to 
use the portepoch.  I don't think you need to submit an update as 
long as the committer who takes care of this reads this message.

-- 
David W. Chapman Jr.
dwcjr@inethouston.net	Raintree Network Services, Inc. <www.inethouston.net>
dwcjr@freebsd.org	FreeBSD Committer <www.FreeBSD.org>
Comment 2 Trish Lynch 2002-05-23 18:48:20 UTC
On Thu, 23 May 2002, David W. Chapman Jr. wrote:

> >  PORTNAME=      ecartis
> > -PORTVERSION=   1.0.0-snap20020514
> > +PORTVERSION=   1.0.0.s20020514
> >  CATEGORIES=    mail
> >  MASTER_SITES=  ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/
>
>
> If you run pkg_version -t...
>
> pkg_version -t 1.0.0-snap20020514 1.0.0.s20020514
> >
>
> it shows the older version is newer than the new one, so if you want
> to make this change, you will have to bump PORTEPOCH.  If you can
> wait until the next version bump, ie 1.0.1 then you will not need to
> use the portepoch.  I don't think you need to submit an update as
> long as the committer who takes care of this reads this message.
>
The version bump won't come for a long time, so bumping PORTEPOCH seems
the best thing to do for now.

-Trish


--
Trish Lynch					trish@bsdunix.net
FreeBSD						The Power to Serve
Ecartis Core Team				trish@listmistress.org
                   http://www.freebsd.org
Comment 3 dwcjr freebsd_committer freebsd_triage 2002-05-24 01:46:32 UTC
State Changed
From-To: open->closed

Committed(with modifications), thanks!
Comment 4 dwcjr 2002-05-24 01:48:16 UTC
If you plan on submitting more pr's in the future, try to be careful of the spacing, I had to manually apply this one.  It seems you lost your tabs in this and they were replaced with spaces.  If you have a web site it may be easier just to put a url of the patch up on it.