ports/131929: Update and take responsibility for finance/eqonomize

Cezary Morga cm at therek.net
Sat Feb 21 11:00:12 UTC 2009


>Number:         131929
>Category:       ports
>Synopsis:       Update and take responsibility for finance/eqonomize
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 21 11:00:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Cezary Morga
>Release:        FreeBSD 7.1-RELEASE i386
>Organization:
>Environment:
>Description:
Following is a patch to update finance/eqonomize to the latest version 0.5.1 for KDE3 (deprecated) and current 0.6 using KDE4 libs. This may require a repo copy.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN finance/eqonomize/Makefile finance/eqonomize-kde3/Makefile
--- finance/eqonomize/Makefile	2008-06-06 15:27:39.000000000 +0200
+++ finance/eqonomize-kde3/Makefile	2009-02-21 11:56:09.781719356 +0100
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	eqonomize
-PORTVERSION=	0.5
-PORTREVISION=	1
+PORTVERSION=	0.5.1
 CATEGORIES=	finance
 MASTER_SITES=	SF
+PKGNAMESUFFIX=	-kde3
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A peronal accounting software
+MAINTAINER=	cm at therek.net
+COMMENT=	A personal accounting software
 
+USE_GETTEXT=	yes
 USE_KDELIBS_VER=3
 GNU_CONFIGURE=	yes
 USE_PERL5=	yes
diff -ruN finance/eqonomize/distinfo finance/eqonomize-kde3/distinfo
--- finance/eqonomize/distinfo	2007-08-21 11:01:00.000000000 +0200
+++ finance/eqonomize-kde3/distinfo	2009-02-21 11:56:09.782719203 +0100
@@ -1,3 +1,3 @@
-MD5 (eqonomize-0.5.tar.gz) = b9d17d3581c7e11f617d3b2ef54ba2f4
-SHA256 (eqonomize-0.5.tar.gz) = 54c644caa31471fba62186dbc3a19905a60f90319a97bccc8075aca4ab790057
-SIZE (eqonomize-0.5.tar.gz) = 1441184
+MD5 (eqonomize-0.5.1.tar.gz) = c928f7c0866322cbeaf89993576911b7
+SHA256 (eqonomize-0.5.1.tar.gz) = 7663e613ba123644e9a046a46a6a210a2de188e031a19cf9b2b3b72a1a08308e
+SIZE (eqonomize-0.5.1.tar.gz) = 1518671
diff -ruN finance/eqonomize/Makefile finance/eqonomize-kde4/Makefile
--- finance/eqonomize/Makefile	2008-06-06 15:27:39.000000000 +0200
+++ finance/eqonomize-kde4/Makefile	2009-02-21 11:56:12.932712010 +0100
@@ -6,24 +6,23 @@
 #
 
 PORTNAME=	eqonomize
-PORTVERSION=	0.5
-PORTREVISION=	1
+PORTVERSION=	0.6
 CATEGORIES=	finance
 MASTER_SITES=	SF
+PKGNAMESUFFIX=	-kde4
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A peronal accounting software
+MAINTAINER=	cm at therek.net
+COMMENT=	A personal accounting software
 
-USE_KDELIBS_VER=3
-GNU_CONFIGURE=	yes
-USE_PERL5=	yes
-USE_AUTOTOOLS=	libtool:15
+USE_KDE4=	kdelibs kdeprefix kdehier automoc4
+USE_QT_VER=	4
+QT_COMPONENTS=	corelib dbus gui network svg xml
+USE_CMAKE=	yes
+USE_GETTEXT=	yes
+USE_ICONV=	yes
 INSTALLS_ICONS=	yes
 
 DATADIR=	${PREFIX}/share/apps/${PORTNAME}
