diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-08-25 11:04:59 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-08-26 02:46:18 +0200 |
commit | 18b74a65e07ff9b1af3c6b6e5cd2c278d57fd398 (patch) | |
tree | 37fb8e19892e260406a65f0badbdc8e209c755a0 | |
parent | cc0b116c98fc19d1ddebc46efeaae53c91259d53 (diff) | |
download | freebsd-ports-18b74a65e07ff9b1af3c6b6e5cd2c278d57fd398.zip |
x11/libinput: drop GL_TAGNAME
Simplifies port updates and allows portscout discover new versions.
PR: 273343
Approved by: manu
-rw-r--r-- | x11/libinput/Makefile | 1 | ||||
-rw-r--r-- | x11/libinput/distinfo | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11/libinput/Makefile b/x11/libinput/Makefile index 2a6b529e730b..4a28155373ce 100644 --- a/x11/libinput/Makefile +++ b/x11/libinput/Makefile @@ -21,7 +21,6 @@ USE_LDCONFIG= yes USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org -GL_TAGNAME= 0b005eb64b12603e65a620a77c67ec62fd03f413 CPE_VENDOR= freedesktop diff --git a/x11/libinput/distinfo b/x11/libinput/distinfo index ec292959fc71..d7a59f5666ff 100644 --- a/x11/libinput/distinfo +++ b/x11/libinput/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1679852089 -SHA256 (libinput-libinput-0b005eb64b12603e65a620a77c67ec62fd03f413_GL0.tar.gz) = 9ffa54c3710eceaa0ececde04f778abc46e3c807ab65ccd4fc9ac1af6ffa4097 -SIZE (libinput-libinput-0b005eb64b12603e65a620a77c67ec62fd03f413_GL0.tar.gz) = 1004853 +SHA256 (libinput-1.23.0.tar.bz2) = fad7011705a21f500229199f789f3e3e794b4c9826b70073745cdaec23bc1d0b +SIZE (libinput-1.23.0.tar.bz2) = 803316 |