diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-09 10:49:38 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-09 10:49:38 +0000 |
commit | a262da64160eb95b6120fa85666fcec04bcac7fc (patch) | |
tree | efdba21810e18019da861ca319ddd17c1d891776 /finance | |
parent | afdc6db0b92a13893b4030ff7ba793c909e2f41e (diff) | |
download | ports-a262da64160eb95b6120fa85666fcec04bcac7fc.tar.gz ports-a262da64160eb95b6120fa85666fcec04bcac7fc.zip |
Notes
Diffstat (limited to 'finance')
-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 | ||||
-rw-r--r-- | finance/kmymoney2/Makefile | 3 | ||||
-rw-r--r-- | finance/kmymoney2/distinfo | 6 | ||||
-rw-r--r-- | finance/kmymoney2/files/patch-configure | 40 |
6 files changed, 26 insertions, 72 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 diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index 306106c60c3f..c7be1bb34b81 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/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/kmymoney2/distinfo b/finance/kmymoney2/distinfo index 64c1e107740d..af476a881012 100644 --- a/finance/kmymoney2/distinfo +++ b/finance/kmymoney2/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/kmymoney2/files/patch-configure b/finance/kmymoney2/files/patch-configure index eb8f73fda1ed..b539a7c431fe 100644 --- a/finance/kmymoney2/files/patch-configure +++ b/finance/kmymoney2/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 |