diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2025-01-15 19:28:56 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-01-15 19:42:17 +0000 |
commit | c4fd44005174329b85611ab10c60dc1477ecf5aa (patch) | |
tree | 4dd90996af87693f5e7e444d40a45af2044a2be9 | |
parent | 80697b29aed2fb08eadfbf5742d5a0ed991e2185 (diff) |
graphics/tslib: Update to 1.23
* Switch to upstream release archive as recommended by Porters Handbook
Changelog: https://github.com/libts/tslib/releases/tag/1.23
PR: 283334
Approved by: portmgr (maintainer timeout, 1+ month)
-rw-r--r-- | graphics/tslib/Makefile | 8 | ||||
-rw-r--r-- | graphics/tslib/distinfo | 6 | ||||
-rw-r--r-- | graphics/tslib/pkg-plist | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/graphics/tslib/Makefile b/graphics/tslib/Makefile index 53b520ab2f67..84a67cf9dd35 100644 --- a/graphics/tslib/Makefile +++ b/graphics/tslib/Makefile @@ -1,6 +1,7 @@ PORTNAME= tslib -DISTVERSION= 1.22 +DISTVERSION= 1.23 CATEGORIES= graphics +MASTER_SITES= https://github.com/libts/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= adridg@FreeBSD.org COMMENT= Touchscreen access library @@ -8,10 +9,7 @@ WWW= http://www.tslib.org/ LICENSE= LGPL21 -USES= cmake - -USE_GITHUB= yes -GH_ACCOUNT= libts +USES= cmake pathfix tar:xz # - Waveshare requires Linux internals CMAKE_OFF= enable-waveshare diff --git a/graphics/tslib/distinfo b/graphics/tslib/distinfo index 359580e53f30..eae33f68d294 100644 --- a/graphics/tslib/distinfo +++ b/graphics/tslib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593986111 -SHA256 (libts-tslib-1.22_GH0.tar.gz) = 0a6fbc9d245de1e556652c93abb7dda4eee8ad0fa9bfba6f22e1f4f028733c34 -SIZE (libts-tslib-1.22_GH0.tar.gz) = 228920 +TIMESTAMP = 1734175066 +SHA256 (tslib-1.23.tar.xz) = 9b489a54d48006201f2fe955a88c3f857535ac93b6cf8e5a16c7b166c8991dac +SIZE (tslib-1.23.tar.xz) = 360140 diff --git a/graphics/tslib/pkg-plist b/graphics/tslib/pkg-plist index 91f8596ac4da..7e32e530738a 100644 --- a/graphics/tslib/pkg-plist +++ b/graphics/tslib/pkg-plist @@ -16,7 +16,7 @@ lib/cmake/tslib/tslibTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/tslib/tslibTargets.cmake lib/libts.so lib/libts.so.0 -lib/libts.so.0.10.4 +lib/libts.so.0.10.5 lib/ts/debounce.so lib/ts/dejitter.so lib/ts/evthres.so |