diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-04-08 21:30:47 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-04-08 21:30:47 +0800 |
commit | 62d197a14948c39f34b669cf0cbc58a8c348ffda (patch) | |
tree | 23b753e74aedb9838eac2e6d3c43a9feb6fc5132 | |
parent | 143022c618b7c8fdb0de784707e877168eb5e160 (diff) | |
download | freebsd-ports-gnome-62d197a14948c39f34b669cf0cbc58a8c348ffda.tar.gz freebsd-ports-gnome-62d197a14948c39f34b669cf0cbc58a8c348ffda.tar.zst freebsd-ports-gnome-62d197a14948c39f34b669cf0cbc58a8c348ffda.zip |
- Update to 1.11
- Update pkg-descr
- Update pkg-plist
PR: ports/122325
Submitted by: bf <bf2006a@yahoo.com> (maintainer)
Approved by: thierry (mentor)
-rw-r--r-- | math/gsl/Makefile | 2 | ||||
-rw-r--r-- | math/gsl/distinfo | 6 | ||||
-rw-r--r-- | math/gsl/files/patch-configure | 20 | ||||
-rw-r--r-- | math/gsl/pkg-descr | 2 | ||||
-rw-r--r-- | math/gsl/pkg-plist | 2 |
5 files changed, 11 insertions, 21 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 505ac13e4c05..f0b5622f13b2 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gsl -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \ http://www.gnu.org/software/${PORTNAME}/manual/:gslref diff --git a/math/gsl/distinfo b/math/gsl/distinfo index 6b9d294da525..b1bb957d220b 100644 --- a/math/gsl/distinfo +++ b/math/gsl/distinfo @@ -1,5 +1,5 @@ -MD5 (gsl-1.10.tar.gz) = d67be4f2e5560d6cf907e18a428becdc -SHA256 (gsl-1.10.tar.gz) = ea3968b58bfc7619f47bf5ff64a7198a38c72419d24b844e71e48823a4776ff0 -SIZE (gsl-1.10.tar.gz) = 2842422 +MD5 (gsl-1.11.tar.gz) = f28f9de8bec867f3f4f436d3ed80680a +SHA256 (gsl-1.11.tar.gz) = 7611e507aef1657ccf5e099c9d3873c49cd49a746bc8a00046dcd437fd9211b1 +SIZE (gsl-1.11.tar.gz) = 2700307 MD5 (gsl-ref.ps.gz) = IGNORE SHA256 (gsl-ref.ps.gz) = IGNORE diff --git a/math/gsl/files/patch-configure b/math/gsl/files/patch-configure index c39b7fdefbc7..15589a3aeb31 100644 --- a/math/gsl/files/patch-configure +++ b/math/gsl/files/patch-configure @@ -1,26 +1,18 @@ ---- configure.orig Thu Aug 14 14:28:38 2003 -+++ configure Tue Dec 2 00:34:58 2003 -@@ -7923,6 +7923,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9586,6 +9587,15 @@ +--- configure.orig 2008-03-31 02:56:46.446699394 -0400 ++++ configure 2008-03-31 03:05:58.758342355 -0400 +@@ -12492,6 +12492,15 @@ *-*-*openbsd*) ac_cv_c_ieee_interface=openbsd ;; + sparc64-*-*bsd*) + ac_cv_c_ieee_interface=unknown -+ ;; ++ ;; + alpha-*-*bsd*) + ac_cv_c_ieee_interface=unknown -+ ;; ++ ;; + ia64-*-*bsd*) + ac_cv_c_ieee_interface=unknown -+ ;; ++ ;; *-*-*bsd*) ac_cv_c_ieee_interface=freebsd ;; diff --git a/math/gsl/pkg-descr b/math/gsl/pkg-descr index 4b39428553a3..58ddf4dbf002 100644 --- a/math/gsl/pkg-descr +++ b/math/gsl/pkg-descr @@ -4,6 +4,4 @@ and are meant to present a modern Applications Programming Interface (API) for C programmers, while allowing wrappers to be written for very high level languages. -Example programs are available at http://www.silbsd.org/projects/GSL.tar.gz - WWW: http://www.gnu.org/software/gsl diff --git a/math/gsl/pkg-plist b/math/gsl/pkg-plist index da744ca86ba4..68d553ba8f2e 100644 --- a/math/gsl/pkg-plist +++ b/math/gsl/pkg-plist @@ -219,7 +219,7 @@ include/gsl/gsl_wavelet2d.h lib/libgsl.a lib/libgsl.la lib/libgsl.so -lib/libgsl.so.10 +lib/libgsl.so.12 lib/libgslcblas.a lib/libgslcblas.la lib/libgslcblas.so |