Bug 187248 - dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3
Summary: dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 08:00 UTC by fbsd
Modified: 2014-03-04 19:50 UTC (History)
0 users

See Also:


Attachments
file.diff (889 bytes, patch)
2014-03-04 08:00 UTC, fbsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fbsd 2014-03-04 08:00:00 UTC
Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-04 13:13:57 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-04 13:13:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-03-04 19:35:29 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-04 19:46:45 UTC
Author: rm
Date: Tue Mar  4 19:46:38 2014
New Revision: 347063
URL: http://svnweb.freebsd.org/changeset/ports/347063
QAT: https://qat.redports.org/buildarchive/r347063/

Log:
  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)

Modified:
  head/dns/py-idnkit2/Makefile
  head/dns/py-idnkit2/distinfo
  head/dns/py-idnkit2/pkg-descr

Modified: head/dns/py-idnkit2/Makefile
==============================================================================
--- head/dns/py-idnkit2/Makefile	Tue Mar  4 19:44:31 2014	(r347062)
+++ head/dns/py-idnkit2/Makefile	Tue Mar  4 19:46:38 2014	(r347063)
@@ -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>

Modified: head/dns/py-idnkit2/distinfo
==============================================================================
--- head/dns/py-idnkit2/distinfo	Tue Mar  4 19:44:31 2014	(r347062)
+++ head/dns/py-idnkit2/distinfo	Tue Mar  4 19:46:38 2014	(r347063)
@@ -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

Modified: head/dns/py-idnkit2/pkg-descr
==============================================================================
--- head/dns/py-idnkit2/pkg-descr	Tue Mar  4 19:44:31 2014	(r347062)
+++ head/dns/py-idnkit2/pkg-descr	Tue Mar  4 19:46:38 2014	(r347063)
@@ -10,4 +10,4 @@ free software modified to comply with ID
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-03-04 19:49:37 UTC
State Changed
From-To: open->closed

Committed, thank you!