diff options
author | mezz <mezz@FreeBSD.org> | 2008-04-05 00:26:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-04-05 00:26:50 +0800 |
commit | 88e161d2115ac1cf6f9e29ddd86d3d893a258a31 (patch) | |
tree | 08803205b1efc702839019571b3dc553e4263a42 | |
parent | 88abb590b430b0d8fdf1e7bf107581e41b6058b5 (diff) | |
download | freebsd-ports-gnome-88e161d2115ac1cf6f9e29ddd86d3d893a258a31.tar.gz freebsd-ports-gnome-88e161d2115ac1cf6f9e29ddd86d3d893a258a31.tar.zst freebsd-ports-gnome-88e161d2115ac1cf6f9e29ddd86d3d893a258a31.zip |
-Update to 3.8.
-Enable ofx by default with WITHOUT_OFX.
-rw-r--r-- | finance/homebank/Makefile | 12 | ||||
-rw-r--r-- | finance/homebank/distinfo | 6 | ||||
-rw-r--r-- | finance/homebank/pkg-plist | 27 |
3 files changed, 39 insertions, 6 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 70204740c55a..5fa380727131 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -6,8 +6,7 @@ # PORTNAME= homebank -PORTVERSION= 3.6 -PORTREVISION= 2 +PORTVERSION= 3.8 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -16,7 +15,6 @@ COMMENT= Manage your personal accounts at home USE_GMAKE= yes USE_GNOME= gnomeprefix gtk20 desktopfileutils -WANT_GNOME= yes USE_GETTEXT= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes @@ -25,6 +23,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ DOCS= AUTHORS COPYING ChangeLog NEWS README +.if !defined(WITHOUT_OFX) +LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx +CONFIGURE_ARGS+=--with-ofx +.else +CONFIGURE_ARGS+=--without-ofx +.endif + post-install: .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -33,5 +38,6 @@ post-install: .endfor .endif @-update-desktop-database + @-update-mime-database ${PREFIX}/share/mime .include <bsd.port.mk> diff --git a/finance/homebank/distinfo b/finance/homebank/distinfo index 8cf9e433bdfa..044447b90cec 100644 --- a/finance/homebank/distinfo +++ b/finance/homebank/distinfo @@ -1,3 +1,3 @@ -MD5 (homebank-3.6.tar.gz) = 01c0b28d102fcb269281ee376c6e2eb0 -SHA256 (homebank-3.6.tar.gz) = 897d34d51187c030e4180d9269bba0f1186f17c758cead6da5cfab19391e961a -SIZE (homebank-3.6.tar.gz) = 1382032 +MD5 (homebank-3.8.tar.gz) = a4abe0d0bd7f5fbd8b92fd596bf7da4f +SHA256 (homebank-3.8.tar.gz) = f63f22997130c1246058053003f97164439c24608b52c0dbcf8854a0b913e823 +SIZE (homebank-3.8.tar.gz) = 1524294 diff --git a/finance/homebank/pkg-plist b/finance/homebank/pkg-plist index 474909e66c73..02a62bf33d00 100644 --- a/finance/homebank/pkg-plist +++ b/finance/homebank/pkg-plist @@ -145,27 +145,54 @@ share/icons/hicolor/24x24/apps/homebank.png share/icons/hicolor/32x32/apps/homebank.png share/icons/hicolor/48x48/apps/homebank.png share/icons/hicolor/scalable/apps/homebank.svg +share/locale/am/LC_MESSAGES/homebank.mo +share/locale/bg/LC_MESSAGES/homebank.mo +share/locale/ca/LC_MESSAGES/homebank.mo +share/locale/cs/LC_MESSAGES/homebank.mo share/locale/de/LC_MESSAGES/homebank.mo share/locale/el/LC_MESSAGES/homebank.mo +share/locale/en_GB/LC_MESSAGES/homebank.mo share/locale/es/LC_MESSAGES/homebank.mo share/locale/et/LC_MESSAGES/homebank.mo +share/locale/fa/LC_MESSAGES/homebank.mo share/locale/fr/LC_MESSAGES/homebank.mo share/locale/gl/LC_MESSAGES/homebank.mo share/locale/he/LC_MESSAGES/homebank.mo +share/locale/hu/LC_MESSAGES/homebank.mo +share/locale/is/LC_MESSAGES/homebank.mo share/locale/it/LC_MESSAGES/homebank.mo +share/locale/ja/LC_MESSAGES/homebank.mo +share/locale/kn/LC_MESSAGES/homebank.mo +share/locale/ko/LC_MESSAGES/homebank.mo +share/locale/mi/LC_MESSAGES/homebank.mo share/locale/nb/LC_MESSAGES/homebank.mo +share/locale/nds/LC_MESSAGES/homebank.mo share/locale/nl/LC_MESSAGES/homebank.mo +share/locale/oc/LC_MESSAGES/homebank.mo share/locale/pl/LC_MESSAGES/homebank.mo +share/locale/pt/LC_MESSAGES/homebank.mo share/locale/pt_BR/LC_MESSAGES/homebank.mo +share/locale/ro/LC_MESSAGES/homebank.mo share/locale/ru/LC_MESSAGES/homebank.mo +share/locale/sk/LC_MESSAGES/homebank.mo share/locale/sl/LC_MESSAGES/homebank.mo share/locale/sv/LC_MESSAGES/homebank.mo +share/locale/tr/LC_MESSAGES/homebank.mo +share/locale/uk/LC_MESSAGES/homebank.mo +share/locale/vi/LC_MESSAGES/homebank.mo share/locale/zh_CN/LC_MESSAGES/homebank.mo share/locale/zh_TW/LC_MESSAGES/homebank.mo share/mime-info/homebank.keys share/mime-info/homebank.mime +share/mime/application/x-homebank.xml share/mime/packages/homebank.xml share/pixmaps/homebank.svg +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/nds/LC_MESSAGES +@dirrmtry share/locale/nds +@dirrmtry share/locale/mi/LC_MESSAGES +@dirrmtry share/locale/mi @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/help/images @dirrm %%DATADIR%%/help |