From owner-svn-ports-all@freebsd.org Sun Aug 2 01:47:51 2020 Return-Path: Delivered-To: svn-ports-all@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 16B3936A8D9; Sun, 2 Aug 2020 01:47:51 +0000 (UTC) (envelope-from jbeich@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 4BK3n26rHWz3dW5; Sun, 2 Aug 2020 01:47:50 +0000 (UTC) (envelope-from jbeich@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 CEF491B877; Sun, 2 Aug 2020 01:47:50 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0721loGX051256; Sun, 2 Aug 2020 01:47:50 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0721lnJ7051249; Sun, 2 Aug 2020 01:47:49 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202008020147.0721lnJ7051249@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 2 Aug 2020 01:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543928 - in head: . graphics graphics/wayland-info graphics/wayland-utils X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: . graphics graphics/wayland-info graphics/wayland-utils X-SVN-Commit-Revision: 543928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2020 01:47:51 -0000 Author: jbeich Date: Sun Aug 2 01:47:49 2020 New Revision: 543928 URL: https://svnweb.freebsd.org/changeset/ports/543928 Log: graphics/wayland-info: chase project rename https://lists.freedesktop.org/archives/wayland-devel/2020-July/041565.html Added: head/graphics/wayland-utils/ - copied from r543927, head/graphics/wayland-info/ Deleted: head/graphics/wayland-info/ Modified: head/MOVED head/graphics/Makefile head/graphics/wayland-utils/Makefile head/graphics/wayland-utils/distinfo head/graphics/wayland-utils/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sun Aug 2 01:07:52 2020 (r543927) +++ head/MOVED Sun Aug 2 01:47:49 2020 (r543928) @@ -15169,3 +15169,4 @@ databases/postgresql94-plperl|databases/postgresql95-p net/dshell||2020-07-24|Uses deprecated version of python sysutils/openshift-install|sysutils/openshift-install45|2020-07-25|Duplicate port databases/sqliteodbc-sqlite2|databases/sqliteodbc|2020-07-27|Has expired: SQLite2 has stopped development in 2005, please move to SQLite3 +graphics/wayland-info|graphics/wayland-utils|2020-08-02|Project renamed Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Aug 2 01:07:52 2020 (r543927) +++ head/graphics/Makefile Sun Aug 2 01:47:49 2020 (r543928) @@ -1065,8 +1065,8 @@ SUBDIR += waifu2x-converter-cpp SUBDIR += waifu2x-ncnn-vulkan SUBDIR += wayland - SUBDIR += wayland-info SUBDIR += wayland-protocols + SUBDIR += wayland-utils SUBDIR += waylandpp SUBDIR += wdune SUBDIR += webp Modified: head/graphics/wayland-utils/Makefile ============================================================================== --- head/graphics/wayland-info/Makefile Sun Aug 2 01:07:52 2020 (r543927) +++ head/graphics/wayland-utils/Makefile Sun Aug 2 01:47:49 2020 (r543928) @@ -1,11 +1,12 @@ # $FreeBSD$ -PORTNAME= wayland-info -PORTVERSION= s20200709 +PORTNAME= wayland-utils +DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 1.0.0 CATEGORIES= graphics PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ -PATCHFILES+= e95b23f7430b.diff:-p1 # https://gitlab.freedesktop.org/ofourdan/wayland-info/-/merge_requests/2 +PATCHFILES+= d367b894f9c8.diff:-p1 # https://gitlab.freedesktop.org/wayland/wayland-utils/-/merge_requests/1 MAINTAINER= jbeich@FreeBSD.org COMMENT= Display information about protocols supported by Wayland compositor @@ -19,9 +20,9 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= meson pkgconfig USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org -GL_ACCOUNT= ofourdan -GL_COMMIT= f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a -PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz +GL_ACCOUNT= wayland +GL_COMMIT= 1664a20eb1dfd830113a38d02ad0937de73e4f90 +PLIST_FILES= bin/wayland-info \ + man/man1/wayland-info.1.gz .include Modified: head/graphics/wayland-utils/distinfo ============================================================================== --- head/graphics/wayland-info/distinfo Sun Aug 2 01:07:52 2020 (r543927) +++ head/graphics/wayland-utils/distinfo Sun Aug 2 01:47:49 2020 (r543928) @@ -1,5 +1,5 @@ -TIMESTAMP = 1594281066 -SHA256 (ofourdan-wayland-info-f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a_GL0.tar.gz) = 45cb558be69550b8fcfbc72e4245973bb4624518a55b6afb0462be399c66078b -SIZE (ofourdan-wayland-info-f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a_GL0.tar.gz) = 11996 -SHA256 (e95b23f7430b.diff) = bb6d38d544cdcac61c2c749ab3d0c1d6c138f08b2e97068b394ef8e6a4fad3bd -SIZE (e95b23f7430b.diff) = 697 +TIMESTAMP = 1596199568 +SHA256 (wayland-wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90_GL0.tar.gz) = c076d6bcce965d96022bc20703c7b40f0fcf212c9dc7f1fd2ea505b3136e4aaa +SIZE (wayland-wayland-utils-1664a20eb1dfd830113a38d02ad0937de73e4f90_GL0.tar.gz) = 13181 +SHA256 (d367b894f9c8.diff) = cda73b2dc86e57b8642e69bccbf78e9141c8700397b17afef408afb6dede8a70 +SIZE (d367b894f9c8.diff) = 1099 Modified: head/graphics/wayland-utils/pkg-descr ============================================================================== --- head/graphics/wayland-info/pkg-descr Sun Aug 2 01:07:52 2020 (r543927) +++ head/graphics/wayland-utils/pkg-descr Sun Aug 2 01:47:49 2020 (r543928) @@ -8,4 +8,4 @@ wayland-info also provides additional information for protocols it knows about, namely Linux DMABUF, presentation time, tablet and XDG output protocols. -WWW: https://gitlab.freedesktop.org/ofourdan/wayland-info +WWW: https://gitlab.freedesktop.org/wayland/wayland-utils