Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2015 15:07:31 +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: r396388 - head/databases/py-apsw
Message-ID:  <201509081507.t88F7V98041981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep  8 15:07:30 2015
New Revision: 396388
URL: https://svnweb.freebsd.org/changeset/ports/396388

Log:
  - Fix PYDISTUTILS_EGGINFO
  
  Approved by:	portmgr blanket

Modified:
  head/databases/py-apsw/Makefile

Modified: head/databases/py-apsw/Makefile
==============================================================================
--- head/databases/py-apsw/Makefile	Tue Sep  8 14:56:33 2015	(r396387)
+++ head/databases/py-apsw/Makefile	Tue Sep  8 15:07:30 2015	(r396388)
@@ -4,7 +4,7 @@
 PORTNAME=	apsw
 PORTVERSION=	3.8.0.2
 DISTVERSIONSUFFIX=	-r1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,7 @@ COMMENT=	APSW stands for Another Python 
 LIB_DEPENDS=	libsqlite3.so:${PORTSDIR}/databases/sqlite3
 
 PYDISTUTILS_PKGVERSION=	${PORTVERSION}_r1
+PYDISTUTILS_EGGINFO=	apsw-${PORTVERSION}.post1-py${PYTHON_VER}.egg-info
 USES=		python zip
 USE_PYTHON=	distutils
 



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