summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-03-04 19:46:38 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-03-04 19:46:38 +0000
commitb45b316fc32c0ec7df1fe9b46772e32a7570535c (patch)
treeaff936e5eb305bd8bd53a44188737d52a82890dd /dns
parentdns/idnkit2: update to 2.3 (diff)
dns/py-idnkit2: update to 2.3
- update to 2.3 while here: - use modern LIB_DEPENDS notation - limit python version to 2.x branch, because shared extension fails to build with py33 - some tab twiddling - tab->space change in pkg-descr:WWW PR: 187248 Submitted by: Rafal Lesniak <fbsd@grid.einherjar.de> (maintainer)
Notes
Notes: svn path=/head/; revision=347063
Diffstat (limited to 'dns')
-rw-r--r--dns/py-idnkit2/Makefile13
-rw-r--r--dns/py-idnkit2/distinfo4
-rw-r--r--dns/py-idnkit2/pkg-descr2
3 files changed, 9 insertions, 10 deletions
diff --git a/dns/py-idnkit2/Makefile b/dns/py-idnkit2/Makefile
index e97124d2e5b1..ac9d89dcf256 100644
--- a/dns/py-idnkit2/Makefile
+++ b/dns/py-idnkit2/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= idnkit-python
-PORTVERSION= 2.2
-PORTREVISION= 1
+PORTVERSION= 2.3
CATEGORIES= dns
MASTER_SITES= http://jprs.co.jp/idn/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,15 +10,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fbsd@grid.einherjar.de
COMMENT= Python bindings for Internationalized Domain Name toolkit 2
-LIB_DEPENDS= idnkitlite.2:${PORTSDIR}/dns/idnkit2
+LIB_DEPENDS= libidnkitlite.so:${PORTSDIR}/dns/idnkit2
-USE_BZIP2= yes
-USE_PYTHON= yes
+USE_BZIP2= yes
+USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
post-patch:
- ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/setup.py
+ ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/setup.py
.include <bsd.port.mk>
diff --git a/dns/py-idnkit2/distinfo b/dns/py-idnkit2/distinfo
index 8ab60ec7c7db..75dcf23470ae 100644
--- a/dns/py-idnkit2/distinfo
+++ b/dns/py-idnkit2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (idnkit-python-2.2.tar.bz2) = a5851831386f24374c7b18eae886f95a21d28bc9439dc3779676d7b2dd8a9909
-SIZE (idnkit-python-2.2.tar.bz2) = 31331
+SHA256 (idnkit-python-2.3.tar.bz2) = b7ebd906ebe70e285aaa97714209fed97b908868621fd5b7c3f5481cd2dcdfe9
+SIZE (idnkit-python-2.3.tar.bz2) = 31377
diff --git a/dns/py-idnkit2/pkg-descr b/dns/py-idnkit2/pkg-descr
index 8e56b01f9f89..e91844540b5f 100644
--- a/dns/py-idnkit2/pkg-descr
+++ b/dns/py-idnkit2/pkg-descr
@@ -10,4 +10,4 @@ free software modified to comply with IDNA2008.
idnkit-2 consists from its main part written in C and additional
API packages for other languages (Java, Python, and Perl).
-WWW: http://jprs.co.jp/idn/index-e.html
+WWW: http://jprs.co.jp/idn/index-e.html