From nobody@FreeBSD.org  Mon Aug  8 12:05:58 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4ED341065675
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Aug 2011 12:05:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 3E9048FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Aug 2011 12:05:58 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p78C5wiE089018
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 8 Aug 2011 12:05:58 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p78C5wJm089017;
	Mon, 8 Aug 2011 12:05:58 GMT
	(envelope-from nobody)
Message-Id: <201108081205.p78C5wJm089017@red.freebsd.org>
Date: Mon, 8 Aug 2011 12:05:58 GMT
From: Pietro Cerutti <gahr@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] lang/libhx -- update to 3.10.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         159598
>Category:       ports
>Synopsis:       [patch] lang/libhx -- update to 3.10.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 08 12:10:11 UTC 2011
>Closed-Date:    Wed Sep 07 10:03:13 UTC 2011
>Last-Modified:  Wed Sep  7 10:10:05 UTC 2011
>Originator:     Pietro Cerutti
>Release:        
>Organization:
The FreeBSD Project
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/libhx/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	4 Dec 2010 07:32:21 -0000	1.10
+++ Makefile	8 Aug 2011 07:31:43 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libHX
-PORTVERSION=	3.6
+PORTVERSION=	3.10.1
 CATEGORIES=	lang
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/lang/libhx/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	3 Jul 2011 13:45:16 -0000	1.6
+++ distinfo	8 Aug 2011 07:31:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (libHX-3.6.tar.xz) = be2ba98cc8facecc42dbea2fa057745c8a48dd495d5743496efff9646c531410
-SIZE (libHX-3.6.tar.xz) = 768212
+SHA256 (libHX-3.10.1.tar.xz) = cb19ea6a7e4e9a23f7b6c61aefaadc875ad47ac8f7df9febc29d6bab82876bc4
+SIZE (libHX-3.10.1.tar.xz) = 801748
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/lang/libhx/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist	29 Oct 2010 09:52:45 -0000	1.6
+++ pkg-plist	8 Aug 2011 07:35:29 -0000
@@ -3,6 +3,7 @@
 include/libHX/defs.h
 include/libHX/deque.h
 include/libHX/init.h
+include/libHX/io.h
 include/libHX/libxml_helper.h
 include/libHX/list.h
 include/libHX/map.h
@@ -14,7 +15,7 @@
 lib/libHX.a
 lib/libHX.la
 lib/libHX.so
-lib/libHX.so.25
+lib/libHX.so.27
 libdata/pkgconfig/libHX.pc
 @dirrm lib/pkgconfig
 @dirrm include/libHX


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 8 12:10:20 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159598 
State-Changed-From-To: open->closed 
State-Changed-By: gahr 
State-Changed-When: Wed Sep 7 10:03:12 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159598: commit references a PR
Date: Wed,  7 Sep 2011 10:03:08 +0000 (UTC)

 gahr        2011-09-07 10:02:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/libhx           Makefile distinfo pkg-plist 
   Log:
   - Update to 3.10.1
   
   PR:             159598
   Submitted by:   Pietro Cerutti <gahr@FreeBSD.org>
   Approved by:    maintainer timeout (1 month)
   
   Revision  Changes    Path
   1.11      +1 -1      ports/lang/libhx/Makefile
   1.7       +2 -2      ports/lang/libhx/distinfo
   1.7       +2 -1      ports/lang/libhx/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