-DOCSDIR=	${PREFIX}/share/doc/HTML/en/${PORTNAME}
-
-post-patch:
-	@${REINPLACE_CMD} 's|%%LOCALBASE%%/bin/bash|/bin/sh|g' ${WRKSRC}/configure
+DOCSDIR=	${PREFIX}/share/doc
 
 .include <bsd.port.mk>
diff -ruN finance/eqonomize/distinfo finance/eqonomize-kde4/distinfo
--- finance/eqonomize/distinfo	2007-08-21 11:01:00.000000000 +0200
+++ finance/eqonomize-kde4/distinfo	2009-02-21 11:56:12.932712010 +0100
@@ -1,3 +1,3 @@
-MD5 (eqonomize-0.5.tar.gz) = b9d17d3581c7e11f617d3b2ef54ba2f4
-SHA256 (eqonomize-0.5.tar.gz) = 54c644caa31471fba62186dbc3a19905a60f90319a97bccc8075aca4ab790057
-SIZE (eqonomize-0.5.tar.gz) = 1441184
+MD5 (eqonomize-0.6.tar.gz) = 02d7c98c4ca822873c355fd9095a3268
+SHA256 (eqonomize-0.6.tar.gz) = 5c325af8d239f8af7d986ec6f06f558edda98d5c893f320b39f261f9794797c4
+SIZE (eqonomize-0.6.tar.gz) = 971400
diff -ruN finance/eqonomize/files/patch-configure finance/eqonomize-kde4/files/patch-configure
--- finance/eqonomize/files/patch-configure	2007-08-21 11:01:00.000000000 +0200
+++ finance/eqonomize-kde4/files/patch-configure	1970-01-01 01:00:00.000000000 +0100
@@ -1,23 +0,0 @@
---- 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.
- #
-@@ -36106,11 +36106,11 @@
- 
- { (exit 0); exit 0; }
- _ACEOF
--if test "x$with_fast_perl" = "xyes"; then    
-+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    
-+    || 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 -ruN finance/eqonomize/pkg-plist finance/eqonomize-kde4/pkg-plist
--- finance/eqonomize/pkg-plist	2007-08-21 11:01:00.000000000 +0200
+++ finance/eqonomize-kde4/pkg-plist	2009-02-21 11:56:12.931711883 +0100
@@ -1,45 +1,52 @@
 bin/eqonomize
-share/applications/kde/eqonomize.desktop
 %%DATADIR%%/eqonomizeui.rc
-%%DOCSDIR%%/accounts-view.png
-%%DOCSDIR%%/ask-save.png
-%%DOCSDIR%%/confirm-schedule.png
-%%DOCSDIR%%/csv-columns.png
-%%DOCSDIR%%/edit-budget.png
-%%DOCSDIR%%/expenses-view.png
-%%DOCSDIR%%/index.cache.bz2
-%%DOCSDIR%%/index.docbook
-%%DOCSDIR%%/new-account.png
-%%DOCSDIR%%/new-security.png
-%%DOCSDIR%%/qif-date-format.png
-%%DOCSDIR%%/recurrence.png
-%%DOCSDIR%%/refund.png
-%%DOCSDIR%%/schedule-view.png
-%%DOCSDIR%%/securities-view.png
-%%DOCSDIR%%/security-buy.png
-%%DOCSDIR%%/split-transaction.png
+%%DOCSDIR%%/HTML/en/eqonomize/expenses-view.png
+%%DOCSDIR%%/HTML/en/eqonomize/common
+%%DOCSDIR%%/HTML/en/eqonomize/security-buy.png
+%%DOCSDIR%%/HTML/en/eqonomize/csv-columns.png
+%%DOCSDIR%%/HTML/en/eqonomize/schedule-view.png
+%%DOCSDIR%%/HTML/en/eqonomize/ask-save.png
+%%DOCSDIR%%/HTML/en/eqonomize/refund.png
+%%DOCSDIR%%/HTML/en/eqonomize/new-account.png
+%%DOCSDIR%%/HTML/en/eqonomize/accounts-view.png
+%%DOCSDIR%%/HTML/en/eqonomize/new-security.png
+%%DOCSDIR%%/HTML/en/eqonomize/index.docbook
+%%DOCSDIR%%/HTML/en/eqonomize/qif-date-format.png
+%%DOCSDIR%%/HTML/en/eqonomize/index.cache.bz2
+%%DOCSDIR%%/HTML/en/eqonomize/confirm-schedule.png
+%%DOCSDIR%%/HTML/en/eqonomize/recurrence.png
+%%DOCSDIR%%/HTML/en/eqonomize/securities-view.png
+%%DOCSDIR%%/HTML/en/eqonomize/edit-budget.png
+%%DOCSDIR%%/HTML/en/eqonomize/split-transaction.png
+%%DOCSDIR%%/HTML/fr/eqonomize/index.cache.bz2
+%%DOCSDIR%%/HTML/fr/eqonomize/index.docbook
+%%DOCSDIR%%/HTML/fr/eqonomize/common
 share/icons/hicolor/128x128/apps/eqonomize.png
 share/icons/hicolor/128x128/mimetypes/eqz.png
