From owner-svn-ports-head@freebsd.org Thu Sep 17 11:45:32 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 56DF63DD21E; Thu, 17 Sep 2020 11:45:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BsZsS0RnKz3cWH; Thu, 17 Sep 2020 11:45:32 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E766C98C8; Thu, 17 Sep 2020 11:45:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08HBjV1h057799; Thu, 17 Sep 2020 11:45:31 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08HBjUmQ057788; Thu, 17 Sep 2020 11:45:30 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009171145.08HBjUmQ057788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 17 Sep 2020 11:45:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548837 - in head: net-im/fractal x11-toolkits x11-toolkits/libhandy x11-toolkits/libhandy0 x11/phosh X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head: net-im/fractal x11-toolkits x11-toolkits/libhandy x11-toolkits/libhandy0 x11/phosh X-SVN-Commit-Revision: 548837 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2020 11:45:32 -0000 Author: bapt Date: Thu Sep 17 11:45:30 2020 New Revision: 548837 URL: https://svnweb.freebsd.org/changeset/ports/548837 Log: Update libhandy to 1.0.0 which is needed by recently gnome Repocopy the old version into libhandy0 so that ports relying on it can still work. Bump revision of those ports Added: head/x11-toolkits/libhandy0/ - copied from r548836, head/x11-toolkits/libhandy/ Modified: head/net-im/fractal/Makefile head/x11-toolkits/Makefile head/x11-toolkits/libhandy/Makefile head/x11-toolkits/libhandy/distinfo head/x11-toolkits/libhandy/pkg-descr head/x11-toolkits/libhandy/pkg-plist head/x11-toolkits/libhandy0/Makefile head/x11/phosh/Makefile Modified: head/net-im/fractal/Makefile ============================================================================== --- head/net-im/fractal/Makefile Thu Sep 17 11:32:20 2020 (r548836) +++ head/net-im/fractal/Makefile Thu Sep 17 11:45:30 2020 (r548837) @@ -2,7 +2,7 @@ PORTNAME= fractal DISTVERSION= 4.2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ @@ -19,7 +19,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libgmp.so:math/gmp \ libgspell-1.so:textproc/gspell \ libges-1.0.so:multimedia/gstreamer1-editing-services \ - libhandy-0.0.so:x11-toolkits/libhandy + libhandy-0.0.so:x11-toolkits/libhandy0 USES= gettext gnome meson pkgconfig python:3.5+,build ssl tar:xz USE_GNOME= cairo gtk30 gtksourceview4 Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Thu Sep 17 11:32:20 2020 (r548836) +++ head/x11-toolkits/Makefile Thu Sep 17 11:45:30 2020 (r548837) @@ -85,6 +85,7 @@ SUBDIR += libgnomeui-reference SUBDIR += libgnomeuimm26 SUBDIR += libhandy + SUBDIR += libhandy0 SUBDIR += libsexy SUBDIR += libsexymm SUBDIR += libunique3 Modified: head/x11-toolkits/libhandy/Makefile ============================================================================== --- head/x11-toolkits/libhandy/Makefile Thu Sep 17 11:32:20 2020 (r548836) +++ head/x11-toolkits/libhandy/Makefile Thu Sep 17 11:45:30 2020 (r548837) @@ -1,8 +1,9 @@ # $FreeBSD$ PORTNAME= libhandy -PORTVERSION= 0.0.13 +PORTVERSION= 1.0.0 CATEGORIES= x11-toolkits gnome +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -13,15 +14,10 @@ LICENSE= LGPL21 BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libgladeui-2.so:devel/glade -USES= compiler:c11 gettext gnome meson pkgconfig +USES= compiler:c11 gettext gnome meson pkgconfig tar:xz 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= 7a193d7692c9c76a1a94f17c4d30b585f77d177c .include Modified: head/x11-toolkits/libhandy/distinfo ============================================================================== --- head/x11-toolkits/libhandy/distinfo Thu Sep 17 11:32:20 2020 (r548836) +++ head/x11-toolkits/libhandy/distinfo Thu Sep 17 11:45:30 2020 (r548837) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589566150 -SHA256 (gnome/Librem5-libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c_GL0.tar.gz) = 00a68018a020463a398071b6ac80aa1e3b5cf6b257e43831c39e881ccb470a02 -SIZE (gnome/Librem5-libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c_GL0.tar.gz) = 443582 +TIMESTAMP = 1600342894 +SHA256 (gnome/libhandy-1.0.0.tar.xz) = a9398582f47b7d729205d6eac0c068fef35aaf249fdd57eea3724f8518d26699 +SIZE (gnome/libhandy-1.0.0.tar.xz) = 377516 Modified: head/x11-toolkits/libhandy/pkg-descr ============================================================================== --- head/x11-toolkits/libhandy/pkg-descr Thu Sep 17 11:32:20 2020 (r548836) +++ head/x11-toolkits/libhandy/pkg-descr Thu Sep 17 11:45:30 2020 (r548837) @@ -1,4 +1,4 @@ The aim of The handy library is to help with developing UI for mobile devices using GTK+/GNOME. -WWW: https://source.puri.sm/Librem5/libhandy +WWW: https://gitlab.gnome.org/GNOME/libhandy/ Modified: head/x11-toolkits/libhandy/pkg-plist ============================================================================== --- head/x11-toolkits/libhandy/pkg-plist Thu Sep 17 11:32:20 2020 (r548836) +++ head/x11-toolkits/libhandy/pkg-plist Thu Sep 17 11:45:30 2020 (r548837) @@ -1,46 +1,57 @@ -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 +bin/handy-1-demo +include/libhandy-1/handy.h +include/libhandy-1/hdy-action-row.h +include/libhandy-1/hdy-animation.h +include/libhandy-1/hdy-application-window.h +include/libhandy-1/hdy-avatar.h +include/libhandy-1/hdy-carousel-indicator-dots.h +include/libhandy-1/hdy-carousel-indicator-lines.h +include/libhandy-1/hdy-carousel.h +include/libhandy-1/hdy-clamp.h +include/libhandy-1/hdy-combo-row.h +include/libhandy-1/hdy-deck.h +include/libhandy-1/hdy-deprecation-macros.h +include/libhandy-1/hdy-enum-value-object.h +include/libhandy-1/hdy-enums.h +include/libhandy-1/hdy-expander-row.h +include/libhandy-1/hdy-header-bar.h +include/libhandy-1/hdy-header-group.h +include/libhandy-1/hdy-keypad.h +include/libhandy-1/hdy-leaflet.h +include/libhandy-1/hdy-main.h +include/libhandy-1/hdy-navigation-direction.h +include/libhandy-1/hdy-preferences-group.h +include/libhandy-1/hdy-preferences-page.h +include/libhandy-1/hdy-preferences-row.h +include/libhandy-1/hdy-preferences-window.h +include/libhandy-1/hdy-search-bar.h +include/libhandy-1/hdy-squeezer.h +include/libhandy-1/hdy-swipe-group.h +include/libhandy-1/hdy-swipe-tracker.h +include/libhandy-1/hdy-swipeable.h +include/libhandy-1/hdy-title-bar.h +include/libhandy-1/hdy-types.h +include/libhandy-1/hdy-value-object.h +include/libhandy-1/hdy-version.h +include/libhandy-1/hdy-view-switcher-bar.h +include/libhandy-1/hdy-view-switcher-title.h +include/libhandy-1/hdy-view-switcher.h +include/libhandy-1/hdy-window-handle.h +include/libhandy-1/hdy-window.h +lib/girepository-1.0/Handy-1.typelib +lib/glade/modules/libglade-handy-1.so +lib/libhandy-1.so +lib/libhandy-1.so.0 +libdata/pkgconfig/libhandy-1.pc +share/gir-1.0/Handy-1.gir +share/glade/catalogs/libhandy-1.xml +share/locale/en_GB/LC_MESSAGES/libhandy.mo +share/locale/es/LC_MESSAGES/libhandy.mo +share/locale/eu/LC_MESSAGES/libhandy.mo +share/locale/id/LC_MESSAGES/libhandy.mo +share/locale/pl/LC_MESSAGES/libhandy.mo +share/locale/pt_BR/LC_MESSAGES/libhandy.mo +share/locale/ro/LC_MESSAGES/libhandy.mo +share/locale/uk/LC_MESSAGES/libhandy.mo +share/vala/vapi/libhandy-1.deps +share/vala/vapi/libhandy-1.vapi Modified: head/x11-toolkits/libhandy0/Makefile ============================================================================== --- head/x11-toolkits/libhandy/Makefile Thu Sep 17 11:32:20 2020 (r548836) +++ head/x11-toolkits/libhandy0/Makefile Thu Sep 17 11:45:30 2020 (r548837) @@ -4,6 +4,7 @@ PORTNAME= libhandy PORTVERSION= 0.0.13 CATEGORIES= x11-toolkits gnome DIST_SUBDIR= gnome +PKGNAMESUFFIX= 0 MAINTAINER= gnome@FreeBSD.org COMMENT= Library with GTK+ widgets for mobile phones Modified: head/x11/phosh/Makefile ============================================================================== --- head/x11/phosh/Makefile Thu Sep 17 11:32:20 2020 (r548836) +++ head/x11/phosh/Makefile Thu Sep 17 11:45:30 2020 (r548837) @@ -3,6 +3,7 @@ PORTNAME= phosh DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org @@ -18,7 +19,7 @@ LIB_DEPENDS= libfeedback-0.0.so:accessibility/feedback libgcr-ui-3.so:security/gcr \ libpolkit-agent-1.so:sysutils/polkit \ libupower-glib.so:sysutils/upower \ - libhandy-0.0.so:x11-toolkits/libhandy + libhandy-0.0.so:x11-toolkits/libhandy0 RUN_DEPENDS= phoc:x11-wm/phoc \ gnome-session:x11/gnome-session