From gaod@cse.tw  Sun Sep  8 16:50:18 2013
Return-Path: <gaod@cse.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 7C46BDFA
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Sep 2013 16:50:18 +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 49A2026A3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  8 Sep 2013 16:50:18 +0000 (UTC)
Received: from cse.tw (localhost [127.0.0.1])
	by cse.tw (Postfix) with ESMTP id 966E3187B6E8
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Sep 2013 00:50:18 +0800 (CST)
Received: (from gaod@localhost)
	by cse.tw (8.14.5/8.14.5/Submit) id r88GoId0011306;
	Mon, 9 Sep 2013 00:50:18 +0800 (CST)
	(envelope-from gaod)
Message-Id: <201309081650.r88GoId0011306@cse.tw>
Date: Mon, 9 Sep 2013 00:50:18 +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.28
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         181942
>Category:       ports
>Synopsis:       [MAINTAINER] dns/libidn: Update to 1.28
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 08 17:00:00 UTC 2013
>Closed-Date:    Sun Sep 08 18:33:09 UTC 2013
>Last-Modified:  Sun Sep  8 18:40:01 UTC 2013
>Originator:     Hung-Yi Chen
>Release:        FreeBSD 9.1-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	Update to 1.28.
>How-To-Repeat:
>Fix:


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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sun Sep 8 18:15:14 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181942 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Sep 8 18:33:09 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181942: commit references a PR
Date: Sun,  8 Sep 2013 18:32:50 +0000 (UTC)

 Author: sunpoet
 Date: Sun Sep  8 18:32:38 2013
 New Revision: 326767
 URL: http://svnweb.freebsd.org/changeset/ports/326767
 
 Log:
   - Update to 1.2.8
   - While I'm here:
     - Use GNU macro
     - Add OPTIONS_DEFINE
     - Convert to new perl5 framework
     - Simplify regex
   
   Changes:	http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=NEWS
   PR:		ports/181942
   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	Sun Sep  8 18:32:34 2013	(r326766)
 +++ head/dns/libidn/Makefile	Sun Sep  8 18:32:38 2013	(r326767)
 @@ -2,22 +2,23 @@
  # $FreeBSD$
  
  PORTNAME=	libidn
 -PORTVERSION=	1.27
 +PORTVERSION=	1.28
  CATEGORIES=	dns
 -MASTER_SITES=	${MASTER_SITE_GNU}
 -MASTER_SITE_SUBDIR=	${PORTNAME}
 +MASTER_SITES=	GNU
  
  MAINTAINER=	gaod@hychen.org
  COMMENT=	Internationalized Domain Names command line tool
  
 -USES=		iconv pathfix pkgconfig
 +OPTIONS_DEFINE=	DOCS NLS
 +
  USE_LDCONFIG=	yes
  GNU_CONFIGURE=	yes
 -USE_PERL5_BUILD=	yes
  CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
  CPPFLAGS+=	-I${LOCALBASE}/include
 +USE_PERL5=	build
 +USES=		iconv pathfix perl5 pkgconfig
  
 -INFO=	libidn
 +INFO=		libidn
  
  .include <bsd.port.options.mk>
  
 @@ -32,11 +33,10 @@ PLIST_SUB+=	NLS="@comment "
  post-patch:
  	@${REINPLACE_CMD} -e 's|@image{components}||g' \
  		${WRKSRC}/doc/libidn.texi
 -	@${REINPLACE_CMD} -e 's|$$(AUTOMAKE)|${TRUE}|' \
 -			-e 's|imagesdir = $$(infodir)|imagesdir = $$(docdir)|' \
 +	@${REINPLACE_CMD} -e 's|$$(AUTOMAKE)|${TRUE}|; /imagesdir = / s|infodir|docdir|' \
  		${WRKSRC}/doc/Makefile.in
  .if ! ${PORT_OPTIONS:MDOCS}
 -	@${REINPLACE_CMD} -e 's|install-data-am: install-imagesDATA install-info-am install-man|install-data-am: install-info-am install-man|' \
 +	@${REINPLACE_CMD} -e '/^install-data-am: / s| install-imagesDATA||' \
  		${WRKSRC}/doc/Makefile.in
  .endif
  
 
 Modified: head/dns/libidn/distinfo
 ==============================================================================
 --- head/dns/libidn/distinfo	Sun Sep  8 18:32:34 2013	(r326766)
 +++ head/dns/libidn/distinfo	Sun Sep  8 18:32:38 2013	(r326767)
 @@ -1,2 +1,2 @@
 -SHA256 (libidn-1.27.tar.gz) = 103ff719d36484ebfb57272e8155312da105caa5d3f42d51d45e1930356e95fd
 -SIZE (libidn-1.27.tar.gz) = 3431595
 +SHA256 (libidn-1.28.tar.gz) = dd357a968449abc97c7e5fa088a4a384de57cb36564f9d4e0d898ecc6373abfb
 +SIZE (libidn-1.28.tar.gz) = 3476317
 _______________________________________________
 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:
