Created attachment 194431 [details] svn diff # pwd /usr/ports-svn/head/japanese/p5-Lingua-JA-Moji # make fetch ===> License ART10 GPLv1+ accepted by the user ===> p5-p5-Lingua-JA-Moji-0.36 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-p5-Lingua-JA-Moji-0.36 for building # make -f Makefile -V PKGNAMEPREFIX p5-p5- Is this p5-p5 right? # (patch apply) # make fetch ===> License ART10 GPLv1+ accepted by the user ===> p5-Lingua-JA-Moji-0.36 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by p5-Lingua-JA-Moji-0.36 for building
No, it should be ja-p5-. I'll fix it.
Just for the record, here's the list of which doesn't have ja- prefix in japanese category but some are OK. I'll fix all Lingua ports at this time. $ cd /usr/ports/japanese $ for d in $(find . -type d -depth 1 ); do (cd $d; make -VPKGNAME); done |grep -v ^ja- latex-jlisting-0.2 p5-WWW-2ch-0.07_2 p5-Lingua-JA-Numbers-0.05 py27-zinnia-0.06 qt4-codecs-jp-4.8.7_2 py27-tegaki-0.3.1 py27-tegaki-gtk-0.3.1 p5-p5-Lingua-JA-Moji-0.36 php_doc-ja-20131017_2
Differential Revision: https://reviews.freebsd.org/D16002
A commit references this bug: Author: meta Date: Wed Jul 11 05:50:48 UTC 2018 New revision: 474424 URL: https://svnweb.freebsd.org/changeset/ports/474424 Log: japanese/p5-Lingua-*: fix duplicate p5-p5- PKGNAMEPREFIX japanese/p5-Lingua-JA-Moji had duplicate p5-p5- prefix and japanese/p5-Lingua-JA-Numbers didn't have ja- prefix. Set ja-p5- prefix to all Lingua ports under Japanese category. PR: 229184 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> (initial version) Reviewed by: pi, mat Approved by: pi (mentor) Differential Revision: https://reviews.freebsd.org/D16002 Changes: head/japanese/p5-Lingua-JA-Moji/Makefile head/japanese/p5-Lingua-JA-Numbers/Makefile
Committed with minor changes, thanks.