svn commit: r507930 - head/x11-toolkits/libhandy
Jan Beich
jbeich at FreeBSD.org
Sat Aug 3 04:01:34 UTC 2019
Author: jbeich
Date: Sat Aug 3 04:01:32 2019
New Revision: 507930
URL: https://svnweb.freebsd.org/changeset/ports/507930
Log:
x11-toolkits/libhandy: update to 0.0.10
- Backport fix to init codegen
PR: 239056
Submitted by: Greg V <greg at unrelenting.technology>
Approved by: maintainer timeout (3 weeks)
Modified:
head/x11-toolkits/libhandy/Makefile (contents, props changed)
head/x11-toolkits/libhandy/distinfo (contents, props changed)
head/x11-toolkits/libhandy/pkg-plist (contents, props changed)
Modified: head/x11-toolkits/libhandy/Makefile
==============================================================================
--- head/x11-toolkits/libhandy/Makefile Sat Aug 3 00:57:50 2019 (r507929)
+++ head/x11-toolkits/libhandy/Makefile Sat Aug 3 04:01:32 2019 (r507930)
@@ -1,11 +1,13 @@
# $FreeBSD$
PORTNAME= libhandy
-PORTVERSION= 0.0.9
-PORTREVISION= 1
+PORTVERSION= 0.0.10
CATEGORIES= x11-toolkits gnome
DIST_SUBDIR= gnome
+PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/commit/
+PATCHFILES+= e1c500dd02b1.patch:-p1
+
MAINTAINER= gnome at FreeBSD.org
COMMENT= Library with GTK+ widgets for mobile phones
@@ -15,7 +17,7 @@ BUILD_DEPENDS= valac:lang/vala
LIB_DEPENDS= libgladeui-2.so:devel/glade
USES= compiler:c11 gettext gnome meson pkgconfig
-USE_GNOME= cairo gtk30 introspection:build
+USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dtests=false
@@ -23,6 +25,6 @@ MESON_ARGS= -Dtests=false
USE_GITLAB= yes
GL_SITE= https://source.puri.sm/
GL_ACCOUNT= Librem5
-GL_COMMIT= 56b0aa62f6251ee19a88fc208b7ca8dcf9c9633c
+GL_COMMIT= 2d777677352d037b6f5cc24d9c1c8d9a74ac0ded
.include <bsd.port.mk>
Modified: head/x11-toolkits/libhandy/distinfo
==============================================================================
--- head/x11-toolkits/libhandy/distinfo Sat Aug 3 00:57:50 2019 (r507929)
+++ head/x11-toolkits/libhandy/distinfo Sat Aug 3 04:01:32 2019 (r507930)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1552327729
-SHA256 (gnome/Librem5-libhandy-56b0aa62f6251ee19a88fc208b7ca8dcf9c9633c_GL0.tar.gz) = a8e6bfa75602080a01228cdabf4f51bde9d4093f8eb95c957990bd97e96f8568
-SIZE (gnome/Librem5-libhandy-56b0aa62f6251ee19a88fc208b7ca8dcf9c9633c_GL0.tar.gz) = 136905
+TIMESTAMP = 1562631211
+SHA256 (gnome/Librem5-libhandy-2d777677352d037b6f5cc24d9c1c8d9a74ac0ded_GL0.tar.gz) = 0337a7879523c49eec53b75d4fd8e60d27baee5eec9e870f8b47df151c8fd038
+SIZE (gnome/Librem5-libhandy-2d777677352d037b6f5cc24d9c1c8d9a74ac0ded_GL0.tar.gz) = 355632
+SHA256 (gnome/e1c500dd02b1.patch) = 7ef98cb4e3f16916a47f945aca7eada49e788b46c5d870eb4d5b2d36cfb98c5b
+SIZE (gnome/e1c500dd02b1.patch) = 924
Modified: head/x11-toolkits/libhandy/pkg-plist
==============================================================================
--- head/x11-toolkits/libhandy/pkg-plist Sat Aug 3 00:57:50 2019 (r507929)
+++ head/x11-toolkits/libhandy/pkg-plist Sat Aug 3 04:01:32 2019 (r507930)
@@ -12,15 +12,23 @@ 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-leaflet.h
include/libhandy-0.0/hdy-list-box.h
include/libhandy-0.0/hdy-main.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-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
More information about the svn-ports-all
mailing list