From corky1951@comcast.net  Thu Jan 13 04:37:13 2011
Return-Path: <corky1951@comcast.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EBD8F1065670
	for <freebsd-gnats-submit@freebsd.org>; Thu, 13 Jan 2011 04:37:13 +0000 (UTC)
	(envelope-from corky1951@comcast.net)
Received: from QMTA11.westchester.pa.mail.comcast.net (qmta11.westchester.pa.mail.comcast.net [76.96.59.211])
	by mx1.freebsd.org (Postfix) with ESMTP id 772E98FC13
	for <freebsd-gnats-submit@freebsd.org>; Thu, 13 Jan 2011 04:37:13 +0000 (UTC)
Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76])
	by QMTA11.westchester.pa.mail.comcast.net with comcast
	id usKq1f0031ei1Bg5BsdD3F; Thu, 13 Jan 2011 04:37:13 +0000
Received: from comcast.net ([98.203.142.76])
	by omta24.westchester.pa.mail.comcast.net with comcast
	id usdB1f00H1f6R9u3ksdCzn; Thu, 13 Jan 2011 04:37:13 +0000
Received: by comcast.net (sSMTP sendmail emulation); Wed, 12 Jan 2011 20:37:05 -0800
Message-Id: <20110113043713.EBD8F1065670@hub.freebsd.org>
Date: Wed, 12 Jan 2011 20:37:05 -0800
From: Charlie Kester <corky1951@comcast.net>
Reply-To: Charlie Kester <corky1951@comcast.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] devel/libYGP: update to 0.9.42
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153944
>Category:       ports
>Synopsis:       [MAINTAINER] devel/libYGP: update to 0.9.42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 04:40:10 UTC 2011
>Closed-Date:    Fri Jan 14 14:39:37 UTC 2011
>Last-Modified:  Fri Jan 14 14:40:10 UTC 2011
>Originator:     Charlie Kester
>Release:        FreeBSD 8.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD atom.local 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Fri Jan 7 19:35:25 PST 2011 root@atom.local:/usr/obj/usr/src/sys/ATOM i386


	
>Description:
Update to 0.9.42

This is a minor update which adds exception handling to YGP::Relation,
and adds functions to convert HTML special characters.

NOTE TO COMMITTER:
This is a master port. Its Makefile is also used by devel/libXGP, 
which should be tested along with this one.

>How-To-Repeat:
	
>Fix:

=============
Files added or deleted: None
Minor changes only.
Network traversal classes now must be explicitly enabled in the configure step.
=============

--- libYGP-0.9.42.diff begins here ---
diff -ruN /usr/ports/devel/libYGP/Makefile ./libYGP/Makefile
--- /usr/ports/devel/libYGP/Makefile	2010-11-22 08:24:06.000000000 -0800
+++ ./libYGP/Makefile	2011-01-12 10:33:30.000000000 -0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	libYGP
-PORTVERSION=	0.9.41
+PORTVERSION=	0.9.42
 CATEGORIES=	devel
 MASTER_SITES=	SF/libymp/libymp/libYGP-${PORTVERSION}
 DISTNAME=	libYGP-${PORTVERSION}
@@ -24,7 +24,7 @@
 USE_GETTEXT=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS=	--with-libintl-prefix=${LOCALBASE} --with-gmp\
-		--disable-static --disable-rpath
+		--disable-static --disable-rpath --enable-network-trav
 USE_GMAKE=	yes
 
 .if ${PORTNAME:M*XGP}
diff -ruN /usr/ports/devel/libYGP/distinfo ./libYGP/distinfo
--- /usr/ports/devel/libYGP/distinfo	2010-11-22 08:24:06.000000000 -0800
+++ ./libYGP/distinfo	2011-01-11 11:08:06.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (libYGP-0.9.41.tar.bz2) = c468599fea8793a6a0361cdb4bb5859c6caaf124ecdad3c7f0abd77fa6cda211
-SIZE (libYGP-0.9.41.tar.bz2) = 771133
+SHA256 (libYGP-0.9.42.tar.bz2) = ad854f01a7a2e771e2ef4974e72db53687a9599536bafc5d831c199f635e1ff1
+SIZE (libYGP-0.9.42.tar.bz2) = 793844
--- libYGP-0.9.42.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Thu Jan 13 05:14:21 UTC 2011 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153944 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri Jan 14 14:39:37 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153944: commit references a PR
Date: Fri, 14 Jan 2011 14:33:41 +0000 (UTC)

 sunpoet     2011-01-14 14:33:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/libYGP         Makefile distinfo 
   Log:
   - Update to 0.9.42
   - Add CONFIGURE_ARGS: --enable-network-trav
   
   Changes:        http://libymp.cvs.sourceforge.net/viewvc/libymp/libYGP/ChangeLog
   PR:             ports/153944
   Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.17      +2 -2      ports/devel/libYGP/Makefile
   1.8       +2 -2      ports/devel/libYGP/distinfo
 _______________________________________________
 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:
