Bug 149333 - Update port: devel/p5-App-CLI-Extension
Summary: Update port: devel/p5-App-CLI-Extension
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-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 18:40 UTC by Frederic Culot
Modified: 2010-08-20 06:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.91 KB, patch)
2010-08-05 18:40 UTC, Frederic Culot
no flags Details | Diff
p5-App-CLI-Extension.diff (2.04 KB, patch)
2010-08-18 14:23 UTC, Frederic Culot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Culot 2010-08-05 18:40:04 UTC
Update to 1.3:
- App::CLI::Extension::Exception module added
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-08-05 18:40:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2010-08-18 13:56:05 UTC
Here error. The fact that the 1.3 will always be less than 1.21 ( 3 < 21 ).
Good practice is to add PORTEPOCH, but we usually synthetically
increase the version number.

For example.
If do PORTVERSION = 1.30 (zero synthetic)
Now deceiving DISTNAME and making it DISTNAME =
$(PORTNAME)-$(PORTVERSION:C/0*$//} we get a good result.

In commit log, you can simply add
Update to 1.3(0).
In next version (i hope it be 1.31) you can remove DISTNAME and trick is over.

Check this crap you can with  pkg_version-t 1.21 1.3 (for example in this case).
Comment 3 Frederic Culot 2010-08-18 14:23:06 UTC
Many thanks for your detailed explanation Andrej.
Attached you will find the updated patch.

Frederic
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-08-20 06:10:11 UTC
az          2010-08-20 05:09:54 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-App-CLI-Extension Makefile distinfo pkg-plist 
  Log:
  Update to 1.3(0)
  
  PR:             ports/149333
  Submitted by:   Frederic Culot <frederic@culot.org>
  
  Revision  Changes    Path
  1.3       +4 -2      ports/devel/p5-App-CLI-Extension/Makefile
  1.3       +3 -3      ports/devel/p5-App-CLI-Extension/distinfo
  1.2       +1 -0      ports/devel/p5-App-CLI-Extension/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Andrej Zverev freebsd_committer freebsd_triage 2010-08-20 06:11:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!