From nobody@FreeBSD.org  Fri Apr 11 06:11:30 2008
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 5891F1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Apr 2008 06:11:30 +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 4DC738FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Apr 2008 06:11:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3B6B8ar095669
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 Apr 2008 06:11:08 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3B6B89F095668;
	Fri, 11 Apr 2008 06:11:08 GMT
	(envelope-from nobody)
Message-Id: <200804110611.m3B6B89F095668@www.freebsd.org>
Date: Fri, 11 Apr 2008 06:11:08 GMT
From: Wen heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Update] math/cln : update to 1.2.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122651
>Category:       ports
>Synopsis:       [Update] math/cln : update to 1.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 11 06:20:01 UTC 2008
>Closed-Date:    Sun Apr 20 15:31:57 UTC 2008
>Last-Modified:  Sun Apr 20 15:40:00 UTC 2008
>Originator:     Wen heping
>Release:        FreeBSD 7.0 release
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb7 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
update to cln-1.2.2 from 1.1.13
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Ncur cln/Makefile cln.new/Makefile
--- cln/Makefile	2008-04-09 14:12:59.000000000 +0800
+++ cln.new/Makefile	2008-04-11 12:54:41.000000000 +0800
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	cln
-PORTVERSION=	1.1.13
+PORTVERSION=	1.2.2
 CATEGORIES=	math devel
 MASTER_SITES=	http://www.ginac.de/CLN/ \
 		http://www.mirrors.wiretapped.net/security/cryptography/libraries/math/cln/ \
@@ -29,7 +29,6 @@
 MAKE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 USE_LDCONFIG=	yes
 
-MAN1=		cln-config.1
 INFO=		cln
 
 STRIP=		# none
