diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-20 06:15:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-20 06:15:55 +0800 |
commit | 3b7356cedd09ecee959601cee5297ce5ff0d20be (patch) | |
tree | eb79d0cfd3049a16336e9c87f92da28dc8f28e85 /databases | |
parent | a0b9dbad3f9960c726a8c8f453bb564a361c6c5d (diff) | |
download | marcuscom-ports-3b7356cedd09ecee959601cee5297ce5ff0d20be.tar marcuscom-ports-3b7356cedd09ecee959601cee5297ce5ff0d20be.tar.gz marcuscom-ports-3b7356cedd09ecee959601cee5297ce5ff0d20be.tar.bz2 marcuscom-ports-3b7356cedd09ecee959601cee5297ce5ff0d20be.tar.lz marcuscom-ports-3b7356cedd09ecee959601cee5297ce5ff0d20be.tar.xz marcuscom-ports-3b7356cedd09ecee959601cee5297ce5ff0d20be.tar.zst marcuscom-ports-3b7356cedd09ecee959601cee5297ce5ff0d20be.zip |
Update to 1.19.14.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16495 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/glom/Makefile | 6 | ||||
-rw-r--r-- | databases/glom/distinfo | 4 | ||||
-rw-r--r-- | databases/glom/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 497314ba9..6dad9a889 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -3,11 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/databases/glom/Makefile,v 1.32 2011/10/18 14:55:51 kwm Exp $ # PORTNAME= glom -PORTVERSION= 1.19.13 +PORTVERSION= 1.19.14 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -46,6 +46,7 @@ INSTALLS_ICONS= yes #PLIST_SUB+= VERSION=${PORTVERSION:R} PLIST_SUB+= VERSION=1.20 +# We need postgreSQL tools the server installs, and configure checks for these. # Note: USE_PGSQL has already been set above. BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server RUN_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server @@ -61,7 +62,6 @@ post-patch: ${WRKSRC}/glom/mode_design/layout/layout_item_dialogs/dialog_group_by.cc \ ${WRKSRC}/glom/main.cc - post-install: @-update-mime-database ${PREFIX}/share/mime diff --git a/databases/glom/distinfo b/databases/glom/distinfo index 9bef8408f..24f35df60 100644 --- a/databases/glom/distinfo +++ b/databases/glom/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/glom-1.19.13.tar.xz) = 5394e18120bd14368c51b74a0acb4c52ca8917b7d449f9aa5c61f67f3d9f1ca8 -SIZE (gnome3/glom-1.19.13.tar.xz) = 8264468 +SHA256 (gnome3/glom-1.19.14.tar.xz) = 18dbbf572045380c07fb6cb2bdbca1893bbd322fb1283e1f0d0d2b295b4a28c8 +SIZE (gnome3/glom-1.19.14.tar.xz) = 5433568 diff --git a/databases/glom/pkg-plist b/databases/glom/pkg-plist index 5ac187944..35ff7f2ff 100644 --- a/databases/glom/pkg-plist +++ b/databases/glom/pkg-plist @@ -47,6 +47,7 @@ include/glom-%%VERSION%%/libglom/document/document.h include/glom-%%VERSION%%/libglom/document/view.h include/glom-%%VERSION%%/libglom/init.h include/glom-%%VERSION%%/libglom/libglom_config.h +include/glom-%%VERSION%%/libglom/report_builder.h include/glom-%%VERSION%%/libglom/sharedptr.h include/glom-%%VERSION%%/libglom/standard_table_prefs_fields.h include/glom-%%VERSION%%/libglom/utils.h @@ -119,7 +120,6 @@ share/applications/glom.desktop %%DATADIR%%/pixmaps/glom-notebook.png %%DATADIR%%/pixmaps/glom-related-records.png %%DATADIR%%/pixmaps/glom-text.png -%%DATADIR%%/xslt/print_details_to_html.xsl %%DATADIR%%/xslt/print_report_to_html.xsl %%DOCSDIR%%/examples/README %%DOCSDIR%%/examples/example_film_manager.glom |