Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2014 10:41:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345808 - head/databases/py-kyotocabinet
Message-ID:  <201402241041.s1OAfh8k062269@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 24 10:41:43 2014
New Revision: 345808
URL: http://svnweb.freebsd.org/changeset/ports/345808
QAT: https://qat.redports.org/buildarchive/r345808/

Log:
  - Add LICENSE
  - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
  - Update USE_PYTHON
  - Support STAGEDIR

Modified:
  head/databases/py-kyotocabinet/Makefile

Modified: head/databases/py-kyotocabinet/Makefile
==============================================================================
--- head/databases/py-kyotocabinet/Makefile	Mon Feb 24 10:41:39 2014	(r345807)
+++ head/databases/py-kyotocabinet/Makefile	Mon Feb 24 10:41:43 2014	(r345808)
@@ -12,13 +12,12 @@ DISTNAME=	${PORTNAME}-python-${PORTVERSI
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python binding of kyotocabinet
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet
 
-USE_PYTHON=	3.1+
+PYDISTUTILS_AUTOPLIST=	yes
 USE_PYDISTUTILS=yes
+USE_PYTHON=	3
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/${PORTNAME}.so
-PYDISTUTILS_EGGINFO=	Kyoto_Cabinet-1.5-py${PYTHON_VER}.egg-info
-
-NO_STAGE=	yes
 .include <bsd.port.mk>



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