diff -Ncur cln/distinfo cln.new/distinfo
--- cln/distinfo	2008-04-09 14:19:09.000000000 +0800
+++ cln.new/distinfo	2008-04-10 15:08:53.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (cln-1.1.13.tar.bz2) = 1f3d227360003b389bba14c8a5c3695a
-SHA256 (cln-1.1.13.tar.bz2) = fb570c0ac44aef1ffe251fdf2a9b40448c95aa21398b492566203dd982b18c03
-SIZE (cln-1.1.13.tar.bz2) = 1708927
+MD5 (cln-1.2.2.tar.bz2) = 6b479281fec86314b4c7a9357bd83ef8
+SHA256 (cln-1.2.2.tar.bz2) = 3de70896cb9eaa7d4cb957890adb88cd7d7a9ce84c0e2a87cd18afde017392e5
+SIZE (cln-1.2.2.tar.bz2) = 1742427
diff -Ncur cln/files/patch-autoconf-ltmain.sh cln.new/files/patch-autoconf-ltmain.sh
--- cln/files/patch-autoconf-ltmain.sh	2005-06-07 16:39:31.000000000 +0800
+++ cln.new/files/patch-autoconf-ltmain.sh	1970-01-01 08:00:00.000000000 +0800
@@ -1,15 +0,0 @@
---- autoconf/ltmain.sh.orig	Tue Sep  7 04:46:35 2004
-+++ autoconf/ltmain.sh	Sat Jun  4 16:54:55 2005
-@@ -5547,10 +5547,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"
diff -Ncur cln/files/patch-doc::Makefile.in cln.new/files/patch-doc::Makefile.in
--- cln/files/patch-doc::Makefile.in	2005-02-14 16:12:42.000000000 +0800
+++ cln.new/files/patch-doc::Makefile.in	1970-01-01 08:00:00.000000000 +0800
@@ -1,18 +0,0 @@
---- doc/Makefile.in.orig	Mon Feb 14 15:24:29 2005
-+++ doc/Makefile.in	Mon Feb 14 15:25:14 2005
-@@ -86,14 +86,11 @@
- 	  echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$(PACKAGE).info";\
- 	  install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$(PACKAGE).info || :;\
- 	else : ; fi
--	$(INSTALL_DATA) $(srcdir)/$(PACKAGE)_*.html $(DESTDIR)$(htmldir)
--	$(INSTALL_DATA) $(srcdir)/$(PACKAGE).dvi $(DESTDIR)$(dvidir)/$(PACKAGE).dvi
-+	install-info $(DESTDIR)$(infodir)/$(PACKAGE).info $(DESTDIR)$(infodir)/dir
- 
- installdirs : force
- 	$(MKDIR) $(DESTDIR)$(datadir)
- 	$(MKDIR) $(DESTDIR)$(infodir)
--	$(MKDIR) $(DESTDIR)$(htmldir)
--	$(MKDIR) $(DESTDIR)$(dvidir)
- 
- uninstall : force
- 	@if (install-info --version && \
diff -Ncur cln/pkg-plist cln.new/pkg-plist
--- cln/pkg-plist	2007-01-28 17:07:40.000000000 +0800
+++ cln.new/pkg-plist	2008-04-11 16:37:16.000000000 +0800
@@ -1,4 +1,3 @@
-bin/cln-config
 include/cln/GV.h
 include/cln/GV_complex.h
 include/cln/GV_integer.h
@@ -14,7 +13,6 @@
 include/cln/SV_real.h
 include/cln/SV_ringelt.h
 include/cln/V.h
-include/cln/abort.h
 include/cln/cln.h
 include/cln/complex.h
 include/cln/complex_class.h
@@ -25,6 +23,7 @@
 include/cln/dfloat.h
 include/cln/dfloat_class.h
 include/cln/dfloat_io.h
+include/cln/exception.h
 include/cln/ffloat.h
 include/cln/ffloat_class.h
 include/cln/ffloat_io.h
@@ -77,34 +76,38 @@
 include/cln/univpoly_rational.h
 include/cln/univpoly_real.h
 include/cln/version.h
+info/dir
 lib/libcln.a
 lib/libcln.la
 lib/libcln.so
-lib/libcln.so.4
-libdata/pkgconfig/cln.pc
-share/aclocal/cln.m4
+lib/libcln.so.5
+lib/pkgconfig/cln.pc
 %%PORTDOCS%%%%DOCSDIR%%/dvi/cln.dvi
 %%PORTDOCS%%%%DOCSDIR%%/html/cln.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_1.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_10.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_11.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_12.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_13.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_14.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_15.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_16.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_2.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_3.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_4.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_5.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_6.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_7.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_8.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_9.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_abt.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_ovr.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cln_toc.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/dvi
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+share/dvi/cln.dvi
+share/html/cln.html
+share/html/cln_1.html
+share/html/cln_10.html
+share/html/cln_11.html
+share/html/cln_12.html
+share/html/cln_13.html
+share/html/cln_14.html
+share/html/cln_15.html
+share/html/cln_16.html
+share/html/cln_2.html
+share/html/cln_3.html
+share/html/cln_4.html
+share/html/cln_5.html
+share/html/cln_6.html
+share/html/cln_7.html
+share/html/cln_8.html
+share/html/cln_9.html
+share/html/cln_abt.html
+share/html/cln_fot.html
+@dirrm share/html
+@dirrm share/dvi
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/html
+@dirrm %%PORTDOCS%%%%DOCSDIR%%/dvi
+@dirrm %%PORTDOCS%%%%DOCSDIR%%
+@dirrm lib/pkgconfig
 @dirrm include/cln


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 11 06:20:06 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122651 
State-Changed-From-To: open->feedback 
State-Changed-By: araujo 
State-Changed-When: Fri Apr 11 11:47:05 UTC 2008 
State-Changed-Why:  
Hi dear, 

Why install some html files directly within /usr/local/share? Makes more 
sense install these files in PORTDOCS no? 

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

From: Marcelo Araujo <araujobsdport@gmail.com>
To: wen heping <wenheping@gmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/122651: [Update] math/cln : update to 1.2.2
Date: Fri, 11 Apr 2008 10:10:02 -0300

 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
 --------------enigD503E8EDE3437AE119CB45B0
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 wen heping wrote:
 > It is the Makefile in  the source code but not me install the
 > html files into /usr/local/share.
 >
 > Shall i make a patch  to the source code's  Makefile to make it install=
 
 > the html files to PORTDOC?
 >
 > On Fri, Apr 11, 2008 at 7:47 PM, <araujo@freebsd.org
 > <mailto:araujo@freebsd.org>> wrote:
 >
 >     Synopsis: [Update] math/cln : update to 1.2.2
 >
 >     State-Changed-From-To: open->feedback
 >     State-Changed-By: araujo
 >     State-Changed-When: Fri Apr 11 11:47:05 UTC 2008
 >     State-Changed-Why:
 >     Hi dear,
 >
 >     Why install some html files directly within /usr/local/share?
 >     Makes more
 >     sense install these files in PORTDOCS no?
 >
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3D122651
 >
 >
 Good point, You can make this patch?
 
 --=20
 Marcelo Araujo            (__)
 araujo@FreeBSD.org     \\\'',)
 http://www.FreeBSD.org   \/  \ ^
 Power To Server.         .\. /_)
 
 
 
 --------------enigD503E8EDE3437AE119CB45B0
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: OpenPGP digital signature
 Content-Disposition: attachment; filename="signature.asc"
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.7 (FreeBSD)
 
 iD8DBQFH/2MtovxJd1Pkz6gRAqCCAJsHcFo0DGnFUtXg8UkoW7e2+HpNmQCbB6mI
 r0JMvC7zmUgDYjxYeKN4+KU=
 =+uDK
 -----END PGP SIGNATURE-----
 
 --------------enigD503E8EDE3437AE119CB45B0--
State-Changed-From-To: feedback->open 
State-Changed-By: araujo 
State-Changed-When: Sun Apr 20 14:29:49 UTC 2008 
State-Changed-Why:  
Patch received via e-mail 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122651 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Sun Apr 20 15:31:56 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122651: commit references a PR
Date: Sun, 20 Apr 2008 15:31:29 +0000 (UTC)

 araujo      2008-04-20 15:31:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/cln             Makefile distinfo pkg-plist 
     math/cln/files       patch-doc::Makefile.in 
   Added files:
     math/cln/files       patch-Makefile.in 
   Removed files:
     math/cln/files       patch-autoconf-ltmain.sh 
   Log:
   - Update to 1.2.2.
   
   PR:             ports/122651
   Submitted by:   Wen Heping <wenheping@gmail.com>
   
   Revision  Changes    Path
   1.34      +5 -4      ports/math/cln/Makefile
   1.15      +3 -3      ports/math/cln/distinfo
   1.3       +11 -0     ports/math/cln/files/patch-Makefile.in (new)
   1.2       +0 -15     ports/math/cln/files/patch-autoconf-ltmain.sh (dead)
   1.5       +11 -12    ports/math/cln/files/patch-doc::Makefile.in
   1.12      +24 -25    ports/math/cln/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:
