pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/p5-Text-ChaSen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 22 10:43:11 UTC 2023

Modified Files:
        pkgsrc/textproc/p5-Text-ChaSen: Makefile

Log Message:
p5-Text-ChaSen: use chasen-base, because that's where the libraries live

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/p5-Text-ChaSen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-Text-ChaSen/Makefile
diff -u pkgsrc/textproc/p5-Text-ChaSen/Makefile:1.34 pkgsrc/textproc/p5-Text-ChaSen/Makefile:1.35
--- pkgsrc/textproc/p5-Text-ChaSen/Makefile:1.34        Thu Jul  6 09:41:50 2023
+++ pkgsrc/textproc/p5-Text-ChaSen/Makefile     Wed Nov 22 10:43:11 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2023/07/06 09:41:50 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2023/11/22 10:43:11 wiz Exp $
 
 DISTNAME=              Text-ChaSen-1.04
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           14
-CATEGORIES=            japanese textproc perl5
+PKGREVISION=           15
+CATEGORIES=            textproc japanese perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Text/}
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
@@ -14,6 +14,6 @@ USE_LANGUAGES=                c c++
 
 PERL5_PACKLIST=                auto/Text/ChaSen/.packlist
 
-.include "../../textproc/chasen/buildlink3.mk"
+.include "../../textproc/chasen-base/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index