From gaod@cse.tw  Tue Jun 25 21:07:35 2013
Return-Path: <gaod@cse.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 06EBC495
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Jun 2013 21:07:35 +0000 (UTC)
	(envelope-from gaod@cse.tw)
Received: from cse.tw (cse.tw [140.138.145.234])
	by mx1.freebsd.org (Postfix) with ESMTP id C96931767
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 Jun 2013 21:07:34 +0000 (UTC)
Received: from cse.tw (localhost [127.0.0.1])
	by cse.tw (Postfix) with ESMTP id A34B2187AF0F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Jun 2013 05:06:03 +0800 (CST)
Received: (from gaod@localhost)
	by cse.tw (8.14.5/8.14.5/Submit) id r5PL63Pw079876;
	Wed, 26 Jun 2013 05:06:03 +0800 (CST)
	(envelope-from gaod)
Message-Id: <201306252106.r5PL63Pw079876@cse.tw>
Date: Wed, 26 Jun 2013 05:06:03 +0800 (CST)
From: Hung-Yi Chen <gaod@hychen.org>
Reply-To: Hung-Yi Chen <gaod@hychen.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] dns/libidn: Update to 1.27
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         179981
>Category:       ports
>Synopsis:       [MAINTAINER] dns/libidn: Update to 1.27
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 25 21:10:00 UTC 2013
>Closed-Date:    Tue Jun 25 23:19:48 UTC 2013
>Last-Modified:  Tue Jun 25 23:20:00 UTC 2013
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
        Update to 1.27.

>How-To-Repeat:
>Fix:


--- libidn.diff begins here ---
Index: dns/libidn/Makefile
===================================================================
--- dns/libidn/Makefile	(revision 321767)
+++ dns/libidn/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libidn
-PORTVERSION=	1.26
+PORTVERSION=	1.27
 CATEGORIES=	dns
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: dns/libidn/distinfo
===================================================================
--- dns/libidn/distinfo	(revision 321767)
+++ dns/libidn/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (libidn-1.26.tar.gz) = 0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c
-SIZE (libidn-1.26.tar.gz) = 3400972
+SHA256 (libidn-1.27.tar.gz) = 103ff719d36484ebfb57272e8155312da105caa5d3f42d51d45e1930356e95fd
+SIZE (libidn-1.27.tar.gz) = 3431595
--- libidn.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rakuco 
State-Changed-When: Tue Jun 25 23:19:46 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179981 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179981: commit references a PR
Date: Tue, 25 Jun 2013 23:19:42 +0000 (UTC)

 Author: rakuco
 Date: Tue Jun 25 23:19:35 2013
 New Revision: 321775
 URL: http://svnweb.freebsd.org/changeset/ports/321775
 
 Log:
   Update to 1.27. [1]
   
   While here, replace USE_GNOME with the respective USES entries.
   
   PR:		ports/179981
   Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
 
 Modified:
   head/dns/libidn/Makefile
   head/dns/libidn/distinfo
 
 Modified: head/dns/libidn/Makefile
 ==============================================================================
 --- head/dns/libidn/Makefile	Tue Jun 25 22:46:13 2013	(r321774)
 +++ head/dns/libidn/Makefile	Tue Jun 25 23:19:35 2013	(r321775)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	libidn
 -PORTVERSION=	1.26
 +PORTVERSION=	1.27
  CATEGORIES=	dns
  MASTER_SITES=	${MASTER_SITE_GNU}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -10,8 +10,7 @@ MASTER_SITE_SUBDIR=	${PORTNAME}
  MAINTAINER=	gaod@hychen.org
  COMMENT=	Internationalized Domain Names command line tool
  
 -USE_GNOME=	gnomehack pkgconfig
 -USES=		iconv
 +USES=		iconv pathfix pkgconfig
  USE_LDCONFIG=	yes
  GNU_CONFIGURE=	yes
  USE_PERL5_BUILD=	yes
 
 Modified: head/dns/libidn/distinfo
 ==============================================================================
 --- head/dns/libidn/distinfo	Tue Jun 25 22:46:13 2013	(r321774)
 +++ head/dns/libidn/distinfo	Tue Jun 25 23:19:35 2013	(r321775)
 @@ -1,2 +1,2 @@
 -SHA256 (libidn-1.26.tar.gz) = 0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c
 -SIZE (libidn-1.26.tar.gz) = 3400972
 +SHA256 (libidn-1.27.tar.gz) = 103ff719d36484ebfb57272e8155312da105caa5d3f42d51d45e1930356e95fd
 +SIZE (libidn-1.27.tar.gz) = 3431595
 _______________________________________________
 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"
 
>Unformatted:
