mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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)
This commit is contained in:
parent
80697b29ae
commit
c4fd440051
3 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue