diff options
Diffstat (limited to 'devel')
49 files changed, 366 insertions, 335 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index e44defe..f38231f 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= anjuta -PORTVERSION= 3.16.0 -PORTREVISION= 1 +PORTVERSION= 3.18.2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,13 +19,13 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc automake>=0:${PORTSDIR}/devel/automake \ autoconf>=0:${PORTSDIR}/devel/autoconf \ libtool>=2.4:${PORTSDIR}/devel/libtool \ - gdb>=7.3:${PORTSDIR}/devel/gdb \ + gdb>=7.10:${PORTSDIR}/devel/gdb \ gmake:${PORTSDIR}/devel/gmake \ yelp>=3.0.0:${PORTSDIR}/x11/yelp PORTSCOUT= limitw:1,even -USES= bison desktop-file-utils gettext gmake libtool pathfix \ +USES= bison desktop-file-utils gettext gmake gnome libtool pathfix \ perl5 pkgconfig:both python shared-mime-info shebangfix tar:xz SHEBANG_FILES= plugins/project-wizard/templates/js_minimal/src/main.js \ plugins/tools/scripts/find-fixmes.pl \ @@ -45,6 +44,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-symbol-db-shm=/tmp \ --disable-packagekit \ + --disable-neon \ --enable-compile-warnings=minimum \ --enable-introspection=yes DOCSDIR= share/doc/libanjuta @@ -91,15 +91,16 @@ TERMINAL_CONFIGURE_ENABLE= plugin-terminal SVN_BUILD_DEPENDS= svn:${PORTSDIR}/devel/subversion SVN_LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 \ - libneon.so:${PORTSDIR}/www/neon + libserf-1.so:${PORTSDIR}/www/serf SVN_RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion SVN_CONFIGURE_ENABLE= plugin-subversion DEVHELP_LIB_DEPENDS= libdevhelp-3.so:${PORTSDIR}/devel/devhelp DEVHELP_CONFIGURE_ENBABLE= plugin-devhelp -VALA_BUILD_DEPENDS= vala>=0.14.0:${PORTSDIR}/lang/vala -VALA_RUN_DEPENDS= vala>=0.14.0:${PORTSDIR}/lang/vala +VALA_VER= 0.30 +VALA_BUILD_DEPENDS= vala>=${VALA_VER}<${VALA_VER}.99:${PORTSDIR}/lang/vala +VALA_RUN_DEPENDS= vala>=${VALA_VER}<${VALA_VER}.99:${PORTSDIR}/lang/vala VALA_CONFIGURE_ENABLE= vala post-patch: @@ -108,6 +109,8 @@ post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${PREFIX}|g' \ ${WRKSRC}/libanjuta/anjuta-utils.c @${REINPLACE_CMD} -e 's|ac_ct_CXX" = "x"|CXX" = "x"|g' \ + -e 's|libvala-0.28|libvala-${VALA_VER}|g' \ + -e 's|valaver="-0.28"|valaver="-${VALA_VER}"|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|values.h|limits.h|g' \ ${WRKSRC}/plugins/project-wizard/property.h \ @@ -115,5 +118,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-fprofile-arcs||g' \ ${WRKSRC}/libanjuta/tests/Makefile.in \ ${WRKSRC}/libanjuta/tests/Makefile.am + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${PREFIX}|g' \ + ${WRKSRC}/plugins/gdb/debugger.c .include <bsd.port.mk> diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index d68b54e..8cc1f78 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/anjuta-3.16.0.tar.xz) = 77432a01b37b46f5558bf4cc435f9a023abf17c5273d472e17dff1f9b3d9943c -SIZE (gnome3/anjuta-3.16.0.tar.xz) = 6311980 +SHA256 (gnome3/anjuta-3.18.2.tar.xz) = be864f2f1807e1b870697f646294e997d221d5984a135245543b719e501cef8e +SIZE (gnome3/anjuta-3.18.2.tar.xz) = 6356972 diff --git a/devel/anjuta/files/patch-plugins_gdb_debugger.c b/devel/anjuta/files/patch-plugins_gdb_debugger.c index e6cdd10..02f5cc4 100644 --- a/devel/anjuta/files/patch-plugins_gdb_debugger.c +++ b/devel/anjuta/files/patch-plugins_gdb_debugger.c @@ -1,11 +1,11 @@ ---- plugins/gdb/debugger.c.orig 2011-10-19 09:20:26.000000000 +0200 -+++ plugins/gdb/debugger.c 2012-04-27 16:36:39.000000000 +0200 +--- plugins/gdb/debugger.c.orig 2015-09-20 09:01:33.000000000 +0200 ++++ plugins/gdb/debugger.c 2015-10-19 17:22:53.852510000 +0200 @@ -56,7 +56,7 @@ #define GDB_PROMPT "(gdb)" #define FILE_BUFFER_SIZE 1024 -#define GDB_PATH "gdb" -+#define GDB_PATH "/usr/local/bin/gdb791" ++#define GDB_PATH "%%LOCALBASE%%/bin/gdb" #define MAX_CHILDREN 25 /* Limit the number of variable children * returned by debugger */ #define SUMMARY_MAX_LENGTH 90 /* Should be smaller than 4K to be displayed diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist index 00bf2c1..55afd3d 100644 --- a/devel/anjuta/pkg-plist +++ b/devel/anjuta/pkg-plist @@ -2010,12 +2010,6 @@ share/help/zh_CN/anjuta-manual/project-wizard-template.page share/help/zh_CN/anjuta-manual/run-parameters-dialog.page share/help/zh_CN/anjuta-manual/run-run.page share/help/zh_CN/anjuta-manual/widget-index.page -share/icons/HighContrast/16x16/apps/anjuta.png -share/icons/HighContrast/22x22/apps/anjuta.png -share/icons/HighContrast/24x24/apps/anjuta.png -share/icons/HighContrast/256x256/apps/anjuta.png -share/icons/HighContrast/32x32/apps/anjuta.png -share/icons/HighContrast/48x48/apps/anjuta.png share/icons/hicolor/16x16/apps/anjuta.png share/icons/hicolor/16x16/mimetypes/application-x-anjuta.png share/icons/hicolor/22x22/apps/anjuta.png @@ -2028,6 +2022,7 @@ share/icons/hicolor/48x48/apps/anjuta.png share/icons/hicolor/48x48/mimetypes/application-x-anjuta.png share/icons/hicolor/scalable/apps/anjuta.svg share/icons/hicolor/scalable/mimetypes/application-x-anjuta.svg +share/icons/hicolor/symbolic/apps/anjuta-symbolic.svg share/locale/ar/LC_MESSAGES/anjuta.mo share/locale/ast/LC_MESSAGES/anjuta.mo share/locale/az/LC_MESSAGES/anjuta.mo @@ -2060,6 +2055,7 @@ share/locale/hy/LC_MESSAGES/anjuta.mo share/locale/id/LC_MESSAGES/anjuta.mo share/locale/it/LC_MESSAGES/anjuta.mo share/locale/ja/LC_MESSAGES/anjuta.mo +share/locale/kk/LC_MESSAGES/anjuta.mo share/locale/km/LC_MESSAGES/anjuta.mo share/locale/kn/LC_MESSAGES/anjuta.mo share/locale/ko/LC_MESSAGES/anjuta.mo diff --git a/devel/appstream-glib/Makefile b/devel/appstream-glib/Makefile index 9dd7146..a05fde0 100644 --- a/devel/appstream-glib/Makefile +++ b/devel/appstream-glib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= appstream-glib -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.7 CATEGORIES= devel MASTER_SITES= http://people.freedesktop.org/~hughsient/appstream-glib/releases/ DIST_SUBDIR= gnome3 @@ -10,23 +10,24 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Library to help with AppStream metadata -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \ gcab:${PORTSDIR}/archivers/gcab LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libyaml.so:${PORTSDIR}/textproc/libyaml \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= gcab:${PORTSDIR}/archivers/gcab -USES= gettext gperf gmake libtool pathfix pkgconfig tar:xz +USES= gettext gperf gmake gnome libarchive libtool pathfix \ + pkgconfig sqlite tar:xz USE_GNOME= gdkpixbuf2 glib20 gtk30 intlhack introspection:build \ libxml2:build pango USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_SQLITE= 3 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-xml-catalog=${LOCALBASE}/share/xml/catalog \ @@ -44,10 +45,6 @@ MANPAGES_USE= GNOME=libxslt:build .include <bsd.port.options.mk> -.if !exists(/usr/libdata/pkgconfig/libarchive.pc) -LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive -.endif - .if ${OSVERSION} < 1000000 && ${OPSYS} == FreeBSD post-patch: ${REINPLACE_CMD} -e 's|-Wtype-limits||g' \ diff --git a/devel/appstream-glib/distinfo b/devel/appstream-glib/distinfo index 70c43a6..1c01848 100644 --- a/devel/appstream-glib/distinfo +++ b/devel/appstream-glib/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/appstream-glib-0.4.1.tar.xz) = e999383cd7ab1875b345f738789cb0fe55faa5caebdf4de6507aead649592ada -SIZE (gnome3/appstream-glib-0.4.1.tar.xz) = 1822324 +SHA256 (gnome3/appstream-glib-0.5.7.tar.xz) = 6d7fe9c5a3dd4488398628ad283a6383cc5324a02f6ff504c73393adc4972264 +SIZE (gnome3/appstream-glib-0.5.7.tar.xz) = 1858904 diff --git a/devel/appstream-glib/pkg-plist b/devel/appstream-glib/pkg-plist index 8e0fa7d..e1e28a3 100644 --- a/devel/appstream-glib/pkg-plist +++ b/devel/appstream-glib/pkg-plist @@ -1,17 +1,20 @@ -bin/appdata-validate bin/appstream-builder +bin/appstream-compose bin/appstream-util include/libappstream-builder/appstream-builder.h include/libappstream-builder/asb-app.h include/libappstream-glib/appstream-glib.h +include/libappstream-glib/as-app-gettext.h include/libappstream-glib/as-app.h include/libappstream-glib/as-bundle.h +include/libappstream-glib/as-checksum.h include/libappstream-glib/as-enums.h include/libappstream-glib/as-icon.h include/libappstream-glib/as-image.h include/libappstream-glib/as-inf.h include/libappstream-glib/as-node.h include/libappstream-glib/as-problem.h +include/libappstream-glib/as-profile.h include/libappstream-glib/as-provide.h include/libappstream-glib/as-release.h include/libappstream-glib/as-screenshot.h @@ -19,63 +22,45 @@ include/libappstream-glib/as-store.h include/libappstream-glib/as-tag.h include/libappstream-glib/as-utils.h include/libappstream-glib/as-version.h -lib/asb-plugins-2/libasb_plugin_absorb.a -lib/asb-plugins-2/libasb_plugin_absorb.so -lib/asb-plugins-2/libasb_plugin_appdata.a -lib/asb-plugins-2/libasb_plugin_appdata.so -lib/asb-plugins-2/libasb_plugin_blacklist.a -lib/asb-plugins-2/libasb_plugin_blacklist.so -lib/asb-plugins-2/libasb_plugin_dbus.a -lib/asb-plugins-2/libasb_plugin_dbus.so -lib/asb-plugins-2/libasb_plugin_desktop.a -lib/asb-plugins-2/libasb_plugin_desktop.so -lib/asb-plugins-2/libasb_plugin_firmware.a -lib/asb-plugins-2/libasb_plugin_firmware.so -lib/asb-plugins-2/libasb_plugin_font.a -lib/asb-plugins-2/libasb_plugin_font.so -lib/asb-plugins-2/libasb_plugin_gettext.a -lib/asb-plugins-2/libasb_plugin_gettext.so -lib/asb-plugins-2/libasb_plugin_gir.a -lib/asb-plugins-2/libasb_plugin_gir.so -lib/asb-plugins-2/libasb_plugin_gresource.a -lib/asb-plugins-2/libasb_plugin_gresource.so -lib/asb-plugins-2/libasb_plugin_gstreamer.a -lib/asb-plugins-2/libasb_plugin_gstreamer.so -lib/asb-plugins-2/libasb_plugin_hardcoded.a -lib/asb-plugins-2/libasb_plugin_hardcoded.so -lib/asb-plugins-2/libasb_plugin_ibus_sql.a -lib/asb-plugins-2/libasb_plugin_ibus_sql.so -lib/asb-plugins-2/libasb_plugin_ibus_xml.a -lib/asb-plugins-2/libasb_plugin_ibus_xml.so -lib/asb-plugins-2/libasb_plugin_kde_notifyrc.a -lib/asb-plugins-2/libasb_plugin_kde_notifyrc.so -lib/asb-plugins-2/libasb_plugin_kde_services.a -lib/asb-plugins-2/libasb_plugin_kde_services.so -lib/asb-plugins-2/libasb_plugin_metainfo.a -lib/asb-plugins-2/libasb_plugin_metainfo.so -lib/asb-plugins-2/libasb_plugin_nm.a -lib/asb-plugins-2/libasb_plugin_nm.so +lib/asb-plugins-5/libasb_plugin_absorb.a +lib/asb-plugins-5/libasb_plugin_absorb.so +lib/asb-plugins-5/libasb_plugin_appdata.a +lib/asb-plugins-5/libasb_plugin_appdata.so +lib/asb-plugins-5/libasb_plugin_dbus.a +lib/asb-plugins-5/libasb_plugin_dbus.so +lib/asb-plugins-5/libasb_plugin_desktop.a +lib/asb-plugins-5/libasb_plugin_desktop.so +lib/asb-plugins-5/libasb_plugin_font.a +lib/asb-plugins-5/libasb_plugin_font.so +lib/asb-plugins-5/libasb_plugin_gettext.a +lib/asb-plugins-5/libasb_plugin_gettext.so +lib/asb-plugins-5/libasb_plugin_hardcoded.a +lib/asb-plugins-5/libasb_plugin_hardcoded.so lib/girepository-1.0/AppStreamBuilder-1.0.typelib lib/girepository-1.0/AppStreamGlib-1.0.typelib lib/libappstream-builder.a lib/libappstream-builder.so -lib/libappstream-builder.so.7 -lib/libappstream-builder.so.7.0.5 +lib/libappstream-builder.so.8 +lib/libappstream-builder.so.8.0.4 lib/libappstream-glib.a lib/libappstream-glib.so -lib/libappstream-glib.so.7 -lib/libappstream-glib.so.7.0.5 +lib/libappstream-glib.so.8 +lib/libappstream-glib.so.8.0.4 libdata/pkgconfig/appstream-builder.pc libdata/pkgconfig/appstream-glib.pc %%MANPAGES%%man/man1/appstream-builder.1.gz +%%MANPAGES%%man/man1/appstream-compose.1.gz %%MANPAGES%%man/man1/appstream-util.1.gz share/aclocal/appdata-xml.m4 share/aclocal/appstream-xml.m4 share/bash-completion/completions/appstream-builder share/bash-completion/completions/appstream-util +share/gettext/its/appdata.its +share/gettext/its/appdata.loc share/gir-1.0/AppStreamBuilder-1.0.gir share/gir-1.0/AppStreamGlib-1.0.gir share/gtk-doc/html/appstream-glib/AsApp.html +share/gtk-doc/html/appstream-glib/AsChecksum.html share/gtk-doc/html/appstream-glib/AsIcon.html share/gtk-doc/html/appstream-glib/AsImage.html share/gtk-doc/html/appstream-glib/AsProblem.html @@ -103,4 +88,28 @@ share/gtk-doc/html/appstream-glib/up-insensitive.png share/gtk-doc/html/appstream-glib/up.png share/installed-tests/appstream-glib/appdata-validate.test share/installed-tests/appstream-glib/destdir-check.test +share/locale/ca/LC_MESSAGES/appstream-glib.mo +share/locale/cs/LC_MESSAGES/appstream-glib.mo +share/locale/da/LC_MESSAGES/appstream-glib.mo +share/locale/de/LC_MESSAGES/appstream-glib.mo +share/locale/en_GB/LC_MESSAGES/appstream-glib.mo +share/locale/es/LC_MESSAGES/appstream-glib.mo +share/locale/fi/LC_MESSAGES/appstream-glib.mo +share/locale/fr/LC_MESSAGES/appstream-glib.mo +share/locale/gl/LC_MESSAGES/appstream-glib.mo +share/locale/hu/LC_MESSAGES/appstream-glib.mo +share/locale/it/LC_MESSAGES/appstream-glib.mo +share/locale/ko/LC_MESSAGES/appstream-glib.mo +share/locale/pl/LC_MESSAGES/appstream-glib.mo +share/locale/pt/LC_MESSAGES/appstream-glib.mo +share/locale/pt_BR/LC_MESSAGES/appstream-glib.mo share/locale/ru/LC_MESSAGES/appstream-glib.mo +share/locale/sk/LC_MESSAGES/appstream-glib.mo +share/locale/sl/LC_MESSAGES/appstream-glib.mo +share/locale/sr/LC_MESSAGES/appstream-glib.mo +share/locale/sr@latin/LC_MESSAGES/appstream-glib.mo +share/locale/sv/LC_MESSAGES/appstream-glib.mo +share/locale/tr/LC_MESSAGES/appstream-glib.mo +share/locale/uk/LC_MESSAGES/appstream-glib.mo +share/locale/zh_CN/LC_MESSAGES/appstream-glib.mo +share/locale/zh_TW/LC_MESSAGES/appstream-glib.mo diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index df91991..8880223 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dconf-editor -PORTVERSION= 3.16.1 +PORTVERSION= 3.18.2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +16,7 @@ LIB_DEPENDS= libdconf.so:${PORTSDIR}/devel/dconf PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= intltool gtk30 libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/devel/dconf-editor/distinfo b/devel/dconf-editor/distinfo index 571ad53..9cc06ce 100644 --- a/devel/dconf-editor/distinfo +++ b/devel/dconf-editor/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/dconf-editor-3.16.1.tar.xz) = 085d1d4f2acc0400b096d0dfbfcb118fd0de61a5647010ce988b2e04d7f3856e -SIZE (gnome3/dconf-editor-3.16.1.tar.xz) = 255532 +SHA256 (gnome3/dconf-editor-3.18.2.tar.xz) = a7957f5274b5b20c2dfdead5ebf42321c82fae1326465413cbafb61ede89bc75 +SIZE (gnome3/dconf-editor-3.18.2.tar.xz) = 255824 diff --git a/devel/dconf-editor/pkg-plist b/devel/dconf-editor/pkg-plist index 5d1fb26..a2f22ae 100644 --- a/devel/dconf-editor/pkg-plist +++ b/devel/dconf-editor/pkg-plist @@ -49,10 +49,12 @@ share/locale/ml/LC_MESSAGES/dconf.mo share/locale/mr/LC_MESSAGES/dconf.mo share/locale/nb/LC_MESSAGES/dconf.mo share/locale/nl/LC_MESSAGES/dconf.mo +share/locale/oc/LC_MESSAGES/dconf.mo share/locale/pa/LC_MESSAGES/dconf.mo share/locale/pl/LC_MESSAGES/dconf.mo share/locale/pt/LC_MESSAGES/dconf.mo share/locale/pt_BR/LC_MESSAGES/dconf.mo +share/locale/ro/LC_MESSAGES/dconf.mo share/locale/ru/LC_MESSAGES/dconf.mo share/locale/sk/LC_MESSAGES/dconf.mo share/locale/sl/LC_MESSAGES/dconf.mo diff --git a/devel/dconf/files/patch-docs_Makefile.in b/devel/dconf/files/patch-docs_Makefile.in index 06c6910..a1d41c9 100644 --- a/devel/dconf/files/patch-docs_Makefile.in +++ b/devel/dconf/files/patch-docs_Makefile.in @@ -1,6 +1,6 @@ ---- docs/Makefile.in.bak 2014-09-05 12:17:30.648164095 +0200 -+++ docs/Makefile.in 2014-09-05 12:17:30.689163669 +0200 -@@ -938,13 +938,13 @@ +--- docs/Makefile.in.orig 2015-05-26 11:07:25.983427000 +0200 ++++ docs/Makefile.in 2015-05-26 11:07:26.010090000 +0200 +@@ -903,13 +903,13 @@ .PHONY : dist-hook-local docs %.1: %.xml diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index a0a67b0..f478838 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= devhelp -PORTVERSION= 3.16.1 +PORTVERSION= 3.18.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,7 +14,7 @@ LIB_DEPENDS= libwebkit2gtk-4.0.so:${PORTSDIR}/www/webkit2-gtk3 PORTSCOUT= limitw:1,even -USES= compiler:c++11-lib gettext gmake libtool pathfix \ +USES= compiler:c++11-lib gettext gmake gnome libtool pathfix \ pkgconfig tar:xz USE_GNOME= gtk30 intlhack libxslt USE_XORG= x11 diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo index 87da235..7fe13a7 100644 --- a/devel/devhelp/distinfo +++ b/devel/devhelp/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/devhelp-3.16.1.tar.xz) = 673c34e6851c2848e6257da8de5edc222d41e1dbf110501bd29d7f6810f41345 -SIZE (gnome3/devhelp-3.16.1.tar.xz) = 469172 +SHA256 (gnome3/devhelp-3.18.1.tar.xz) = 303a162ad294dc6f9984898e501a06dc5d2aa9812b06801c2e39b250d8c51aef +SIZE (gnome3/devhelp-3.18.1.tar.xz) = 464312 diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist index 38e20da..b39ea3f 100644 --- a/devel/devhelp/pkg-plist +++ b/devel/devhelp/pkg-plist @@ -16,9 +16,11 @@ lib/libdevhelp-3.so lib/libdevhelp-3.so.2 lib/libdevhelp-3.so.2.0.0 libdata/pkgconfig/libdevhelp-3.0.pc +man/man1/devhelp.1.gz share/GConf/gsettings/devhelp.convert -share/appdata/devhelp.appdata.xml -share/applications/devhelp.desktop +share/appdata/org.gnome.Devhelp.appdata.xml +share/applications/org.gnome.Devhelp.desktop +share/dbus-1/services/org.gnome.Devhelp.service %%DATADIR%%/assistant/assistant.css %%DATADIR%%/assistant/assistant.js %%DATADIR%%/dtd/devhelp-1.dtd diff --git a/devel/glib20-reference/pkg-plist b/devel/glib20-reference/pkg-plist index 44db62e..72de09a 100644 --- a/devel/glib20-reference/pkg-plist +++ b/devel/glib20-reference/pkg-plist @@ -1,7 +1,3 @@ -share/doc/gio/ExampleAnimal.html -share/doc/gio/ExampleCat.html -share/doc/gio/ExampleObject.html -share/doc/gio/ExampleObjectManagerClient.html share/doc/gio/GAction.html share/doc/gio/GActionGroup.html share/doc/gio/GActionMap.html @@ -145,6 +141,7 @@ share/doc/gio/api-index-2-38.html share/doc/gio/api-index-2-40.html share/doc/gio/api-index-2-42.html share/doc/gio/api-index-2-44.html +share/doc/gio/api-index-2-46.html share/doc/gio/api-index-deprecated.html share/doc/gio/api-index-full.html share/doc/gio/application.html @@ -152,22 +149,21 @@ share/doc/gio/async.html share/doc/gio/ch01.html share/doc/gio/ch02.html share/doc/gio/ch03.html -share/doc/gio/ch31.html share/doc/gio/ch32.html -share/doc/gio/ch32s02.html -share/doc/gio/ch32s03.html share/doc/gio/ch33.html share/doc/gio/ch33s02.html share/doc/gio/ch33s03.html -share/doc/gio/ch33s04.html -share/doc/gio/ch33s05.html -share/doc/gio/ch33s06.html -share/doc/gio/ch33s07.html share/doc/gio/ch34.html share/doc/gio/ch34s02.html share/doc/gio/ch34s03.html share/doc/gio/ch34s04.html share/doc/gio/ch34s05.html +share/doc/gio/ch34s06.html +share/doc/gio/ch34s07.html +share/doc/gio/ch35.html +share/doc/gio/ch35s02.html +share/doc/gio/ch35s03.html +share/doc/gio/ch35s04.html share/doc/gio/conversion.html share/doc/gio/data-models.html share/doc/gio/extending-gio.html @@ -178,9 +174,8 @@ share/doc/gio/file_ops.html share/doc/gio/gapplication-tool.html share/doc/gio/gdbus-codegen.html share/doc/gio/gdbus-convenience.html +share/doc/gio/gdbus-example-gdbus-codegen.html share/doc/gio/gdbus-lowlevel.html -share/doc/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html -share/doc/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html share/doc/gio/gdbus.html share/doc/gio/gio-D-Bus-Addresses.html share/doc/gio/gio-D-Bus-Introspection-Data.html @@ -199,6 +194,7 @@ share/doc/gio/gio-GMenuModel-exporter.html share/doc/gio/gio-GSettingsSchema-GSettingsSchemaSource.html share/doc/gio/gio-GWin32InputStream.html share/doc/gio/gio-GWin32OutputStream.html +share/doc/gio/gio-GWin32RegistryKey.html share/doc/gio/gio-Owning-Bus-Names.html share/doc/gio/gio-TLS-Overview.html share/doc/gio/gio-Unix-Mounts.html @@ -227,6 +223,7 @@ share/doc/gio/networking.html share/doc/gio/permissions.html share/doc/gio/pt01.html share/doc/gio/pt02.html +share/doc/gio/registry.html share/doc/gio/resolver.html share/doc/gio/resources.html share/doc/gio/right-insensitive.png @@ -244,138 +241,139 @@ share/doc/gio/up-insensitive.png share/doc/gio/up.png share/doc/gio/utils.html share/doc/gio/volume_mon.html -share/doc/glib/Sorted_binary_tree_breadth-first_traversal.svg -share/doc/glib/Sorted_binary_tree_inorder.svg -share/doc/glib/Sorted_binary_tree_postorder.svg -share/doc/glib/Sorted_binary_tree_preorder.svg -share/doc/glib/annotation-glossary.html -share/doc/glib/api-index-2-10.html -share/doc/glib/api-index-2-12.html -share/doc/glib/api-index-2-14.html -share/doc/glib/api-index-2-16.html -share/doc/glib/api-index-2-18.html -share/doc/glib/api-index-2-2.html -share/doc/glib/api-index-2-20.html -share/doc/glib/api-index-2-22.html -share/doc/glib/api-index-2-24.html -share/doc/glib/api-index-2-26.html -share/doc/glib/api-index-2-28.html -share/doc/glib/api-index-2-30.html -share/doc/glib/api-index-2-32.html -share/doc/glib/api-index-2-34.html -share/doc/glib/api-index-2-36.html -share/doc/glib/api-index-2-38.html -share/doc/glib/api-index-2-4.html -share/doc/glib/api-index-2-40.html -share/doc/glib/api-index-2-42.html -share/doc/glib/api-index-2-44.html -share/doc/glib/api-index-2-6.html -share/doc/glib/api-index-2-8.html -share/doc/glib/api-index-deprecated.html -share/doc/glib/api-index-full.html -share/doc/glib/deprecated.html -share/doc/glib/file-name-encodings.png -share/doc/glib/glib-Arrays.html -share/doc/glib/glib-Asynchronous-Queues.html -share/doc/glib/glib-Atomic-Operations.html -share/doc/glib/glib-Automatic-String-Completion.html -share/doc/glib/glib-Balanced-Binary-Trees.html -share/doc/glib/glib-Base64-Encoding.html -share/doc/glib/glib-Basic-Types.html -share/doc/glib/glib-Bookmark-file-parser.html -share/doc/glib/glib-Byte-Arrays.html -share/doc/glib/glib-Byte-Order-Macros.html -share/doc/glib/glib-Caches.html -share/doc/glib/glib-Character-Set-Conversion.html -share/doc/glib/glib-Commandline-option-parser.html -share/doc/glib/glib-Data-Checksums.html -share/doc/glib/glib-Data-HMACs.html -share/doc/glib/glib-Datasets.html -share/doc/glib/glib-Date-and-Time-Functions.html -share/doc/glib/glib-Deprecated-Thread-APIs.html -share/doc/glib/glib-Double-ended-Queues.html -share/doc/glib/glib-Doubly-Linked-Lists.html -share/doc/glib/glib-Dynamic-Loading-of-Modules.html -share/doc/glib/glib-Error-Reporting.html -share/doc/glib/glib-File-Utilities.html -share/doc/glib/glib-GDateTime.html -share/doc/glib/glib-GTimeZone.html -share/doc/glib/glib-GVariant.html -share/doc/glib/glib-GVariantType.html -share/doc/glib/glib-Glob-style-pattern-matching.html -share/doc/glib/glib-Hash-Tables.html -share/doc/glib/glib-Hook-Functions.html -share/doc/glib/glib-Hostname-Utilities.html -share/doc/glib/glib-I18N.html -share/doc/glib/glib-IO-Channels.html -share/doc/glib/glib-Key-value-file-parser.html -share/doc/glib/glib-Keyed-Data-Lists.html -share/doc/glib/glib-Lexical-Scanner.html -share/doc/glib/glib-Memory-Allocation.html -share/doc/glib/glib-Memory-Slices.html -share/doc/glib/glib-Message-Logging.html -share/doc/glib/glib-Miscellaneous-Macros.html -share/doc/glib/glib-Miscellaneous-Utility-Functions.html -share/doc/glib/glib-N-ary-Trees.html -share/doc/glib/glib-Numerical-Definitions.html -share/doc/glib/glib-Perl-compatible-regular-expressions.html -share/doc/glib/glib-Pointer-Arrays.html -share/doc/glib/glib-Quarks.html -share/doc/glib/glib-Random-Numbers.html -share/doc/glib/glib-Relations-and-Tuples.html -share/doc/glib/glib-Sequences.html -share/doc/glib/glib-Shell-related-Utilities.html -share/doc/glib/glib-Simple-XML-Subset-Parser.html -share/doc/glib/glib-Singly-Linked-Lists.html -share/doc/glib/glib-Spawning-Processes.html -share/doc/glib/glib-Standard-Macros.html -share/doc/glib/glib-String-Chunks.html -share/doc/glib/glib-String-Utility-Functions.html -share/doc/glib/glib-Strings.html -share/doc/glib/glib-Testing.html -share/doc/glib/glib-The-Main-Event-Loop.html -share/doc/glib/glib-Thread-Pools.html -share/doc/glib/glib-Threads.html -share/doc/glib/glib-Timers.html -share/doc/glib/glib-Trash-Stacks.html -share/doc/glib/glib-Type-Conversion-Macros.html -share/doc/glib/glib-UNIX-specific-utilities-and-integration.html -share/doc/glib/glib-URI-Functions.html -share/doc/glib/glib-Unicode-Manipulation.html -share/doc/glib/glib-Version-Information.html -share/doc/glib/glib-Warnings-and-Assertions.html -share/doc/glib/glib-Windows-Compatibility-Functions.html -share/doc/glib/glib-building.html -share/doc/glib/glib-changes.html -share/doc/glib/glib-compiling.html -share/doc/glib/glib-core.html -share/doc/glib/glib-cross-compiling.html -share/doc/glib/glib-data-types.html -share/doc/glib/glib-fundamentals.html -share/doc/glib/glib-gettextize.html -share/doc/glib/glib-programming.html -share/doc/glib/glib-regex-syntax.html -share/doc/glib/glib-resources.html -share/doc/glib/glib-running.html -share/doc/glib/glib-utilities.html -share/doc/glib/glib.devhelp2 -share/doc/glib/glib.html -share/doc/glib/gtester-report.html -share/doc/glib/gtester.html -share/doc/glib/gvariant-format-strings.html -share/doc/glib/gvariant-text.html -share/doc/glib/home.png -share/doc/glib/index.html -share/doc/glib/index.sgml -share/doc/glib/left-insensitive.png -share/doc/glib/left.png -share/doc/glib/mainloop-states.gif -share/doc/glib/right-insensitive.png -share/doc/glib/right.png -share/doc/glib/style.css -share/doc/glib/tools.html -share/doc/glib/up-insensitive.png -share/doc/glib/up.png +%%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_breadth-first_traversal.svg +%%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_inorder.svg +%%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_postorder.svg +%%PORTDOCS%%%%DOCSDIR%%/Sorted_binary_tree_preorder.svg +%%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-10.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-12.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-14.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-16.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-18.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-2.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-20.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-22.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-24.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-26.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-28.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-30.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-32.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-34.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-36.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-38.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-4.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-40.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-42.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-44.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-46.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-6.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-2-8.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-deprecated.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-full.html +%%PORTDOCS%%%%DOCSDIR%%/deprecated.html +%%PORTDOCS%%%%DOCSDIR%%/file-name-encodings.png +%%PORTDOCS%%%%DOCSDIR%%/glib-Arrays.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Asynchronous-Queues.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Atomic-Operations.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Automatic-String-Completion.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Balanced-Binary-Trees.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Base64-Encoding.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Basic-Types.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Bookmark-file-parser.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Byte-Arrays.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Byte-Order-Macros.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Caches.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Character-Set-Conversion.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Commandline-option-parser.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Data-Checksums.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Data-HMACs.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Datasets.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Date-and-Time-Functions.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Deprecated-Thread-APIs.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Double-ended-Queues.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Doubly-Linked-Lists.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Dynamic-Loading-of-Modules.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Error-Reporting.html +%%PORTDOCS%%%%DOCSDIR%%/glib-File-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/glib-GDateTime.html +%%PORTDOCS%%%%DOCSDIR%%/glib-GTimeZone.html +%%PORTDOCS%%%%DOCSDIR%%/glib-GVariant.html +%%PORTDOCS%%%%DOCSDIR%%/glib-GVariantType.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Glob-style-pattern-matching.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Hash-Tables.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Hook-Functions.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Hostname-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/glib-I18N.html +%%PORTDOCS%%%%DOCSDIR%%/glib-IO-Channels.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Key-value-file-parser.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Keyed-Data-Lists.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Lexical-Scanner.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Memory-Allocation.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Memory-Slices.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Message-Logging.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Miscellaneous-Macros.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Miscellaneous-Utility-Functions.html +%%PORTDOCS%%%%DOCSDIR%%/glib-N-ary-Trees.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Numerical-Definitions.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Perl-compatible-regular-expressions.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Pointer-Arrays.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Quarks.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Random-Numbers.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Relations-and-Tuples.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Sequences.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Shell-related-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Simple-XML-Subset-Parser.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Singly-Linked-Lists.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Spawning-Processes.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Standard-Macros.html +%%PORTDOCS%%%%DOCSDIR%%/glib-String-Chunks.html +%%PORTDOCS%%%%DOCSDIR%%/glib-String-Utility-Functions.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Strings.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Testing.html +%%PORTDOCS%%%%DOCSDIR%%/glib-The-Main-Event-Loop.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Thread-Pools.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Threads.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Timers.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Trash-Stacks.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Type-Conversion-Macros.html +%%PORTDOCS%%%%DOCSDIR%%/glib-UNIX-specific-utilities-and-integration.html +%%PORTDOCS%%%%DOCSDIR%%/glib-URI-Functions.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Unicode-Manipulation.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Version-Information.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Warnings-and-Assertions.html +%%PORTDOCS%%%%DOCSDIR%%/glib-Windows-Compatibility-Functions.html +%%PORTDOCS%%%%DOCSDIR%%/glib-building.html +%%PORTDOCS%%%%DOCSDIR%%/glib-changes.html +%%PORTDOCS%%%%DOCSDIR%%/glib-compiling.html +%%PORTDOCS%%%%DOCSDIR%%/glib-core.html +%%PORTDOCS%%%%DOCSDIR%%/glib-cross-compiling.html +%%PORTDOCS%%%%DOCSDIR%%/glib-data-types.html +%%PORTDOCS%%%%DOCSDIR%%/glib-fundamentals.html +%%PORTDOCS%%%%DOCSDIR%%/glib-gettextize.html +%%PORTDOCS%%%%DOCSDIR%%/glib-programming.html +%%PORTDOCS%%%%DOCSDIR%%/glib-regex-syntax.html +%%PORTDOCS%%%%DOCSDIR%%/glib-resources.html +%%PORTDOCS%%%%DOCSDIR%%/glib-running.html +%%PORTDOCS%%%%DOCSDIR%%/glib-utilities.html +%%PORTDOCS%%%%DOCSDIR%%/glib.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%/glib.html +%%PORTDOCS%%%%DOCSDIR%%/gtester-report.html +%%PORTDOCS%%%%DOCSDIR%%/gtester.html +%%PORTDOCS%%%%DOCSDIR%%/gvariant-format-strings.html +%%PORTDOCS%%%%DOCSDIR%%/gvariant-text.html +%%PORTDOCS%%%%DOCSDIR%%/home.png +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/left-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%/left.png +%%PORTDOCS%%%%DOCSDIR%%/mainloop-states.gif +%%PORTDOCS%%%%DOCSDIR%%/right-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%/right.png +%%PORTDOCS%%%%DOCSDIR%%/style.css +%%PORTDOCS%%%%DOCSDIR%%/tools.html +%%PORTDOCS%%%%DOCSDIR%%/up-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%/up.png share/doc/gobject/GBinding.html share/doc/gobject/GTypeModule.html share/doc/gobject/GTypePlugin.html @@ -398,6 +396,7 @@ share/doc/gobject/api-index-2-4.html share/doc/gobject/api-index-2-40.html share/doc/gobject/api-index-2-42.html share/doc/gobject/api-index-2-44.html +share/doc/gobject/api-index-2-46.html share/doc/gobject/api-index-2-6.html share/doc/gobject/api-index-2-8.html share/doc/gobject/api-index-deprecated.html diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 9cfc5cb..f18e501 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= glib -PORTVERSION= 2.44.1 -PORTREVISION= 3 +PORTVERSION= 2.46.2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -25,7 +24,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) -USES+= gettext gmake iconv:wchar_t libtool pathfix perl5 \ +USES+= gettext gmake gnome iconv:wchar_t libtool pathfix perl5 \ pkgconfig python shebangfix USE_PYTHON= py3kplist CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ @@ -40,7 +39,7 @@ INSTALL_TARGET= install-strip SHEBANG_FILES= */*.pl -LIBVERSION= 0.4400.1 +LIBVERSION= 0.4600.2 PLIST_SUB+= LIBVERSION=${LIBVERSION} glib_MAN= gtester.1 gtester-report.1 glib-gettextize.1 diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index e7c06a6..d8ef11a 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/glib-2.44.1.tar.xz) = 8811deacaf8a503d0a9b701777ea079ca6a4277be10e3d730d2112735d5eca07 -SIZE (gnome2/glib-2.44.1.tar.xz) = 7132940 +SHA256 (gnome2/glib-2.46.2.tar.xz) = 5031722e37036719c1a09163cc6cf7c326e4c4f1f1e074b433c156862bd733db +SIZE (gnome2/glib-2.46.2.tar.xz) = 7344636 diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile index eb6425f..755335f 100644 --- a/devel/gnome-common/Makefile +++ b/devel/gnome-common/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-common -PORTVERSION= 3.14.0 -PORTREVISION= 1 +PORTVERSION= 3.18.0 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,13 +11,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Common automake macros for GNOME 3 BUILD_DEPENDS= autoconf-archive>=0:${PORTSDIR}/devel/autoconf-archive +RUN_DEPENDS= autoconf-archive>=0:${PORTSDIR}/devel/autoconf-archive -USES= gmake pkgconfig tar:xz +USES= gmake gnome pkgconfig tar:xz GNU_CONFIGURE= yes - -# remove files provided by autoconf-archive -post-install: - @${RM} ${STAGEDIR}${PREFIX}/share/aclocal/ax_check_enable_debug.m4 - @${RM} ${STAGEDIR}${PREFIX}/share/aclocal/ax_code_coverage.m4 +CONFIGURE_ARGS= --with-autoconf-archive .include <bsd.port.mk> diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo index 21719b5..3f1c9a8 100644 --- a/devel/gnome-common/distinfo +++ b/devel/gnome-common/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gnome-common-3.14.0.tar.xz) = 4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c -SIZE (gnome2/gnome-common-3.14.0.tar.xz) = 156320 +SHA256 (gnome2/gnome-common-3.18.0.tar.xz) = 22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf +SIZE (gnome2/gnome-common-3.18.0.tar.xz) = 155804 diff --git a/devel/gnome-common/pkg-plist b/devel/gnome-common/pkg-plist index c6a577c..7ea893b 100644 --- a/devel/gnome-common/pkg-plist +++ b/devel/gnome-common/pkg-plist @@ -1,7 +1,4 @@ bin/gnome-autogen.sh -bin/gnome-doc-common share/aclocal/gnome-code-coverage.m4 share/aclocal/gnome-common.m4 share/aclocal/gnome-compiler-flags.m4 -%%DATADIR%%/data/omf.make -%%DATADIR%%/data/xmldocs.make diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 20f2504..47d5ab7 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gobject-introspection -PORTVERSION= 1.44.0 +PORTVERSION= 1.46.0 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +16,7 @@ LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi PORTSCOUT= limitw:1,even -USES= bison gettext gmake libtool pathfix pkgconfig \ +USES= bison gettext gmake gnome libtool pathfix pkgconfig \ python:2 tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 diff --git a/devel/gobject-introspection/distinfo b/devel/gobject-introspection/distinfo index 9579783..82b5c6d 100644 --- a/devel/gobject-introspection/distinfo +++ b/devel/gobject-introspection/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gobject-introspection-1.44.0.tar.xz) = 6f0c2c28aeaa37b5037acbf21558098c4f95029b666db755d3a12c2f1e1627ad -SIZE (gnome3/gobject-introspection-1.44.0.tar.xz) = 1319168 +SHA256 (gnome3/gobject-introspection-1.46.0.tar.xz) = 6658bd3c2b8813eb3e2511ee153238d09ace9d309e4574af27443d87423e4233 +SIZE (gnome3/gobject-introspection-1.46.0.tar.xz) = 1359436 diff --git a/devel/gobject-introspection/pkg-plist b/devel/gobject-introspection/pkg-plist index 9033407..62c1cc3 100644 --- a/devel/gobject-introspection/pkg-plist +++ b/devel/gobject-introspection/pkg-plist @@ -147,6 +147,9 @@ lib/gobject-introspection/giscanner/maintransformer.pyo lib/gobject-introspection/giscanner/message.py lib/gobject-introspection/giscanner/message.pyc lib/gobject-introspection/giscanner/message.pyo +lib/gobject-introspection/giscanner/msvccompiler.py +lib/gobject-introspection/giscanner/msvccompiler.pyc +lib/gobject-introspection/giscanner/msvccompiler.pyo lib/gobject-introspection/giscanner/scannermain.py lib/gobject-introspection/giscanner/scannermain.pyc lib/gobject-introspection/giscanner/scannermain.pyo @@ -198,22 +201,22 @@ share/gir-1.0/xfixes-4.0.gir share/gir-1.0/xft-2.0.gir share/gir-1.0/xlib-2.0.gir share/gir-1.0/xrandr-1.3.gir -share/gobject-introspection-1.0/Makefile.introspection -share/gobject-introspection-1.0/gdump.c -share/gobject-introspection-1.0/tests/annotation.c -share/gobject-introspection-1.0/tests/annotation.h -share/gobject-introspection-1.0/tests/drawable.c -share/gobject-introspection-1.0/tests/drawable.h -share/gobject-introspection-1.0/tests/everything.c -share/gobject-introspection-1.0/tests/everything.h -share/gobject-introspection-1.0/tests/foo.c -share/gobject-introspection-1.0/tests/foo.h -share/gobject-introspection-1.0/tests/gimarshallingtests.c -share/gobject-introspection-1.0/tests/gimarshallingtests.h -share/gobject-introspection-1.0/tests/gitestmacros.h -share/gobject-introspection-1.0/tests/regress.c -share/gobject-introspection-1.0/tests/regress.h -share/gobject-introspection-1.0/tests/utility.c -share/gobject-introspection-1.0/tests/utility.h -share/gobject-introspection-1.0/tests/warnlib.c -share/gobject-introspection-1.0/tests/warnlib.h +%%DATADIR%%-1.0/Makefile.introspection +%%DATADIR%%-1.0/gdump.c +%%DATADIR%%-1.0/tests/annotation.c +%%DATADIR%%-1.0/tests/annotation.h +%%DATADIR%%-1.0/tests/drawable.c +%%DATADIR%%-1.0/tests/drawable.h +%%DATADIR%%-1.0/tests/everything.c +%%DATADIR%%-1.0/tests/everything.h +%%DATADIR%%-1.0/tests/foo.c +%%DATADIR%%-1.0/tests/foo.h +%%DATADIR%%-1.0/tests/gimarshallingtests.c +%%DATADIR%%-1.0/tests/gimarshallingtests.h +%%DATADIR%%-1.0/tests/gitestmacros.h +%%DATADIR%%-1.0/tests/regress.c +%%DATADIR%%-1.0/tests/regress.h +%%DATADIR%%-1.0/tests/utility.c +%%DATADIR%%-1.0/tests/utility.h +%%DATADIR%%-1.0/tests/warnlib.c +%%DATADIR%%-1.0/tests/warnlib.h diff --git a/devel/gsettings-desktop-schemas/Makefile b/devel/gsettings-desktop-schemas/Makefile index 4674349..0a97c38 100644 --- a/devel/gsettings-desktop-schemas/Makefile +++ b/devel/gsettings-desktop-schemas/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gsettings-desktop-schemas -PORTVERSION= 3.16.1 +PORTVERSION= 3.18.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/fonts/conf.avail/31-cantarell.conf:${PORTSDIR}/x11 PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix perl5 pkgconfig tar:xz +USES= gettext gmake gnome pathfix perl5 pkgconfig tar:xz USE_PERL5= build USE_GNOME= intltool glib20 introspection:build GNU_CONFIGURE= yes diff --git a/devel/gsettings-desktop-schemas/distinfo b/devel/gsettings-desktop-schemas/distinfo index 70d0a03..6889cd9 100644 --- a/devel/gsettings-desktop-schemas/distinfo +++ b/devel/gsettings-desktop-schemas/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gsettings-desktop-schemas-3.16.1.tar.xz) = 74fe9fdad510c8a6666febeceb7ebafc581ef990b3afcc8c1e8b5d90b24b3461 -SIZE (gnome3/gsettings-desktop-schemas-3.16.1.tar.xz) = 547752 +SHA256 (gnome3/gsettings-desktop-schemas-3.18.1.tar.xz) = 258713b2a3dc6b6590971bcfc81f98d78ea9827d60e2f55ffbe40d9cd0f99a1a +SIZE (gnome3/gsettings-desktop-schemas-3.18.1.tar.xz) = 573792 diff --git a/devel/gsettings-desktop-schemas/pkg-plist b/devel/gsettings-desktop-schemas/pkg-plist index 068317f..e770fad 100644 --- a/devel/gsettings-desktop-schemas/pkg-plist +++ b/devel/gsettings-desktop-schemas/pkg-plist @@ -32,6 +32,7 @@ share/locale/lt/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/lv/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/ml/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/nb/LC_MESSAGES/gsettings-desktop-schemas.mo +share/locale/oc/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/or/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/pa/LC_MESSAGES/gsettings-desktop-schemas.mo share/locale/pl/LC_MESSAGES/gsettings-desktop-schemas.mo diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index ab6aaf1..83d8582 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gvfs -PORTVERSION= 1.24.2 +PORTVERSION= 1.26.2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,11 +14,12 @@ BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ + libgcr-base-3.so:${PORTSDIR}/security/gcr \ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring PORTSCOUT= limitw:1,even -USES= gettext gmake libarchive libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libarchive libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 intlhack libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -42,12 +43,13 @@ INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.system.gvfs.enums.xml OPTIONS_SUB= yes -OPTIONS_DEFINE= AVAHI SAMBA GPHOTO2 CDDA HAL FUSE AFC -OPTIONS_DEFAULT=AVAHI SAMBA GPHOTO2 CDDA HAL FUSE +OPTIONS_DEFINE= AVAHI SAMBA GPHOTO2 CDDA HAL FUSE AFC GOOGLE +OPTIONS_DEFAULT=AVAHI SAMBA GPHOTO2 CDDA HAL FUSE GOOGLE CDDA_DESC= CDDA (enables HAL) GPHOTO2_DESC= Gphoto 2 camera support (enables HAL) SAMBA_DESC= Samba support AFC_DESC= Apple device support +GOOGLE_DESC= Google backend FUSE_USES= fuse FUSE_CONFIGURE_ENABLE= fuse @@ -68,6 +70,10 @@ AFC_LIB_DEPENDS= libimobiledevice.so:${PORTSDIR}/comms/libimobiledevice \ libplist.so:${PORTSDIR}/devel/libplist AFC_CONFIGURE_ENABLE= afc +GOOGLE_CONFIGURE_ENABLE= google +GOOGLE_LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \ + libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSAMBA} @@ -93,5 +99,6 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/remote-volume-monitors + @${RM} -rf ${STAGEDIR}${PREFIX}/lib/systemd .include <bsd.port.mk> diff --git a/devel/gvfs/distinfo b/devel/gvfs/distinfo index 4e865d0..cd4745e 100644 --- a/devel/gvfs/distinfo +++ b/devel/gvfs/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gvfs-1.24.2.tar.xz) = 0949eaedd1df7175f8d7ee2700df8210d1f854b8ee37d963bc32ee7091eeb228 -SIZE (gnome3/gvfs-1.24.2.tar.xz) = 1627808 +SHA256 (gnome3/gvfs-1.26.2.tar.xz) = 695b6e0f3de5ac2cb4d188917edef3f13299328150a2413f1a7131d9b2d48d18 +SIZE (gnome3/gvfs-1.26.2.tar.xz) = 1680404 diff --git a/devel/gvfs/files/patch-client_Makefile.in b/devel/gvfs/files/patch-client_Makefile.in index 1470cbc..a180619 100644 --- a/devel/gvfs/files/patch-client_Makefile.in +++ b/devel/gvfs/files/patch-client_Makefile.in @@ -1,11 +1,11 @@ ---- client/Makefile.in.orig 2010-12-26 18:25:46.000000000 +0100 -+++ client/Makefile.in 2010-12-26 18:26:12.000000000 +0100 -@@ -196,7 +196,7 @@ - EXPAT_LIBS = @EXPAT_LIBS@ +--- client/Makefile.in.orig 2015-08-17 21:54:17.000000000 +0200 ++++ client/Makefile.in 2015-08-17 21:54:39.000000000 +0200 +@@ -292,7 +292,7 @@ + EXEEXT = @EXEEXT@ FGREP = @FGREP@ FUSE_CFLAGS = @FUSE_CFLAGS@ -FUSE_LIBS = @FUSE_LIBS@ +FUSE_LIBS = @FUSE_LIBS@ -lfuse + GCR_CFLAGS = @GCR_CFLAGS@ + GCR_LIBS = @GCR_LIBS@ GDU_CFLAGS = @GDU_CFLAGS@ - GDU_LIBS = @GDU_LIBS@ - GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ diff --git a/devel/gvfs/pkg-plist b/devel/gvfs/pkg-plist index 874baa1..b31c419 100644 --- a/devel/gvfs/pkg-plist +++ b/devel/gvfs/pkg-plist @@ -37,6 +37,7 @@ libexec/gvfsd-dav %%AVAHI%%libexec/gvfsd-dnssd libexec/gvfsd-ftp %%FUSE%%libexec/gvfsd-fuse +%%GOOGLE%%libexec/gvfsd-google %%GPHOTO2%%libexec/gvfsd-gphoto2 libexec/gvfsd-http libexec/gvfsd-localtest @@ -86,11 +87,11 @@ share/bash-completion/completions/gvfs-save share/bash-completion/completions/gvfs-set-attribute share/bash-completion/completions/gvfs-trash share/bash-completion/completions/gvfs-tree -share/dbus-1/services/gvfs-daemon.service -share/dbus-1/services/gvfs-metadata.service -%%AFC%%share/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service -%%GPHOTO2%%share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service -%%HAL%%share/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service +share/dbus-1/services/org.gtk.vfs.Daemon.service +share/dbus-1/services/org.gtk.vfs.Metadata.service +%%AFC%%share/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service +%%GPHOTO2%%share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service +%%HAL%%share/dbus-1/services/org.gtk.vfs.HalVolumeMonitor.service %%AFC%%%%DATADIR%%/mounts/afc.mount share/gvfs/mounts/afp-browse.mount share/gvfs/mounts/afp.mount @@ -102,6 +103,8 @@ share/gvfs/mounts/afp.mount %%AVAHI%%%%DATADIR%%/mounts/dav+sd.mount %%AVAHI%%%%DATADIR%%/mounts/dns-sd.mount %%DATADIR%%/mounts/ftp.mount +%%DATADIR%%/mounts/ftps.mount +%%GOOGLE%%%%DATADIR%%/mounts/google.mount %%GPHOTO2%%%%DATADIR%%/mounts/gphoto2.mount %%DATADIR%%/mounts/http.mount %%DATADIR%%/mounts/localtest.mount diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index 8201075..1f0c5e4 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -1,9 +1,8 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/libgdata/Makefile 20049 2014-11-10 09:22:03Z gusi $ PORTNAME= libgdata -PORTVERSION= 0.16.1 +PORTVERSION= 0.17.4 CATEGORIES= devel MASTER_SITES= GNOME @@ -20,7 +19,7 @@ LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ liboauth.so:${PORTSDIR}/net/liboauth RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomeprefix intlhack \ introspection:build USE_LDCONFIG= yes diff --git a/devel/libgdata/distinfo b/devel/libgdata/distinfo index 88c9a18..7051e5d 100644 --- a/devel/libgdata/distinfo +++ b/devel/libgdata/distinfo @@ -1,2 +1,2 @@ -SHA256 (libgdata-0.16.1.tar.xz) = 8740e071ecb2ae0d2a4b9f180d2ae5fdf9dc4c41e7ff9dc7e057f62442800827 -SIZE (libgdata-0.16.1.tar.xz) = 1551960 +SHA256 (libgdata-0.17.4.tar.xz) = 9f15fe0efe4d9a001d45853891ab3a7c45cadc4dea2252944b7341903ce1d1f6 +SIZE (libgdata-0.17.4.tar.xz) = 1544404 diff --git a/devel/libgdata/pkg-plist b/devel/libgdata/pkg-plist index c7ec6c5..9d6c142 100644 --- a/devel/libgdata/pkg-plist +++ b/devel/libgdata/pkg-plist @@ -36,6 +36,7 @@ include/libgdata/gdata/gdata-enums.h include/libgdata/gdata/gdata-feed.h include/libgdata/gdata/gdata-goa-authorizer.h include/libgdata/gdata/gdata-oauth1-authorizer.h +include/libgdata/gdata/gdata-oauth2-authorizer.h include/libgdata/gdata/gdata-parsable.h include/libgdata/gdata/gdata-query.h include/libgdata/gdata/gdata-service.h @@ -48,6 +49,7 @@ include/libgdata/gdata/media/gdata-media-content.h include/libgdata/gdata/media/gdata-media-credit.h include/libgdata/gdata/media/gdata-media-enums.h include/libgdata/gdata/media/gdata-media-thumbnail.h +include/libgdata/gdata/services/calendar/gdata-calendar-access-rule.h include/libgdata/gdata/services/calendar/gdata-calendar-calendar.h include/libgdata/gdata/services/calendar/gdata-calendar-event.h include/libgdata/gdata/services/calendar/gdata-calendar-feed.h @@ -57,6 +59,7 @@ include/libgdata/gdata/services/contacts/gdata-contacts-contact.h include/libgdata/gdata/services/contacts/gdata-contacts-group.h include/libgdata/gdata/services/contacts/gdata-contacts-query.h include/libgdata/gdata/services/contacts/gdata-contacts-service.h +include/libgdata/gdata/services/documents/gdata-documents-access-rule.h include/libgdata/gdata/services/documents/gdata-documents-document.h include/libgdata/gdata/services/documents/gdata-documents-drawing.h include/libgdata/gdata/services/documents/gdata-documents-entry.h @@ -95,6 +98,7 @@ include/libgdata/gdata/services/youtube/gdata-youtube-comment.h include/libgdata/gdata/services/youtube/gdata-youtube-content.h include/libgdata/gdata/services/youtube/gdata-youtube-credit.h include/libgdata/gdata/services/youtube/gdata-youtube-enums.h +include/libgdata/gdata/services/youtube/gdata-youtube-feed.h include/libgdata/gdata/services/youtube/gdata-youtube-query.h include/libgdata/gdata/services/youtube/gdata-youtube-service.h include/libgdata/gdata/services/youtube/gdata-youtube-state.h @@ -102,8 +106,8 @@ include/libgdata/gdata/services/youtube/gdata-youtube-video.h lib/girepository-1.0/GData-0.0.typelib lib/libgdata.a lib/libgdata.so -lib/libgdata.so.19 -lib/libgdata.so.19.2.1 +lib/libgdata.so.22 +lib/libgdata.so.22.1.2 libdata/pkgconfig/libgdata.pc share/doc/gdata/GDataAPPCategories.html share/doc/gdata/GDataAccessHandler.html @@ -113,6 +117,7 @@ share/doc/gdata/GDataAuthorizationDomain.html share/doc/gdata/GDataAuthorizer.html share/doc/gdata/GDataBatchOperation.html share/doc/gdata/GDataBatchable.html +share/doc/gdata/GDataCalendarAccessRule.html share/doc/gdata/GDataCalendarCalendar.html share/doc/gdata/GDataCalendarEvent.html share/doc/gdata/GDataCalendarFeed.html @@ -127,6 +132,7 @@ share/doc/gdata/GDataContactsContact.html share/doc/gdata/GDataContactsGroup.html share/doc/gdata/GDataContactsQuery.html share/doc/gdata/GDataContactsService.html +share/doc/gdata/GDataDocumentsAccessRule.html share/doc/gdata/GDataDocumentsDocument.html share/doc/gdata/GDataDocumentsDrawing.html share/doc/gdata/GDataDocumentsEntry.html @@ -174,6 +180,7 @@ share/doc/gdata/GDataMediaContent.html share/doc/gdata/GDataMediaCredit.html share/doc/gdata/GDataMediaThumbnail.html share/doc/gdata/GDataOAuth1Authorizer.html +share/doc/gdata/GDataOAuth2Authorizer.html share/doc/gdata/GDataParsable.html share/doc/gdata/GDataPicasaWebAlbum.html share/doc/gdata/GDataPicasaWebComment.html @@ -193,13 +200,12 @@ share/doc/gdata/GDataYouTubeCategory.html share/doc/gdata/GDataYouTubeComment.html share/doc/gdata/GDataYouTubeContent.html share/doc/gdata/GDataYouTubeCredit.html +share/doc/gdata/GDataYouTubeFeed.html share/doc/gdata/GDataYouTubeQuery.html share/doc/gdata/GDataYouTubeService.html share/doc/gdata/GDataYouTubeState.html share/doc/gdata/GDataYouTubeVideo.html share/doc/gdata/annotation-glossary.html -share/doc/gdata/api-index-deprecated.html -share/doc/gdata/api-index-full.html share/doc/gdata/cancellation.png share/doc/gdata/ch01.html share/doc/gdata/ch02.html @@ -228,7 +234,8 @@ share/doc/gdata/gdata-running.html share/doc/gdata/gdata.devhelp2 share/doc/gdata/home.png share/doc/gdata/index.html -share/doc/gdata/index.sgml +share/doc/gdata/ix01.html +share/doc/gdata/ix02.html share/doc/gdata/ix03.html share/doc/gdata/ix04.html share/doc/gdata/ix05.html @@ -248,6 +255,8 @@ share/doc/gdata/ix18.html share/doc/gdata/ix19.html share/doc/gdata/ix20.html share/doc/gdata/ix21.html +share/doc/gdata/ix22.html +share/doc/gdata/ix23.html share/doc/gdata/left-insensitive.png share/doc/gdata/left.png share/doc/gdata/pt01.html @@ -267,6 +276,7 @@ share/locale/as/LC_MESSAGES/gdata.mo share/locale/be/LC_MESSAGES/gdata.mo share/locale/bg/LC_MESSAGES/gdata.mo share/locale/bn_IN/LC_MESSAGES/gdata.mo +share/locale/bs/LC_MESSAGES/gdata.mo share/locale/ca/LC_MESSAGES/gdata.mo share/locale/ca@valencia/LC_MESSAGES/gdata.mo share/locale/cs/LC_MESSAGES/gdata.mo @@ -276,8 +286,8 @@ share/locale/el/LC_MESSAGES/gdata.mo share/locale/en_GB/LC_MESSAGES/gdata.mo share/locale/eo/LC_MESSAGES/gdata.mo share/locale/es/LC_MESSAGES/gdata.mo -share/locale/eu/LC_MESSAGES/gdata.mo share/locale/et/LC_MESSAGES/gdata.mo +share/locale/eu/LC_MESSAGES/gdata.mo share/locale/fi/LC_MESSAGES/gdata.mo share/locale/fr/LC_MESSAGES/gdata.mo share/locale/gl/LC_MESSAGES/gdata.mo @@ -296,6 +306,7 @@ share/locale/ml/LC_MESSAGES/gdata.mo share/locale/mr/LC_MESSAGES/gdata.mo share/locale/nb/LC_MESSAGES/gdata.mo share/locale/nl/LC_MESSAGES/gdata.mo +share/locale/oc/LC_MESSAGES/gdata.mo share/locale/or/LC_MESSAGES/gdata.mo share/locale/pa/LC_MESSAGES/gdata.mo share/locale/pl/LC_MESSAGES/gdata.mo diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index ead143d..06cb91a 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libgtop -PORTVERSION= 2.31.90 +PORTVERSION= 2.32.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,7 +12,8 @@ COMMENT= GNOME top library USE_PERL5= build USE_XORG= xau -USES= gettext gmake libtool makeinfo pathfix perl5 pkgconfig tar:xz +USES= gettext gmake gnome libtool makeinfo pathfix perl5 \ + pkgconfig tar:xz USE_GNOME= gnomeprefix glib20 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo index 4c0d997..954f99e 100644 --- a/devel/libgtop/distinfo +++ b/devel/libgtop/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/libgtop-2.31.90.tar.xz) = d58cfbb9af04239983a5102e7e54ae195aea4f2d8f9e8e6a6c60f57572e02b35 -SIZE (gnome2/libgtop-2.31.90.tar.xz) = 665276 +SHA256 (gnome2/libgtop-2.32.0.tar.xz) = 8443246332f22b33e389f565825b58cd9623fb7625bf874d404354b705ad178e +SIZE (gnome2/libgtop-2.32.0.tar.xz) = 665224 diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist index 216bee0..3064402 100644 --- a/devel/libgtop/pkg-plist +++ b/devel/libgtop/pkg-plist @@ -37,7 +37,6 @@ include/libgtop-2.0/glibtop/sysdeps.h include/libgtop-2.0/glibtop/sysinfo.h include/libgtop-2.0/glibtop/union.h include/libgtop-2.0/glibtop/uptime.h -include/libgtop-2.0/glibtop/version.h include/libgtop-2.0/glibtop_machine.h include/libgtop-2.0/glibtop_server.h include/libgtop-2.0/glibtop_suid.h diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index 11f7e7a..8ea2ca1 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libpeas -PORTVERSION= 1.14.0 -PORTREVISION?= 1 +PORTVERSION= 1.16.0 +PORTREVISION?= 0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -22,7 +22,7 @@ LIB_DEPENDS+= libpeas-1.0.so:${PORTSDIR}/devel/libpeas PORTSCOUT= ignore:1 .endif -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= gtk30 intlhack introspection:build USE_LDCONFIG= yes INSTALLS_ICONS= yes diff --git a/devel/libpeas/distinfo b/devel/libpeas/distinfo index b745b7e..5b06e73 100644 --- a/devel/libpeas/distinfo +++ b/devel/libpeas/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/libpeas-1.14.0.tar.xz) = 5e4b3a8968b71497ab26a7a528c414c4c640c5724328fa3507854f04788e2d76 -SIZE (gnome3/libpeas-1.14.0.tar.xz) = 546092 +SHA256 (gnome3/libpeas-1.16.0.tar.xz) = b093008ecd65f7d55c80517589509698ff15ad41f664b11a3eb88ff461b1454e +SIZE (gnome3/libpeas-1.16.0.tar.xz) = 548972 diff --git a/devel/libpeas/pkg-plist b/devel/libpeas/pkg-plist index 53ee1d7..836a9d8 100644 --- a/devel/libpeas/pkg-plist +++ b/devel/libpeas/pkg-plist @@ -1,4 +1,5 @@ bin/peas-demo +include/libpeas-1.0/libpeas-gtk/peas-gtk-autocleanups.h include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h @@ -9,16 +10,17 @@ include/libpeas-1.0/libpeas/peas-extension-base.h include/libpeas-1.0/libpeas/peas-extension-set.h include/libpeas-1.0/libpeas/peas-extension.h include/libpeas-1.0/libpeas/peas-object-module.h +include/libpeas-1.0/libpeas/peas-autocleanups.h include/libpeas-1.0/libpeas/peas-plugin-info.h include/libpeas-1.0/libpeas/peas.h lib/girepository-1.0/Peas-1.0.typelib lib/girepository-1.0/PeasGtk-1.0.typelib lib/libpeas-1.0.so lib/libpeas-1.0.so.0 -lib/libpeas-1.0.so.0.1400.0 +lib/libpeas-1.0.so.0.1600.0 lib/libpeas-gtk-1.0.so lib/libpeas-gtk-1.0.so.0 -lib/libpeas-gtk-1.0.so.0.1400.0 +lib/libpeas-gtk-1.0.so.0.1600.0 lib/peas-demo/plugins/helloworld/helloworld.plugin lib/peas-demo/plugins/helloworld/libhelloworld.so lib/peas-demo/plugins/secondtime/libsecondtime.so @@ -48,7 +50,6 @@ share/gtk-doc/html/libpeas/ch02.html share/gtk-doc/html/libpeas/ch03.html share/gtk-doc/html/libpeas/home.png share/gtk-doc/html/libpeas/index.html -share/gtk-doc/html/libpeas/index.sgml share/gtk-doc/html/libpeas/left-insensitive.png share/gtk-doc/html/libpeas/left.png share/gtk-doc/html/libpeas/libpeas-PeasExtension.html @@ -93,6 +94,7 @@ share/locale/he/LC_MESSAGES/libpeas.mo share/locale/hi/LC_MESSAGES/libpeas.mo share/locale/hu/LC_MESSAGES/libpeas.mo share/locale/id/LC_MESSAGES/libpeas.mo +share/locale/is/LC_MESSAGES/libpeas.mo share/locale/it/LC_MESSAGES/libpeas.mo share/locale/ja/LC_MESSAGES/libpeas.mo share/locale/kk/LC_MESSAGES/libpeas.mo @@ -106,6 +108,7 @@ share/locale/nb/LC_MESSAGES/libpeas.mo share/locale/nds/LC_MESSAGES/libpeas.mo share/locale/ne/LC_MESSAGES/libpeas.mo share/locale/nl/LC_MESSAGES/libpeas.mo +share/locale/oc/LC_MESSAGES/libpeas.mo share/locale/or/LC_MESSAGES/libpeas.mo share/locale/pa/LC_MESSAGES/libpeas.mo share/locale/pl/LC_MESSAGES/libpeas.mo diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index da4d003..00a7dd1 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsoup -PORTVERSION= 2.50.0 +PORTVERSION= 2.52.2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,14 +19,15 @@ PORTSCOUT= limitw:1,even .if !defined(REFERENCE_PORT) -USES+= gettext gmake libtool pathfix pkgconfig \ +USES+= gettext gmake gnome libtool pathfix pkgconfig \ python:3:build tar:xz USE_GNOME= glib20 intlhack introspection:build \ libxml2 referencehack USE_SQLITE= 3 USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-more-warnings +CONFIGURE_ARGS= --disable-more-warnings \ + --disable-vala CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip @@ -45,8 +46,10 @@ CONFIGURE_ARGS+=--without-gnome post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|env python|env ${PYTHON_VERSION}|g' \ + @${REINPLACE_CMD} -e 's|env python|env ${PYTHON_VERSION}|g' \ ${WRKSRC}/libsoup/tld-parser.py + @${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \ + ${WRKSRC}/configure .if defined(SOUP_SLAVE) do-install: diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo index 03627eb..a49ae48 100644 --- a/devel/libsoup/distinfo +++ b/devel/libsoup/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/libsoup-2.50.0.tar.xz) = 1e01365ac4af3817187ea847f9d3588c27eee01fc519a5a7cb212bb78b0f667b -SIZE (gnome2/libsoup-2.50.0.tar.xz) = 1755052 +SHA256 (gnome2/libsoup-2.52.2.tar.xz) = db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c2093dc +SIZE (gnome2/libsoup-2.52.2.tar.xz) = 1764308 diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist index e246061..4627957 100644 --- a/devel/libsoup/pkg-plist +++ b/devel/libsoup/pkg-plist @@ -4,6 +4,7 @@ include/libsoup-%%VERSION%%/libsoup/soup-auth-domain-digest.h include/libsoup-%%VERSION%%/libsoup/soup-auth-domain.h include/libsoup-%%VERSION%%/libsoup/soup-auth-manager.h include/libsoup-%%VERSION%%/libsoup/soup-auth.h +include/libsoup-%%VERSION%%/libsoup/soup-autocleanups.h include/libsoup-%%VERSION%%/libsoup/soup-cache.h include/libsoup-%%VERSION%%/libsoup/soup-connection.h include/libsoup-%%VERSION%%/libsoup/soup-content-decoder.h @@ -48,6 +49,7 @@ include/libsoup-%%VERSION%%/libsoup/soup-value-utils.h include/libsoup-%%VERSION%%/libsoup/soup-version.h include/libsoup-%%VERSION%%/libsoup/soup-websocket-connection.h include/libsoup-%%VERSION%%/libsoup/soup-websocket.h +include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc-old.h include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc.h include/libsoup-%%VERSION%%/libsoup/soup.h lib/girepository-1.0/Soup-%%VERSION%%.typelib @@ -100,7 +102,6 @@ share/gtk-doc/html/libsoup-%%VERSION%%/index.sgml share/gtk-doc/html/libsoup-%%VERSION%%/ix01.html share/gtk-doc/html/libsoup-%%VERSION%%/left-insensitive.png share/gtk-doc/html/libsoup-%%VERSION%%/left.png -share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-GValue-Support.html share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-HTML-Form-Support.html share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-Soup-Miscellaneous-Utilities.html share/gtk-doc/html/libsoup-%%VERSION%%/libsoup-%%VERSION%%-SoupServer-deprecated-API.html @@ -157,6 +158,7 @@ share/locale/ml/LC_MESSAGES/libsoup.mo share/locale/mr/LC_MESSAGES/libsoup.mo share/locale/nb/LC_MESSAGES/libsoup.mo share/locale/nl/LC_MESSAGES/libsoup.mo +share/locale/oc/LC_MESSAGES/libsoup.mo share/locale/or/LC_MESSAGES/libsoup.mo share/locale/pa/LC_MESSAGES/libsoup.mo share/locale/pl/LC_MESSAGES/libsoup.mo diff --git a/devel/ptlib/Makefile b/devel/ptlib/Makefile index 758f9c2..b55e0cb 100644 --- a/devel/ptlib/Makefile +++ b/devel/ptlib/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ptlib -PORTVERSION= 2.10.10 -PORTREVISION= 3 +PORTVERSION= 2.10.11 CATEGORIES= devel MASTER_SITES= GNOME diff --git a/devel/ptlib/distinfo b/devel/ptlib/distinfo index 1504b73..a61449a 100644 --- a/devel/ptlib/distinfo +++ b/devel/ptlib/distinfo @@ -1,2 +1,2 @@ -SHA256 (ptlib-2.10.10.tar.xz) = 7fcaabe194cbd3bc0b370b951dffd19cfe7ea0298bfff6aecee948e97f3207e4 -SIZE (ptlib-2.10.10.tar.xz) = 2520444 +SHA256 (ptlib-2.10.11.tar.xz) = 3a17f01d66301663f76130b425d93c2730f2a33df666982165166ff4653dc2c9 +SIZE (ptlib-2.10.11.tar.xz) = 2465468 diff --git a/devel/py-gobject3/Makefile b/devel/py-gobject3/Makefile index 6e62cc0..967559c 100644 --- a/devel/py-gobject3/Makefile +++ b/devel/py-gobject3/Makefile @@ -1,6 +1,5 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/py-gobject3/Makefile 19696 2014-05-26 11:20:01Z gusi $ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 diff --git a/devel/py3-gobject3/Makefile b/devel/py3-gobject3/Makefile index ac10982..162c9a5 100644 --- a/devel/py3-gobject3/Makefile +++ b/devel/py3-gobject3/Makefile @@ -1,8 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/devel/py3-gobject3/Makefile 19696 2014-05-26 11:20:01Z gusi $ -PORTREVISION= 1 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 diff --git a/devel/pygobject3-common/Makefile b/devel/pygobject3-common/Makefile index 43d6dc0..8aed6f1 100644 --- a/devel/pygobject3-common/Makefile +++ b/devel/pygobject3-common/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gobject -PORTVERSION= 3.16.2 -PORTREVISION?= 0 +PORTVERSION= 3.18.2 +PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= GNOME/sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} PKGNAMEPREFIX?= py @@ -37,7 +37,7 @@ MAKE_ARGS= PYTHON_VERSION=${PYTHON_VER} PORTSCOUT?= limitw:1,even BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo -USES+= python:build +USES+= gnome python:build USE_GNOME= glib20:build introspection:build NO_BUILD= yes @@ -50,6 +50,7 @@ do-install: .else PORTSCOUT= ignore:1 +USES+= gnome USE_GNOME+= glib20 introspection LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi RUN_DEPENDS+= pygobject3-common>=0:${PORTSDIR}/devel/pygobject3-common diff --git a/devel/pygobject3-common/distinfo b/devel/pygobject3-common/distinfo index 20ce89e..8abc262 100644 --- a/devel/pygobject3-common/distinfo +++ b/devel/pygobject3-common/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/pygobject-3.16.2.tar.xz) = de620e00fe7ecb788aa2dc0d664e41f71b8e718e728168e8d982cf193a9e7e64 -SIZE (gnome3/pygobject-3.16.2.tar.xz) = 725544 +SHA256 (gnome3/pygobject-3.18.2.tar.xz) = 2a3cad1517916b74e131e6002c3824361aee0671ffb0d55ded119477fc1c2c5f +SIZE (gnome3/pygobject-3.18.2.tar.xz) = 730220 diff --git a/devel/xfce4-vala/Makefile b/devel/xfce4-vala/Makefile index 6375b0f..6b4dff2 100644 --- a/devel/xfce4-vala/Makefile +++ b/devel/xfce4-vala/Makefile @@ -3,7 +3,7 @@ PORTNAME= xfce4-vala PORTVERSION= 4.10.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel xfce MASTER_SITES= XFCE/src/bindings/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -19,6 +19,6 @@ GNU_CONFIGURE= yes USES= pkgconfig gmake pathfix xfce tar:bzip2 USE_XFCE= panel -CONFIGURE_ARGS= --with-vala-api=0.28 +CONFIGURE_ARGS= --with-vala-api=0.30 .include <bsd.port.mk> |