From ijliao@FreeBSD.csie.nctu.edu.tw  Wed Dec 13 03:59:42 2006
Return-Path: <ijliao@FreeBSD.csie.nctu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id AE82616A407;
	Wed, 13 Dec 2006 03:59:42 +0000 (UTC)
	(envelope-from ijliao@FreeBSD.csie.nctu.edu.tw)
Received: from FreeBSD.csie.nctu.edu.tw (freebsd.csie.nctu.edu.tw [140.113.17.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C97E743C9D;
	Wed, 13 Dec 2006 03:58:15 +0000 (GMT)
	(envelope-from ijliao@FreeBSD.csie.nctu.edu.tw)
Received: from localhost (unknown [127.0.0.1])
	by FreeBSD.csie.nctu.edu.tw (Postfix) with ESMTP id 819007E89F;
	Wed, 13 Dec 2006 12:00:21 +0800 (CST)
Received: from FreeBSD.csie.nctu.edu.tw ([127.0.0.1])
	by localhost (FreeBSD.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id zURO3w-HSOjt; Wed, 13 Dec 2006 12:00:20 +0800 (CST)
Received: by FreeBSD.csie.nctu.edu.tw (Postfix, from userid 1041)
	id B1CC27E9AC; Wed, 13 Dec 2006 12:00:20 +0800 (CST)
Message-Id: <20061213040020.B1CC27E9AC@FreeBSD.csie.nctu.edu.tw>
Date: Wed, 13 Dec 2006 12:00:20 +0800 (CST)
From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc: demon@FreeBSD.org
Subject: [PATCH] devel/libmatheval: update to 1.1.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         106653
>Category:       ports
>Synopsis:       [PATCH] devel/libmatheval: update to 1.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    demon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 13 04:00:20 GMT 2006
>Closed-Date:    Sat Dec 23 14:12:11 GMT 2006
>Last-Modified:  Sat Dec 23 14:20:16 GMT 2006
>Originator:     Ying-Chieh Liao
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #11: Thu Oct 26 10:15:43 CST 2006
>Description:
- Update to 1.1.3

Added file(s):
- files/patch-config-ltmain.sh

Port maintainer (demon@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libmatheval-1.1.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libmatheval/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	12 Dec 2005 11:06:12 -0000	1.3
+++ Makefile	13 Dec 2006 03:59:33 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	libmatheval
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	devel math
-MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITES=	GNU
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	demon@FreeBSD.org
@@ -19,7 +19,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV+=	MAKEINFO="/usr/bin/makeinfo --no-split"
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
 INFO=		libmatheval
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/libmatheval/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	12 Dec 2005 11:06:12 -0000	1.2
+++ distinfo	13 Dec 2006 03:59:33 -0000
@@ -1,3 +1,3 @@
-MD5 (libmatheval-1.1.2.tar.gz) = 016ac0982312f11d06ef48d4cd1fddb9
-SHA256 (libmatheval-1.1.2.tar.gz) = 5978e0aedb2fff992091f766d3507f1ad260fbf3d2cfcd5abc1c4e6901b42879
-SIZE (libmatheval-1.1.2.tar.gz) = 486250
+MD5 (libmatheval-1.1.3.tar.gz) = e88b3429da2758c799e6fbc44ac87416
+SHA256 (libmatheval-1.1.3.tar.gz) = 2c49061af2998e73619b531e379f3e51f61f9c1a3bd50cce2cbfe841730789c4
+SIZE (libmatheval-1.1.3.tar.gz) = 496193
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/libmatheval/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	4 Jul 2004 17:58:23 -0000	1.1
+++ pkg-plist	13 Dec 2006 03:59:33 -0000
@@ -1,5 +1,4 @@
 include/matheval.h
 lib/libmatheval.a
-lib/libmatheval.la
 lib/libmatheval.so
 lib/libmatheval.so.1
Index: files/patch-config-ltmain.sh
===================================================================
RCS file: files/patch-config-ltmain.sh
diff -N files/patch-config-ltmain.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-config-ltmain.sh	13 Dec 2006 03:59:33 -0000
@@ -0,0 +1,15 @@
+--- config/ltmain.sh.orig	Wed Dec 13 11:54:39 2006
++++ config/ltmain.sh	Wed Dec 13 11:54:52 2006
+@@ -5659,10 +5659,12 @@
+ 	fi
+ 
+ 	# Install the pseudo-library for information purposes.
++	if /usr/bin/false ; then
+ 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ 	instname="$dir/$name"i
+ 	$show "$install_prog $instname $destdir/$name"
+ 	$run eval "$install_prog $instname $destdir/$name" || exit $?
++	fi
+ 
+ 	# Maybe install the static library, too.
+ 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
--- libmatheval-1.1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->demon 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Dec 13 04:00:32 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106653 
State-Changed-From-To: open->closed 
State-Changed-By: demon 
State-Changed-When: Sat Dec 23 14:11:53 UTC 2006 
State-Changed-Why:  
Port updated, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106653: commit references a PR
Date: Sat, 23 Dec 2006 14:11:50 +0000 (UTC)

 demon       2006-12-23 14:11:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/libmatheval    Makefile distinfo pkg-plist 
   Added files:
     devel/libmatheval/files patch-config-ltmain.sh 
   Log:
   Update to 1.1.3.
   
   PR:             106653
   Submitted by:   Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
   
   Revision  Changes    Path
   1.4       +3 -3      ports/devel/libmatheval/Makefile
   1.3       +3 -3      ports/devel/libmatheval/distinfo
   1.1       +15 -0     ports/devel/libmatheval/files/patch-config-ltmain.sh (new)
   1.2       +0 -1      ports/devel/libmatheval/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:
