aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2012-10-13 11:56:48 +0800
committertota <tota@FreeBSD.org>2012-10-13 11:56:48 +0800
commit15316abe9635fcadd15839cbc0ed71491e396c17 (patch)
tree3d365812ab7e1d13e33b5e40c86aff83d5240498 /japanese
parenta5cd826b667715ce6d6ccfe046574005b696b7ca (diff)
downloadfreebsd-ports-gnome-15316abe9635fcadd15839cbc0ed71491e396c17.tar.gz
freebsd-ports-gnome-15316abe9635fcadd15839cbc0ed71491e396c17.tar.zst
freebsd-ports-gnome-15316abe9635fcadd15839cbc0ed71491e396c17.zip
- Update to 0.994
- Pet portlint * Don't mix PORTDOCS with EXAMPLESDIR * Remove specific ABI version numbers from LIB_DEPENDS PR: ports/171413 (based on) Feature safe: yes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/p5-MeCab/Makefile11
-rw-r--r--japanese/p5-MeCab/distinfo4
-rw-r--r--japanese/p5-MeCab/pkg-plist4
3 files changed, 10 insertions, 9 deletions
diff --git a/japanese/p5-MeCab/Makefile b/japanese/p5-MeCab/Makefile
index 360151d99852..e5d88657c8ab 100644
--- a/japanese/p5-MeCab/Makefile
+++ b/japanese/p5-MeCab/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= MeCab
-PORTVERSION= 0.98
+PORTVERSION= 0.994
CATEGORIES= japanese textproc perl5
-MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}-perl/${PORTVERSION}
-DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION}
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+PROJECTHOST= ${PORTNAME:L}
+DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= MeCab library module for Perl5
-LIB_DEPENDS= mecab.1:${PORTSDIR}/japanese/mecab
+LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
PERL_CONFIGURE= yes
@@ -22,8 +23,8 @@ PERL_CONFIGURE= yes
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+.if !defined(NOPORTEXAMPLES)
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test.pl ${EXAMPLESDIR}
.endif
diff --git a/japanese/p5-MeCab/distinfo b/japanese/p5-MeCab/distinfo
index 0d3e68541fd2..627aeca05855 100644
--- a/japanese/p5-MeCab/distinfo
+++ b/japanese/p5-MeCab/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mecab-perl-0.98.tar.gz) = 951997b31977df3ca2421baf2c5e77bb6207a19588cde9683900f063c4a3135a
-SIZE (mecab-perl-0.98.tar.gz) = 41246
+SHA256 (mecab-perl-0.994.tar.gz) = 244c479a4603f779ce499592938e76618899fe0f2741ad9ab58f55a63b8ce319
+SIZE (mecab-perl-0.994.tar.gz) = 44660
diff --git a/japanese/p5-MeCab/pkg-plist b/japanese/p5-MeCab/pkg-plist
index 2095b40c16c9..10c632085250 100644
--- a/japanese/p5-MeCab/pkg-plist
+++ b/japanese/p5-MeCab/pkg-plist
@@ -3,5 +3,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MeCab/MeCab.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MeCab/MeCab.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MeCab
-%%PORTDOCS%%%%EXAMPLESDIR%%/test.pl
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.pl
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%