From nobody@FreeBSD.org  Thu Oct 14 15:57:27 2010
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 60BF01065672
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Oct 2010 15:57:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 356878FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Oct 2010 15:57:27 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o9EFvRGK054942
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 14 Oct 2010 15:57:27 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o9EFvQXg054940;
	Thu, 14 Oct 2010 15:57:26 GMT
	(envelope-from nobody)
Message-Id: <201010141557.o9EFvQXg054940@www.freebsd.org>
Date: Thu, 14 Oct 2010 15:57:26 GMT
From: Pietro Cerutti <gahr@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] lang/libhx -- update to 3.6
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151455
>Category:       ports
>Synopsis:       [patch] lang/libhx -- update to 3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 14 16:00:13 UTC 2010
>Closed-Date:    Fri Dec 10 03:08:53 UTC 2010
>Last-Modified:  Fri Dec 10 03:08:53 UTC 2010
>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.7
diff -u -r1.7 Makefile
--- Makefile	3 Dec 2009 11:01:20 -0000	1.7
+++ Makefile	14 Oct 2010 13:44:42 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	libHX
-PORTVERSION=	3.2
+PORTVERSION=	3.6
 CATEGORIES=	lang
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
+EXTRACT_SUFX=	.tar.xz
 
 MAINTAINER=	sylvio@FreeBSD.org
 COMMENT=	Library C with some additional C++ bindings available
@@ -17,7 +18,6 @@
 LDFLAGS=	-L${LOCALBASE}/lib
 
 USE_LDCONFIG=	yes
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool:22
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/lang/libhx/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	3 Dec 2009 11:01:20 -0000	1.4
+++ distinfo	14 Oct 2010 13:44:45 -0000
@@ -1,3 +1,3 @@
-MD5 (libHX-3.2.tar.bz2) = e4628ab2c058fd38e741f2c0ebd58d7d
-SHA256 (libHX-3.2.tar.bz2) = 03ae3ed25a7285aaf62e8a0dfe87aae9a8512db4719761316dba81abc364dc6e
-SIZE (libHX-3.2.tar.bz2) = 829439
+MD5 (libHX-3.6.tar.xz) = 3b0963a210c488a8ca6b92cf219fc986
+SHA256 (libHX-3.6.tar.xz) = be2ba98cc8facecc42dbea2fa057745c8a48dd495d5743496efff9646c531410
+SIZE (libHX-3.6.tar.xz) = 768212
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/lang/libhx/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	3 Dec 2009 11:01:20 -0000	1.5
+++ pkg-plist	14 Oct 2010 13:56:26 -0000
@@ -2,6 +2,7 @@
 include/libHX/ctype_helper.h
 include/libHX/defs.h
 include/libHX/deque.h
+include/libHX/init.h
 include/libHX/libxml_helper.h
 include/libHX/list.h
 include/libHX/map.h
@@ -13,7 +14,7 @@
 lib/libHX.a
 lib/libHX.la
 lib/libHX.so
-lib/libHX.so.23
+lib/libHX.so.25
 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: Thu Oct 14 16:00:33 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151455: commit references a PR
Date: Fri, 29 Oct 2010 09:52:51 +0000 (UTC)

 gahr        2010-10-29 09:52:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/libhx           Makefile distinfo pkg-plist 
   Log:
   - Update to 3.6
   
   PR:             151455
   Submitted by:   gahr
   Approved by:    maintainer (timeout 15 days)
   
   Revision  Changes    Path
   1.8       +2 -2      ports/lang/libhx/Makefile
   1.5       +3 -3      ports/lang/libhx/distinfo
   1.6       +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"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Fri Dec 10 03:08:52 UTC 2010 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151455 
>Unformatted:
