svn commit: r543928 - in head: . graphics graphics/wayland-info graphics/wayland-utils
Jan Beich
jbeich at FreeBSD.org
Sun Aug 2 01:47:51 UTC 2020
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list