Date: Mon, 26 Feb 2007 14:36:31 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rainer.alves@gmail.com Subject: ports/109548: [PATCH] math/gsl: update to 1.9 Message-ID: <20070226063631.9317D7F00A@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200702260640.l1Q6e60x048201@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109548 >Category: ports >Synopsis: [PATCH] math/gsl: update to 1.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 26 06:40:06 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 6.2-RELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #12: Sat Jan 20 20:29:28 CST 2007 >Description: - Update to 1.9 Port maintainer (rainer.alves@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gsl-1.9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/gsl/Makefile,v retrieving revision 1.36 diff -u -u -r1.36 Makefile --- Makefile 6 May 2006 01:27:38 -0000 1.36 +++ Makefile 26 Feb 2007 06:34:12 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \ http://www.gnu.org/software/${PORTNAME}/manual/:gslref Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/gsl/distinfo,v retrieving revision 1.22 diff -u -u -r1.22 distinfo --- distinfo 6 May 2006 01:27:38 -0000 1.22 +++ distinfo 26 Feb 2007 06:34:12 -0000 @@ -1,5 +1,5 @@ -MD5 (gsl-1.8.tar.gz) = c60a5d193cc6b472496ff191744fc306 -SHA256 (gsl-1.8.tar.gz) = a66a4c5243111f98f11114a9c7e00c316b281e8e383b0d0b8a0b7debdb27d9d6 -SIZE (gsl-1.8.tar.gz) = 2419825 +MD5 (gsl-1.9.tar.gz) = 81dca4362ae8d2aa1547b7d010881e43 +SHA256 (gsl-1.9.tar.gz) = fcd1c6784997c2312d922d107fcb30462f5be4335ebdfa8e1e0e07568c962250 +SIZE (gsl-1.9.tar.gz) = 2574939 MD5 (gsl-ref.ps.gz) = IGNORE SHA256 (gsl-ref.ps.gz) = IGNORE Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/math/gsl/pkg-plist,v retrieving revision 1.23 diff -u -u -r1.23 pkg-plist --- pkg-plist 6 May 2006 01:27:38 -0000 1.23 +++ pkg-plist 26 Feb 2007 06:34:12 -0000 @@ -18,6 +18,7 @@ include/gsl/gsl_block_uint.h include/gsl/gsl_block_ulong.h include/gsl/gsl_block_ushort.h +include/gsl/gsl_bspline.h include/gsl/gsl_cblas.h include/gsl/gsl_cdf.h include/gsl/gsl_chebyshev.h @@ -145,6 +146,7 @@ include/gsl/gsl_sf_lambert.h include/gsl/gsl_sf_legendre.h include/gsl/gsl_sf_log.h +include/gsl/gsl_sf_mathieu.h include/gsl/gsl_sf_pow_int.h include/gsl/gsl_sf_psi.h include/gsl/gsl_sf_result.h @@ -217,7 +219,7 @@ lib/libgsl.a lib/libgsl.la lib/libgsl.so -lib/libgsl.so.9 +lib/libgsl.so.10 lib/libgslcblas.a lib/libgslcblas.la lib/libgslcblas.so --- gsl-1.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070226063631.9317D7F00A>