From owner-svn-ports-head@FreeBSD.ORG Sat Nov 8 09:17:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C64A268D; Sat, 8 Nov 2014 09:17:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2E587DB; Sat, 8 Nov 2014 09:17:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA89H6MH098923; Sat, 8 Nov 2014 09:17:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA89H6bv098922; Sat, 8 Nov 2014 09:17:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201411080917.sA89H6bv098922@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Nov 2014 09:17:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372309 - head/japanese/py-mecab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2014 09:17:06 -0000 Author: pi Date: Sat Nov 8 09:17:06 2014 New Revision: 372309 URL: https://svnweb.freebsd.org/changeset/ports/372309 QAT: https://qat.redports.org/buildarchive/r372309/ Log: japanese/py-mecab: some fixes - Fix LICENSE(BSD -> BSD3CLAUSE) - Strip shared library PR: 191309 Submitted by: Yasuhiro KIMURA Approved by: (maintainer timeout) Modified: head/japanese/py-mecab/Makefile Modified: head/japanese/py-mecab/Makefile ============================================================================== --- head/japanese/py-mecab/Makefile Sat Nov 8 09:12:59 2014 (r372308) +++ head/japanese/py-mecab/Makefile Sat Nov 8 09:17:06 2014 (r372309) @@ -3,6 +3,7 @@ PORTNAME= mecab PORTVERSION= 0.996 +PORTREVISION= 1 CATEGORIES= japanese python textproc MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-python-${PORTVERSION} @@ -10,7 +11,7 @@ DISTNAME= ${PORTNAME}-python-${PORTVERSI MAINTAINER= jun-g@daemonfreaks.com COMMENT= Python bindings for MeCab -LICENSE= BSD GPLv2 LGPL21 +LICENSE= BSD3CLAUSE GPLv2 LGPL21 LICENSE_COMB= dual BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 @@ -24,6 +25,9 @@ pre-patch: @${REINPLACE_CMD} -e 's|cmd1("mecab-config --version")|"${PKGVERSION}"|' \ ${WRKSRC}/setup.py +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_MeCab.so + .include PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}