pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/pspp Update to PSPP 0.6.2. Fixes a few bugs and a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3fcae6950f63
branches:  trunk
changeset: 568960:3fcae6950f63
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 30 13:33:27 2009 +0000

description:
Update to PSPP 0.6.2. Fixes a few bugs and adds some new translations
Updated during freeze as it is required to building against GTK+ 2.17.4
and later.

>From asau@

diffstat:

 math/pspp/Makefile         |   5 ++---
 math/pspp/PLIST            |   4 +++-
 math/pspp/distinfo         |  12 ++++++------
 math/pspp/patches/patch-ab |  14 --------------
 math/pspp/patches/patch-ad |  12 ++++++------
 5 files changed, 17 insertions(+), 30 deletions(-)

diffs (88 lines):

diff -r d5bd88b4fdf4 -r 3fcae6950f63 math/pspp/Makefile
--- a/math/pspp/Makefile        Wed Dec 30 13:24:50 2009 +0000
+++ b/math/pspp/Makefile        Wed Dec 30 13:33:27 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2009/10/21 16:51:46 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2009/12/30 13:33:27 joerg Exp $
 #
 
-DISTNAME=      pspp-0.6.1
-PKGREVISION=   1
+DISTNAME=      pspp-0.6.2
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GNU:=pspp/}
 
diff -r d5bd88b4fdf4 -r 3fcae6950f63 math/pspp/PLIST
--- a/math/pspp/PLIST   Wed Dec 30 13:24:50 2009 +0000
+++ b/math/pspp/PLIST   Wed Dec 30 13:33:27 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/10/21 16:51:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.10 2009/12/30 13:33:27 joerg Exp $
 bin/pspp
 ${PLIST.x11}bin/psppire
 info/pspp-dev.info
@@ -7,6 +7,8 @@
 ${PLIST.x11}lib/pspp/libpsppwidgets.la
 share/examples/pspp/devices
 share/locale/en_GB/LC_MESSAGES/pspp.mo
+share/locale/nl/LC_MESSAGES/pspp.mo
+share/locale/pt_BR/LC_MESSAGES/pspp.mo
 ${PLIST.x11}share/pspp/crosstabs.glade
 ${PLIST.x11}share/pspp/data-editor.glade
 ${PLIST.x11}share/pspp/date-scale.png
diff -r d5bd88b4fdf4 -r 3fcae6950f63 math/pspp/distinfo
--- a/math/pspp/distinfo        Wed Dec 30 13:24:50 2009 +0000
+++ b/math/pspp/distinfo        Wed Dec 30 13:33:27 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2009/10/21 16:51:46 tnn Exp $
+$NetBSD: distinfo,v 1.15 2009/12/30 13:33:27 joerg Exp $
 
-SHA1 (pspp-0.6.1.tar.gz) = 22f335053a3e1d3861bfc2d87536b9a6fc5a1ae7
-RMD160 (pspp-0.6.1.tar.gz) = 930fc58b77ff50819cd7449147dab5906e872850
-Size (pspp-0.6.1.tar.gz) = 3217033 bytes
+SHA1 (pspp-0.6.2.tar.gz) = c45f721a7ee82aede2106b77eade5e568c0930da
+RMD160 (pspp-0.6.2.tar.gz) = 97667eb32b23a1bc7d18b7022649bd973ff01424
+Size (pspp-0.6.2.tar.gz) = 3375748 bytes
 SHA1 (patch-aa) = c7024562eee77aa558931cab387d250e046f11e4
-SHA1 (patch-ab) = e457be95e8b0658ca225137f4fed5f8bf6d77e4d
-SHA1 (patch-ad) = 34446abc6b187300e22a1fe764ea55df7c3dd43a
+SHA1 (patch-ab) = da39a3ee5e6b4b0d3255bfef95601890afd80709
+SHA1 (patch-ad) = cd06383be08b753423ea10f52098135002671385
diff -r d5bd88b4fdf4 -r 3fcae6950f63 math/pspp/patches/patch-ab
--- a/math/pspp/patches/patch-ab        Wed Dec 30 13:24:50 2009 +0000
+++ b/math/pspp/patches/patch-ab        Wed Dec 30 13:33:27 2009 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2009/10/21 16:51:46 tnn Exp $
-
---- gl/Makefile.in.orig        2008-10-10 06:12:08.000000000 +0200
-+++ gl/Makefile.in
-@@ -1586,6 +1586,9 @@ iconv_open-osf.h: iconv_open-osf.gperf
- 
- all-local: charset.alias ref-add.sed ref-del.sed
- install-exec-local: all-local
-+      # charset.alias provided by pkgsrc/converters/libiconv
-+
-+install-exec-local_dontuse:
-       test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
-       if test -f $(charset_alias); then \
-         sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
diff -r d5bd88b4fdf4 -r 3fcae6950f63 math/pspp/patches/patch-ad
--- a/math/pspp/patches/patch-ad        Wed Dec 30 13:24:50 2009 +0000
+++ b/math/pspp/patches/patch-ad        Wed Dec 30 13:33:27 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-ad,v 1.5 2009/09/04 21:39:10 asau Exp $
+$NetBSD: patch-ad,v 1.6 2009/12/30 13:33:27 joerg Exp $
 
---- configure.orig     2009-09-04 12:34:45.000000000 +0400
-+++ configure  2009-09-04 12:38:46.000000000 +0400
-@@ -21763,8 +21763,7 @@
- { echo "$as_me:$LINENO: result: $pspp_cv_build_exeext" >&5
- echo "${ECHO_T}$pspp_cv_build_exeext" >&6; }
+--- configure.orig     2009-10-12 01:16:57.000000000 +0400
++++ configure  2009-12-30 15:43:54.000000000 +0300
+@@ -13167,8 +13167,7 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pspp_cv_build_exeext" >&5
+ $as_echo "$pspp_cv_build_exeext" >&6; }
    EXEEXT_FOR_BUILD=""
 -  test x"${pspp_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${pspp_cv_build_exeex
 -t}



Home | Main Index | Thread Index | Old Index