From b45b316fc32c0ec7df1fe9b46772e32a7570535c Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Tue, 4 Mar 2014 19:46:38 +0000 Subject: [PATCH] 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 (maintainer) --- dns/py-idnkit2/Makefile | 13 ++++++------- dns/py-idnkit2/distinfo | 4 ++-- dns/py-idnkit2/pkg-descr | 2 +- 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 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