diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-04-09 18:49:38 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-04-09 18:49:38 +0800 |
commit | 8b714b528bea181d7574079b4677f5c9a0037f0e (patch) | |
tree | abeae541a977d074e584021fa76fde00ec4e296e /finance/kmymoney-kde4 | |
parent | dd7ca7eccb9eb6ccf3caf1cae553275c30b8a153 (diff) | |
download | freebsd-ports-gnome-8b714b528bea181d7574079b4677f5c9a0037f0e.tar.gz freebsd-ports-gnome-8b714b528bea181d7574079b4677f5c9a0037f0e.tar.zst freebsd-ports-gnome-8b714b528bea181d7574079b4677f5c9a0037f0e.zip |
Update to 0.8.3.
PR: ports/93768
Submitted by: Alexander Novitsky <alecn2002@yandex.ru> (maintainer)
Diffstat (limited to 'finance/kmymoney-kde4')
-rw-r--r-- | finance/kmymoney-kde4/Makefile | 3 | ||||
-rw-r--r-- | finance/kmymoney-kde4/distinfo | 6 | ||||
-rw-r--r-- | finance/kmymoney-kde4/files/patch-configure | 40 |
3 files changed, 13 insertions, 36 deletions
diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index 306106c60c3f..c7be1bb34b81 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kmymoney2 -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -34,6 +34,7 @@ PLIST_SUB+= OFXPLUGIN=${OFXPLUGIN} USE_KDELIBS_VER= 3 USE_GMAKE= yes +GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_PERL5= yes USE_BZIP2= yes diff --git a/finance/kmymoney-kde4/distinfo b/finance/kmymoney-kde4/distinfo index 64c1e107740d..af476a881012 100644 --- a/finance/kmymoney-kde4/distinfo +++ b/finance/kmymoney-kde4/distinfo @@ -1,3 +1,3 @@ -MD5 (kmymoney2-0.8.2.tar.bz2) = ffb09eaba4f93cd47e9600a2cb6b02c5 -SHA256 (kmymoney2-0.8.2.tar.bz2) = e9bb08f768d89b6839864920ba087a1fa37eb9ed7adfc9adb088b7267b29e530 -SIZE (kmymoney2-0.8.2.tar.bz2) = 6061389 +MD5 (kmymoney2-0.8.3.tar.bz2) = eae0b003b4e9455c8a18943d86f27759 +SHA256 (kmymoney2-0.8.3.tar.bz2) = 5d147e1bc7c09251d56ae935ce57b579ba362307573f7a4bb9a5c2fc132761f8 +SIZE (kmymoney2-0.8.3.tar.bz2) = 5812098 diff --git a/finance/kmymoney-kde4/files/patch-configure b/finance/kmymoney-kde4/files/patch-configure index eb8f73fda1ed..b539a7c431fe 100644 --- a/finance/kmymoney-kde4/files/patch-configure +++ b/finance/kmymoney-kde4/files/patch-configure @@ -1,47 +1,23 @@ ---- configure.orig Fri Dec 30 14:52:51 2005 -+++ configure Tue Jan 3 19:44:57 2006 +--- configure.orig Thu Feb 23 19:02:14 2006 ++++ configure Thu Feb 23 19:08:19 2006 @@ -1,4 +1,4 @@ -#! /bin/sh +#! %%LOCALBASE%%/bin/bash # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # -@@ -34022,7 +34022,7 @@ - have_new_ofx="no" - fi - -- if test "$have_new_ofx" == "yes"; then -+ if test "$have_new_ofx" = "yes"; then - ofx_importerplugin="ofximport" - ofx_libs="-lofx" - fi -@@ -34242,7 +34242,7 @@ - have_new_ofx="no" - fi - -- if test "$have_new_ofx" == "yes"; then -+ if test "$have_new_ofx" = "yes"; then - - cat >>confdefs.h <<_ACEOF - #define USE_OFX_DIRECTCONNECT "1" -@@ -34275,7 +34275,7 @@ - pushd $DIR > /dev/null - CD=`pwd` - popd > /dev/null -- if test "$srcdir" == "." -o ${CD:0:${#CURDIR}} != $CURDIR; then -+ if test "$srcdir" = "." -o ${CD:0:${#CURDIR}} != $CURDIR; then - HFILES=$(grep -v noinst_HEADERS $mfile | grep _HEADERS) - for HFILE in $HFILES; do - case $HFILE in -@@ -36104,11 +36104,6 @@ +@@ -36106,11 +36106,11 @@ { (exit 0); exit 0; } _ACEOF -if test "x$with_fast_perl" = "xyes"; then -- perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS \ ++if test "x$with_fast_perl" = "xyes"; then + perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS \ - || mv $CONFIG_STATUS.bak $CONFIG_STATUS -- rm -f $CONFIG_STATUS.bak ++ || mv $CONFIG_STATUS.bak $CONFIG_STATUS + rm -f $CONFIG_STATUS.bak -fi ++fi chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save |