pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/moneyguru Fix packaging with python-3.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3301d075bc29
branches:  trunk
changeset: 634162:3301d075bc29
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 10 06:52:03 2014 +0000

description:
Fix packaging with python-3.4

diffstat:

 finance/moneyguru/Makefile |  3 ++-
 finance/moneyguru/PLIST    |  6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r ba0bbb4bd157 -r 3301d075bc29 finance/moneyguru/Makefile
--- a/finance/moneyguru/Makefile        Sat May 10 06:10:19 2014 +0000
+++ b/finance/moneyguru/Makefile        Sat May 10 06:52:03 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/04/19 01:18:23 asau Exp $
+# $NetBSD: Makefile,v 1.6 2014/05/10 06:52:03 wiz Exp $
 #
 # any of ~* is fine, they are the same and just there for Ubuntu
 # so moneyguru's built for all releases
@@ -27,6 +27,7 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  26 27 # 3.x only
 PY_PATCHPLIST=         yes
+PLIST_SUBST+=          PYVERSSUFFIX=${PYVERSSUFFIX}
 REPLACE_PYTHON+=       cocoa/waf
 REPLACE_PYTHON+=       cocoa/wscript
 REPLACE_PYTHON+=       psmtabbarcontrol/waf
diff -r ba0bbb4bd157 -r 3301d075bc29 finance/moneyguru/PLIST
--- a/finance/moneyguru/PLIST   Sat May 10 06:10:19 2014 +0000
+++ b/finance/moneyguru/PLIST   Sat May 10 06:52:03 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/25 11:11:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/05/10 06:52:03 wiz Exp $
 bin/moneyguru
 share/applications/moneyguru.desktop
 share/moneyguru/ambuttonbar/AMButtonBar.h
@@ -122,7 +122,7 @@
 share/moneyguru/build/help/reconciliation.html
 share/moneyguru/build/help/search.html
 share/moneyguru/build/help/searchindex.js
-share/moneyguru/build/lib.netbsd-${OS_VERSION}-amd64-3.3/_amount.so
+share/moneyguru/build/lib.netbsd-${OS_VERSION}-amd64-${PYVERSSUFFIX}/_amount.so
 share/moneyguru/build/locale/cs/LC_MESSAGES/columns.mo
 share/moneyguru/build/locale/cs/LC_MESSAGES/core.mo
 share/moneyguru/build/locale/cs/LC_MESSAGES/hscommon.mo
@@ -153,7 +153,7 @@
 share/moneyguru/build/locale/nl/LC_MESSAGES/hscommon.mo
 share/moneyguru/build/locale/nl/LC_MESSAGES/qtlib.mo
 share/moneyguru/build/locale/nl/LC_MESSAGES/ui.mo
-share/moneyguru/build/temp.netbsd-${OS_VERSION}-amd64-3.3/core/modules/amount.o
+share/moneyguru/build/temp.netbsd-${OS_VERSION}-amd64-${PYVERSSUFFIX}/core/modules/amount.o
 share/moneyguru/cocoa/InfoTemplate.plist
 share/moneyguru/cocoa/MGConst.h
 share/moneyguru/cocoa/controllers/MGAccountLookup.h



Home | Main Index | Thread Index | Old Index