Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2011 20:37:05 -0800
From:      Charlie Kester <corky1951@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153944: [MAINTAINER] devel/libYGP: update to 0.9.42
Message-ID:  <20110113043713.EBD8F1065670@hub.freebsd.org>
Resent-Message-ID: <201101130440.p0D4eAqN010941@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153944
>Category:       ports
>Synopsis:       [MAINTAINER] devel/libYGP: update to 0.9.42
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 04:40:10 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110113043713.EBD8F1065670>