Fix starting it with guile-www-2.37.

Bump PGKREVISION since it builds fine without the fix, but doesn't start.
This commit is contained in:
wiz 2013-07-29 18:16:53 +00:00
parent 9536c96832
commit aa3565eb4a
3 changed files with 19 additions and 2 deletions

View file

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.185 2013/07/08 09:18:51 wiz Exp $
# $NetBSD: Makefile,v 1.186 2013/07/29 18:16:53 wiz Exp $
DISTNAME= gnucash-2.4.13
PKGREVISION= 1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.58 2013/07/29 10:38:54 wiz Exp $
$NetBSD: distinfo,v 1.59 2013/07/29 18:16:53 wiz Exp $
SHA1 (gnucash-2.4.13.tar.bz2) = cd28d4e7d84d71ade56173734d634ccadc59ed81
RMD160 (gnucash-2.4.13.tar.bz2) = 5d6c9dc836ccdf7b4613523004bb5a297eb70f97
Size (gnucash-2.4.13.tar.bz2) = 9400405 bytes
SHA1 (patch-configure) = a7fb5175e4f79a30da8b7e64d6f1a3ecd458fad8
SHA1 (patch-src_scm_price-quotes.scm) = 59273628b7271ed639a97636b76958baa45ef104

View file

@ -0,0 +1,15 @@
$NetBSD: patch-src_scm_price-quotes.scm,v 1.1 2013/07/29 18:16:53 wiz Exp $
Fix for guile-www-2.37, which deprecated 'main'.
--- src/scm/price-quotes.scm.orig 2013-04-20 21:07:10.000000000 +0000
+++ src/scm/price-quotes.scm
@@ -38,7 +38,7 @@
;; Yahoo-based Historical Quotes
;;
-(use-modules (www main))
+(use-modules (www http))
(use-modules (srfi srfi-1))
;; (use-modules (srfi srfi-19)) when available (see below).