diff options
author | mjl <mjl> | 2001-05-26 01:35:54 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-05-26 01:35:54 +0000 |
commit | 8dc7d982e02ab20f11754959a41a7a1ff96c4ed9 (patch) | |
tree | e2bedc1f295805feea828a80bf2e96b59b00b4af /finance/gnucash | |
parent | 36abc4c89b4792213f6d2a7cacb1df60eaa0339c (diff) | |
download | pkgsrc-8dc7d982e02ab20f11754959a41a7a1ff96c4ed9.tar.gz |
Update to 1.4.12. Changes:
* Turkish translation
* minor bug fix
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash/distinfo | 7 | ||||
-rw-r--r-- | finance/gnucash/patches/patch-aa | 74 | ||||
-rw-r--r-- | finance/gnucash/pkg/PLIST | 3 |
4 files changed, 7 insertions, 81 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 9d53b8772ba..f0e8ed31dc2 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2001/05/11 14:42:32 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2001/05/26 01:35:54 mjl Exp $ # -DISTNAME= gnucash-1.4.11 +DISTNAME= gnucash-1.4.12 CATEGORIES= finance MASTER_SITES= http://www.linas.org/pub/gnucash/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 6899f72d35f..d99785da11f 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 13:44:02 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/05/26 01:35:54 mjl Exp $ -SHA1 (gnucash-1.4.11.tar.gz) = 5104154ed11f557dfccd2e7316f134a4f0d14de1 -Size (gnucash-1.4.11.tar.gz) = 3779541 bytes -SHA1 (patch-aa) = 66762b4681b97f620ddb392b8b805609bf20e8fa +SHA1 (gnucash-1.4.12.tar.gz) = c179cc1c96540d15ae79a3b4d285e43f083f43ba +Size (gnucash-1.4.12.tar.gz) = 3807040 bytes SHA1 (patch-ac) = c85d28ba9574b69b71fdaa17aba39f5bc45154e5 SHA1 (patch-ad) = 1bb67a6e7b97d8465e027220bd1f00675a5f3c2a SHA1 (patch-ag) = c11d806e2cb39cdca6c38f7f2b890991cbdac445 diff --git a/finance/gnucash/patches/patch-aa b/finance/gnucash/patches/patch-aa deleted file mode 100644 index 5697a90bb1a..00000000000 --- a/finance/gnucash/patches/patch-aa +++ /dev/null @@ -1,74 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/11 13:53:26 wiz Exp $ - ---- configure.orig Mon Jun 26 09:54:12 2000 -+++ configure Mon Jun 26 18:33:29 2000 -@@ -3625,7 +3625,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -3892,7 +3892,7 @@ - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - nls_cv_header_intl=intl/libintl.h -- nls_cv_header_libgt=intl/libgettext.h -+ nls_cv_header_libgt=${LOCALBASE}/share/gettext/intl/libgettext.h - fi - else - echo "$ac_t""no" 1>&6 -@@ -4021,7 +4021,7 @@ - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` - nls_cv_header_intl=intl/libintl.h -- nls_cv_header_libgt=intl/libgettext.h -+ nls_cv_header_libgt=${LOCALBASE}/share/gettext/intl/libgettext.h - fi - - if test "$XGETTEXT" != ":"; then -@@ -4038,7 +4038,7 @@ - else - DATADIRNAME=share - nls_cv_header_intl=intl/libintl.h -- nls_cv_header_libgt=intl/libgettext.h -+ nls_cv_header_libgt=${LOCALBASE}/share/gettext/intl/libgettext.h - fi - - -@@ -6397,10 +6397,10 @@ - set $ac_dests; ac_dest=$1; shift; ac_dests=$* - set $ac_sources; ac_source=$1; shift; ac_sources=$* - -- echo "linking $srcdir/$ac_source to $ac_dest" -+ echo "linking $ac_source to $ac_dest" - -- if test ! -r $srcdir/$ac_source; then -- { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; } -+ if test ! -r $ac_source; then -+ { echo "configure: error: $ac_source: File not found" 1>&2; exit 1; } - fi - rm -f $ac_dest - -@@ -6418,15 +6418,15 @@ - fi - - case "$srcdir" in -- [/$]*) ac_rel_source="$srcdir/$ac_source" ;; -- *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;; -+ [/$]*) ac_rel_source="$ac_source" ;; -+ *) ac_rel_source="$ac_source" ;; - esac - - # Make a symlink if possible; otherwise try a hard link. - if ln -s $ac_rel_source $ac_dest 2>/dev/null || -- ln $srcdir/$ac_source $ac_dest; then : -+ ln $ac_source $ac_dest; then : - else -- { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; } -+ { echo "configure: error: can not link $ac_dest to $ac_source" 1>&2; exit 1; } - fi - done - EOF diff --git a/finance/gnucash/pkg/PLIST b/finance/gnucash/pkg/PLIST index 1553d55893e..8f33d05b102 100644 --- a/finance/gnucash/pkg/PLIST +++ b/finance/gnucash/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2001/03/23 15:46:43 mjl Exp $ +@comment $NetBSD: PLIST,v 1.6 2001/05/26 01:35:56 mjl Exp $ bin/gnc-prices bin/gnucash etc/gnucash/config @@ -262,6 +262,7 @@ ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnucash.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/gnucash.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gnucash.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gnucash.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gnucash.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gnucash.mo @dirrm share/gnucash/scm/srfi @dirrm share/gnucash/scm/report |