Update to 1.3: - App::CLI::Extension::Exception module added
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool)
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).
Many thanks for your detailed explanation Andrej. Attached you will find the updated patch. Frederic
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"
State Changed From-To: open->closed Committed. Thanks!