ports/175695: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Mar 20 12:50:03 UTC 2013
The following reply was made to PR ports/175695; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/175695: commit references a PR
Date: Wed, 20 Mar 2013 12:42:06 +0000 (UTC)
Author: tota
Date: Wed Mar 20 12:41:52 2013
New Revision: 314727
URL: http://svnweb.freebsd.org/changeset/ports/314727
Log:
- Update to 0.995
- Add LICENSE section
- Adopt OptionsNG
- Trim Makefile header
- Remove Author: line from pkg-descr
- Replace tab with space WWW: line in pkg-descr
- Update WWW: line in pkg-descr
PR: ports/175695 (based on)
Submitted by: Yasuhiro KIMURA <yasu_AT_utahime_DOT_org>
Modified:
head/japanese/p5-MeCab/Makefile
head/japanese/p5-MeCab/distinfo
head/japanese/p5-MeCab/pkg-descr
Modified: head/japanese/p5-MeCab/Makefile
==============================================================================
--- head/japanese/p5-MeCab/Makefile Wed Mar 20 12:40:53 2013 (r314726)
+++ head/japanese/p5-MeCab/Makefile Wed Mar 20 12:41:52 2013 (r314727)
@@ -1,29 +1,34 @@
-# New ports collection makefile for: p5-MeCab
-# Date created: 23 April 2003
-# Whom: Akinori MUSHA aka knu <knu at idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu at idaemons.org>
# $FreeBSD$
-#
PORTNAME= MeCab
-PORTVERSION= 0.994
+PORTVERSION= 0.995
CATEGORIES= japanese textproc perl5
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= GOOGLE_CODE
PROJECTHOST= ${PORTNAME:L}
DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION}
MAINTAINER= perl at FreeBSD.org
COMMENT= MeCab library module for Perl5
+LICENSE= BSD GPLv2 LGPL21
+LICENSE_COMB= dual
+LICENSE_FILE_BSD= ${WRKSRC}/BSD
+LICENSE_FILE_GPLv2= ${WRKSRC}/GPL
+LICENSE_FILE_LGPL21= ${WRKSRC}/LGPL
+
LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
PERL_CONFIGURE= yes
+OPTIONS_DEFINE= EXAMPLES
+OPTIONSFILE= ${PORT_DBDIR}/ja-p5-${PORTNAME}/options
+
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/test.pl ${EXAMPLESDIR}
Modified: head/japanese/p5-MeCab/distinfo
==============================================================================
--- head/japanese/p5-MeCab/distinfo Wed Mar 20 12:40:53 2013 (r314726)
+++ head/japanese/p5-MeCab/distinfo Wed Mar 20 12:41:52 2013 (r314727)
@@ -1,2 +1,2 @@
-SHA256 (mecab-perl-0.994.tar.gz) = 244c479a4603f779ce499592938e76618899fe0f2741ad9ab58f55a63b8ce319
-SIZE (mecab-perl-0.994.tar.gz) = 44660
+SHA256 (mecab-perl-0.995.tar.gz) = 130e3492005b424a9a0a166925d34ddb4f01926ef261089fc1fc6c3496e51f6f
+SIZE (mecab-perl-0.995.tar.gz) = 49839
Modified: head/japanese/p5-MeCab/pkg-descr
==============================================================================
--- head/japanese/p5-MeCab/pkg-descr Wed Mar 20 12:40:53 2013 (r314726)
+++ head/japanese/p5-MeCab/pkg-descr Wed Mar 20 12:41:52 2013 (r314727)
@@ -1,4 +1,3 @@
This is the MeCab library module for Perl5.
-Author: Taku Kudo <taku at chasen.org>
-WWW: http://mecab.sourceforge.jp/
+WWW: https://code.google.com/p/mecab/
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-perl
mailing list