mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
deskutils/treesheets: Update to 20250331 snapshot
ChangeLog:
1344011521...1418214229
This commit is contained in:
parent
82a754bbae
commit
a345992a53
3 changed files with 17 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= treesheets
|
||||
DISTVERSION= 1.0.20250220
|
||||
DISTVERSION= 1.0.20250331
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
|
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/ZLIB_LICENSE.txt
|
|||
USES= cmake desktop-file-utils shared-mime-info
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= aardappel
|
||||
GH_TAGNAME= 13440115216
|
||||
GH_TAGNAME= 14182142290
|
||||
USE_WX= 3.2
|
||||
|
||||
PORTSCOUT= ignore:1 # upstream uses CI run ids as releases
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1740074774
|
||||
SHA256 (aardappel-treesheets-1.0.20250220-13440115216_GH0.tar.gz) = 014997388cfc23f0d17c4cc8779df15002a2471759dd136eb73b25152e87c26b
|
||||
SIZE (aardappel-treesheets-1.0.20250220-13440115216_GH0.tar.gz) = 3215382
|
||||
TIMESTAMP = 1743506280
|
||||
SHA256 (aardappel-treesheets-1.0.20250331-14182142290_GH0.tar.gz) = f110a52987bdda48c5f39bec2982fe058c514f9ccdc1c2ee308bde49c4661ed3
|
||||
SIZE (aardappel-treesheets-1.0.20250331-14182142290_GH0.tar.gz) = 3231890
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
--- CMakeLists.txt.orig 2024-12-02 18:19:04 UTC
|
||||
--- CMakeLists.txt.orig 2025-03-31 21:49:25 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -136,11 +136,11 @@ target_link_libraries(
|
||||
@@ -24,7 +24,7 @@ string(TIMESTAMP TimeStamp "%y%m%d.%H%M" UTC)
|
||||
|
||||
string(TIMESTAMP TimeStamp "%y%m%d.%H%M" UTC)
|
||||
|
||||
-project(TreeSheets
|
||||
+project(treesheets
|
||||
DESCRIPTION "A free-form hierarchical data organizer"
|
||||
HOMEPAGE_URL "https://github.com/aardappel/treesheets"
|
||||
VERSION ${TimeStamp})
|
||||
@@ -180,11 +180,11 @@ endif()
|
||||
|
||||
########## TREESHEETS INSTALLATION SETTINGS ###############
|
||||
|
||||
|
@ -14,7 +23,7 @@
|
|||
include(GNUInstallDirs)
|
||||
|
||||
set(TREESHEETS_BINDIR ${CMAKE_INSTALL_BINDIR})
|
||||
@@ -170,7 +170,7 @@ install(FILES TS/readme.html DESTINATION ${TREESHEETS_
|
||||
@@ -215,7 +215,7 @@ install(FILES TS/readme.html DESTINATION ${TREESHEETS_
|
||||
install(TARGETS TreeSheets DESTINATION ${TREESHEETS_BINDIR})
|
||||
install(DIRECTORY TS/docs DESTINATION ${TREESHEETS_DOCDIR})
|
||||
install(FILES TS/readme.html DESTINATION ${TREESHEETS_DOCDIR})
|
||||
|
|
Loading…
Add table
Reference in a new issue