The port does not follow the perl module naming schema. Since the distfile does not start with the prefix Locale the resulting package name is p5-gettext instead p5-Local-gettext. Fix: --- patch_p5-Locale-gettext.txt begins here --- --- Makefile +++ Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR=Locale -PKGNAMEPREFIX= p5- +PKGNAMEPREFIX= p5-Locale- MAINTAINER= demon@FreeBSD.org COMMENT= Message handling functions --- patch_p5-Locale-gettext.txt ends here --- How-To-Repeat: cd /usr/ports/devel/p5-Locale-gettext && make package
Responsible Changed From-To: freebsd-ports-bugs->demon Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: demon->ohauer submitter is now committer
Responsible Changed From-To: ohauer->pgollucci comitter timeout (ohauer@FreeBSD.org ; 41 days)
State Changed From-To: open->closed Committed, Thanks!
pgollucci 2010-10-11 20:48:08 UTC FreeBSD ports repository Modified files: devel/p5-Locale-gettext Makefile Log: Std pkg name p5-gettext -> p5-Locale-gettext PR: ports/148166 Submitted by: ohauer Approved by: timeout (demon/ohauer ; 41 days) Revision Changes Path 1.23 +1 -1 ports/devel/p5-Locale-gettext/Makefile _______________________________________________ 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"