Index: head/finance/kmymoney-kde4/Makefile =================================================================== --- head/finance/kmymoney-kde4/Makefile (revision 159187) +++ head/finance/kmymoney-kde4/Makefile (revision 159188) @@ -1,57 +1,58 @@ # New ports collection makefile for: KMyMoney # Date created: 21 June 2004 # Whom: Alexander Novitsky # # $FreeBSD$ # PORTNAME= kmymoney2 -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alecn2002@yandex.ru COMMENT= KDE-based personal finance assistant LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash # Currently no possibility to enable OFX; requires additional work .undef WITH_OFX WITHOUT_OFX= yes .if defined(WITH_OFX) LIB_DEPENDS+= ofx.2:${PORTSDIR}/finance/libofx CONFIGURE_ARGS= --enable-ofxplugin OFXPLUGIN= .else CONFIGURE_ARGS= --enable-ofxplugin=no OFXPLUGIN= "@comment " .endif PLIST_SUB+= OFXPLUGIN=${OFXPLUGIN} USE_KDELIBS_VER= 3 USE_GMAKE= yes +GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_PERL5= yes USE_BZIP2= yes INSTALLS_SHLIB= yes MAN1= kmymoney2.1 MANCOMPRESSED= yes DATADIR= ${PREFIX}/share/apps/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} .include .if ${OSVERSION} < 500000 BROKEN= Does not build on 4.x .endif post-patch: ${REINPLACE_CMD} -E -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure .include Property changes on: head/finance/kmymoney-kde4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/finance/kmymoney-kde4/distinfo =================================================================== --- head/finance/kmymoney-kde4/distinfo (revision 159187) +++ head/finance/kmymoney-kde4/distinfo (revision 159188) @@ -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 Property changes on: head/finance/kmymoney-kde4/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/finance/kmymoney-kde4/files/patch-configure =================================================================== --- head/finance/kmymoney-kde4/files/patch-configure (revision 159187) +++ head/finance/kmymoney-kde4/files/patch-configure (revision 159188) @@ -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 +@@ -36106,11 +36106,11 @@ -- 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 @@ - { (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 Property changes on: head/finance/kmymoney-kde4/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/finance/kmymoney2/Makefile =================================================================== --- head/finance/kmymoney2/Makefile (revision 159187) +++ head/finance/kmymoney2/Makefile (revision 159188) @@ -1,57 +1,58 @@ # New ports collection makefile for: KMyMoney # Date created: 21 June 2004 # Whom: Alexander Novitsky # # $FreeBSD$ # PORTNAME= kmymoney2 -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= alecn2002@yandex.ru COMMENT= KDE-based personal finance assistant LIB_DEPENDS= osp.3:${PORTSDIR}/textproc/opensp BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash # Currently no possibility to enable OFX; requires additional work .undef WITH_OFX WITHOUT_OFX= yes .if defined(WITH_OFX) LIB_DEPENDS+= ofx.2:${PORTSDIR}/finance/libofx CONFIGURE_ARGS= --enable-ofxplugin OFXPLUGIN= .else CONFIGURE_ARGS= --enable-ofxplugin=no OFXPLUGIN= "@comment " .endif PLIST_SUB+= OFXPLUGIN=${OFXPLUGIN} USE_KDELIBS_VER= 3 USE_GMAKE= yes +GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_PERL5= yes USE_BZIP2= yes INSTALLS_SHLIB= yes MAN1= kmymoney2.1 MANCOMPRESSED= yes DATADIR= ${PREFIX}/share/apps/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME} .include .if ${OSVERSION} < 500000 BROKEN= Does not build on 4.x .endif post-patch: ${REINPLACE_CMD} -E -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure .include Property changes on: head/finance/kmymoney2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/finance/kmymoney2/distinfo =================================================================== --- head/finance/kmymoney2/distinfo (revision 159187) +++ head/finance/kmymoney2/distinfo (revision 159188) @@ -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 Property changes on: head/finance/kmymoney2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/finance/kmymoney2/files/patch-configure =================================================================== --- head/finance/kmymoney2/files/patch-configure (revision 159187) +++ head/finance/kmymoney2/files/patch-configure (revision 159188) @@ -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 +@@ -36106,11 +36106,11 @@ -- 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 @@ - { (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 Property changes on: head/finance/kmymoney2/files/patch-configure ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property