diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-05 12:37:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-05 12:37:18 +0000 |
commit | d206b3a118a781b2a612922c58e4f987a1b21fc9 (patch) | |
tree | e221f8ff485c738ab5e83ddecc98e95fafa646ba /x11/libwacom | |
parent | 14490e6fdcfe883f32019225350addbe81e6b196 (diff) | |
download | ports-d206b3a118a781b2a612922c58e4f987a1b21fc9.tar.gz ports-d206b3a118a781b2a612922c58e4f987a1b21fc9.zip |
Notes
Diffstat (limited to 'x11/libwacom')
-rw-r--r-- | x11/libwacom/Makefile | 2 | ||||
-rw-r--r-- | x11/libwacom/distinfo | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11/libwacom/Makefile b/x11/libwacom/Makefile index 6ac2ae92f557..d75bf56dd151 100644 --- a/x11/libwacom/Makefile +++ b/x11/libwacom/Makefile @@ -9,6 +9,8 @@ CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= bb3aa6bd57c3.patch:-p1 # https://github.com/linuxwacom/libwacom/pull/217 +PATCHFILES+= a97e09fd2da9.patch:-p1 # required to avoid patch conflict +PATCHFILES+= c94f60920a22.patch:-p1 # https://github.com/linuxwacom/libwacom/pull/219 MAINTAINER= x11@FreeBSD.org COMMENT= Adds tablet support to libinput diff --git a/x11/libwacom/distinfo b/x11/libwacom/distinfo index 0ee37a90e2c8..8543f3280c31 100644 --- a/x11/libwacom/distinfo +++ b/x11/libwacom/distinfo @@ -3,3 +3,7 @@ SHA256 (linuxwacom-libwacom-libwacom-1.2_GH0.tar.gz) = 102fd9c8a9ae30d76003ed58d SIZE (linuxwacom-libwacom-libwacom-1.2_GH0.tar.gz) = 110520 SHA256 (bb3aa6bd57c3.patch) = 1537641da75342469e1160b586e8790c4387ed989186dec00b5f45779b6b831b SIZE (bb3aa6bd57c3.patch) = 3896 +SHA256 (a97e09fd2da9.patch) = 5c8e1002c768ecad4c87b619ba5ee647498ebae13a2f211d1a60339867336f14 +SIZE (a97e09fd2da9.patch) = 1435 +SHA256 (c94f60920a22.patch) = 18d933a95aeb7603a2c284da5051b75c96dd9e581735c3185165688ca0f9740c +SIZE (c94f60920a22.patch) = 1674 |