-share/icons/hicolor/16x16/apps/eqonomize.png
-share/icons/hicolor/16x16/mimetypes/eqz.png
-share/icons/hicolor/22x22/apps/eqonomize.png
-share/icons/hicolor/22x22/mimetypes/eqz.png
-share/icons/hicolor/32x32/apps/eqonomize.png
-share/icons/hicolor/32x32/mimetypes/eqz.png
+share/icons/hicolor/64x64/mimetypes/eqz.png
+share/icons/hicolor/64x64/apps/eqonomize.png
 share/icons/hicolor/48x48/apps/eqonomize.png
 share/icons/hicolor/48x48/mimetypes/eqz.png
-share/icons/hicolor/64x64/apps/eqonomize.png
-share/icons/hicolor/64x64/mimetypes/eqz.png
+share/icons/hicolor/32x32/apps/eqonomize.png
+share/icons/hicolor/32x32/mimetypes/eqz.png
+share/icons/hicolor/22x22/mimetypes/eqz.png
+share/icons/hicolor/22x22/apps/eqonomize.png
+share/icons/hicolor/16x16/mimetypes/eqz.png
+share/icons/hicolor/16x16/apps/eqonomize.png
+share/mimelnk/application/x-eqonomize.desktop
+share/applications/kde4/eqonomize.desktop
+share/locale/pt/LC_MESSAGES/eqonomize.mo
+share/locale/sv/LC_MESSAGES/eqonomize.mo
+share/locale/ru/LC_MESSAGES/eqonomize.mo
 share/locale/de/LC_MESSAGES/eqonomize.mo
+share/locale/sk/LC_MESSAGES/eqonomize.mo
+share/locale/it/LC_MESSAGES/eqonomize.mo
 share/locale/es/LC_MESSAGES/eqonomize.mo
 share/locale/fr/LC_MESSAGES/eqonomize.mo
-share/locale/it/LC_MESSAGES/eqonomize.mo
 share/locale/nl/LC_MESSAGES/eqonomize.mo
-share/locale/sk/LC_MESSAGES/eqonomize.mo
-share/locale/sv/LC_MESSAGES/eqonomize.mo
-share/mimelnk/application/x-eqonomize.desktop
- at dirrm %%DOCSDIR%%/common
- at dirrm %%DOCSDIR%%
+share/locale/cs/LC_MESSAGES/eqonomize.mo
+share/locale/pt_BR/LC_MESSAGES/eqonomize.mo
+ at dirrmtry share/applications/kde4
+ at dirrm %%DOCSDIR%%/HTML/fr/eqonomize
+ at dirrm %%DOCSDIR%%/HTML/en/eqonomize
 @dirrm %%DATADIR%%
- at dirrmtry share/applications/kde
- at dirrmtry share/applications


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list