Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 14:45:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396386 - head/japanese/py-mecab
Message-ID:  <201509081445.t88EjGkM033205@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  8 14:45:16 2015
New Revision: 396386
URL: https://svnweb.freebsd.org/changeset/ports/396386

Log:
  - Fix PYDISTUTILS_EGGINFO
  
  Approved by:	portmgr blanket

Modified:
  head/japanese/py-mecab/Makefile

Modified: head/japanese/py-mecab/Makefile
==============================================================================
--- head/japanese/py-mecab/Makefile	Tue Sep  8 14:44:33 2015	(r396385)
+++ head/japanese/py-mecab/Makefile	Tue Sep  8 14:45:16 2015	(r396386)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mecab
 PORTVERSION=	0.996
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese python textproc
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-python-${PORTVERSION}
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libmecab.so:${PORTSDIR}/jap
 
 USES=		python
 USE_PYTHON=	distutils
-PYDISTUTILS_EGGINFO=	${PORTNAME}_python-${PKGVERSION}-${PYTHON_VERSION:S/thon//}.egg-info
+PYDISTUTILS_EGGINFO=	${PORTNAME}_python-${PORTVERSION}.post1-${PYTHON_VERSION:S/thon//}.egg-info
 
 pre-patch:
 	@${REINPLACE_CMD} -e 's|cmd1("mecab-config --version")|"${PKGVERSION}"|' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509081445.t88EjGkM033205>