Index: head/x11-toolkits/libhandy/files/patch-src_gen-public-types.sh =================================================================== --- head/x11-toolkits/libhandy/files/patch-src_gen-public-types.sh (revision 538248) +++ head/x11-toolkits/libhandy/files/patch-src_gen-public-types.sh (nonexistent) @@ -1,21 +0,0 @@ -From e1c500dd02b14285e69544ad4384d8ed6e1c5109 Mon Sep 17 00:00:00 2001 -From: Ting-Wei Lan -Date: Wed, 10 Jul 2019 21:01:14 +0800 -Subject: [PATCH] Replace \+ with \{1,\} - -\+ is a non-standard GNU extension recognized by GNU sed. However, it -doesn't work on FreeBSD, causing the generated hdy_init_public_types -function to be empty. - -Fixes https://source.puri.sm/Librem5/libhandy/issues/135 ---- src/gen-public-types.sh.orig 2019-06-12 15:30:57 UTC -+++ src/gen-public-types.sh -@@ -16,7 +16,7 @@ void - hdy_init_public_types (void) - {' - --sed -ne 's/^#define \+\(HDY_TYPE_[A-Z0-9_]\+\) \+.*/ g_type_ensure (\1);/p' "$@" | sort -+sed -ne 's/^#define \{1,\}\(HDY_TYPE_[A-Z0-9_]\{1,\}\) \{1,\}.*/ g_type_ensure (\1);/p' "$@" | sort - - echo '} - ' Property changes on: head/x11-toolkits/libhandy/files/patch-src_gen-public-types.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-toolkits/libhandy/Makefile =================================================================== --- head/x11-toolkits/libhandy/Makefile (revision 538248) +++ head/x11-toolkits/libhandy/Makefile (revision 538249) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= libhandy -PORTVERSION= 0.0.10 +PORTVERSION= 0.0.13 CATEGORIES= x11-toolkits gnome DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Library with GTK+ widgets for mobile phones LICENSE= LGPL21 BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libgladeui-2.so:devel/glade USES= compiler:c11 gettext gnome meson pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Dtests=false USE_GITLAB= yes GL_SITE= https://source.puri.sm/ GL_ACCOUNT= Librem5 -GL_COMMIT= 2d777677352d037b6f5cc24d9c1c8d9a74ac0ded +GL_COMMIT= 7a193d7692c9c76a1a94f17c4d30b585f77d177c .include Index: head/x11-toolkits/libhandy/distinfo =================================================================== --- head/x11-toolkits/libhandy/distinfo (revision 538248) +++ head/x11-toolkits/libhandy/distinfo (revision 538249) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572934906 -SHA256 (gnome/Librem5-libhandy-2d777677352d037b6f5cc24d9c1c8d9a74ac0ded_GL0.tar.gz) = 0337a7879523c49eec53b75d4fd8e60d27baee5eec9e870f8b47df151c8fd038 -SIZE (gnome/Librem5-libhandy-2d777677352d037b6f5cc24d9c1c8d9a74ac0ded_GL0.tar.gz) = 355632 +TIMESTAMP = 1589566150 +SHA256 (gnome/Librem5-libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c_GL0.tar.gz) = 00a68018a020463a398071b6ac80aa1e3b5cf6b257e43831c39e881ccb470a02 +SIZE (gnome/Librem5-libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c_GL0.tar.gz) = 443582 Index: head/x11-toolkits/libhandy/pkg-plist =================================================================== --- head/x11-toolkits/libhandy/pkg-plist (revision 538248) +++ head/x11-toolkits/libhandy/pkg-plist (revision 538249) @@ -1,40 +1,46 @@ bin/handy-0.0-demo include/libhandy-0.0/handy.h include/libhandy-0.0/hdy-action-row.h +include/libhandy-0.0/hdy-animation.h include/libhandy-0.0/hdy-arrows.h include/libhandy-0.0/hdy-column.h include/libhandy-0.0/hdy-combo-row.h +include/libhandy-0.0/hdy-deprecation-macros.h include/libhandy-0.0/hdy-dialer-button.h include/libhandy-0.0/hdy-dialer-cycle-button.h include/libhandy-0.0/hdy-dialer.h include/libhandy-0.0/hdy-dialog.h include/libhandy-0.0/hdy-enum-value-object.h include/libhandy-0.0/hdy-enums.h include/libhandy-0.0/hdy-expander-row.h include/libhandy-0.0/hdy-fold.h include/libhandy-0.0/hdy-header-bar.h include/libhandy-0.0/hdy-header-group.h +include/libhandy-0.0/hdy-keypad.h include/libhandy-0.0/hdy-leaflet.h include/libhandy-0.0/hdy-list-box.h include/libhandy-0.0/hdy-main.h +include/libhandy-0.0/hdy-paginator.h include/libhandy-0.0/hdy-preferences-group.h include/libhandy-0.0/hdy-preferences-page.h include/libhandy-0.0/hdy-preferences-row.h include/libhandy-0.0/hdy-preferences-window.h include/libhandy-0.0/hdy-search-bar.h include/libhandy-0.0/hdy-squeezer.h include/libhandy-0.0/hdy-string-utf8.h +include/libhandy-0.0/hdy-swipe-group.h +include/libhandy-0.0/hdy-swipeable.h include/libhandy-0.0/hdy-title-bar.h include/libhandy-0.0/hdy-value-object.h include/libhandy-0.0/hdy-version.h include/libhandy-0.0/hdy-view-switcher-bar.h include/libhandy-0.0/hdy-view-switcher.h lib/girepository-1.0/Handy-0.0.typelib lib/glade/modules/libglade-handy.so lib/libhandy-0.0.so lib/libhandy-0.0.so.0 libdata/pkgconfig/libhandy-0.0.pc share/gir-1.0/Handy-0.0.gir share/glade/catalogs/libhandy.xml share/vala/vapi/libhandy-0.0.deps share/vala/vapi/libhandy-0.0.vapi