Bug 187247 - dns/idnkit2: upgrade idnkit-2.2 to 2.3
Summary: dns/idnkit2: upgrade 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 (832 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:15 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-03-04 19:35:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-04 19:44:44 UTC
Author: rm
Date: Tue Mar  4 19:44:31 2014
New Revision: 347062
URL: http://svnweb.freebsd.org/changeset/ports/347062
QAT: https://qat.redports.org/buildarchive/r347062/

Log:
  dns/idnkit2: update to 2.3
  
  - update to 2.3
  - whitespace fix
  
  PR:		187247
  Submitted by:	Rafal Lesniak <fbsd@grid.einherjar.de> (maintainer)

Modified:
  head/dns/idnkit2/Makefile
  head/dns/idnkit2/distinfo

Modified: head/dns/idnkit2/Makefile
==============================================================================
--- head/dns/idnkit2/Makefile	Tue Mar  4 19:34:36 2014	(r347061)
+++ head/dns/idnkit2/Makefile	Tue Mar  4 19:44:31 2014	(r347062)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	idnkit
-PORTVERSION=	2.2
+PORTVERSION=	2.3
 CATEGORIES=	dns
 MASTER_SITES=	http://jprs.co.jp/idn/
 PKGNAMESUFFIX=	2
@@ -20,7 +20,7 @@ USE_AUTOTOOLS=	libtool
 USES=		iconv
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE}
+CONFIGURE_ARGS=	${ICONV_CONFIGURE_BASE}
 
 USE_LDCONFIG=	yes
 

Modified: head/dns/idnkit2/distinfo
==============================================================================
--- head/dns/idnkit2/distinfo	Tue Mar  4 19:34:36 2014	(r347061)
+++ head/dns/idnkit2/distinfo	Tue Mar  4 19:44:31 2014	(r347062)
@@ -1,2 +1,2 @@
-SHA256 (idnkit-2.2.tar.bz2) = 9b75826e19a5814f256ae420004e75db8e6f3a91b844e4fb15a7adcc7a3bf439
-SIZE (idnkit-2.2.tar.bz2) = 1477069
+SHA256 (idnkit-2.3.tar.bz2) = 26d07117650042ab4693f0e00960275d58a1be773e6d13c503ba384710f3e97e
+SIZE (idnkit-2.3.tar.bz2) = 1473267
_______________________________________________
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 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-03-04 19:49:49 UTC
State Changed
From-To: open->closed

Committed, thank you!