diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-12-03 10:58:31 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-12-03 11:00:57 +0000 |
commit | 7ebff0e5da4b22c2b2f877500132538adee12a1f (patch) | |
tree | 5c2f9a9e6fb5855ad088c20bccd6fed8da96e833 | |
parent | math/saga: Update to 9.6.2 (diff) |
deskutils/treesheets: Update to 1.0.20241202
Upstream changed binary name from treesheets to TreeSheets
ChangeLog:
https://github.com/aardappel/treesheets/compare/11637683065...12125479228
-rw-r--r-- | UPDATING | 8 | ||||
-rw-r--r-- | deskutils/treesheets/Makefile | 4 | ||||
-rw-r--r-- | deskutils/treesheets/distinfo | 6 | ||||
-rw-r--r-- | deskutils/treesheets/files/patch-CMakeLists.txt | 10 | ||||
-rw-r--r-- | deskutils/treesheets/pkg-plist | 2 |
5 files changed, 19 insertions, 11 deletions
@@ -5,6 +5,14 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20241203: + AFFECTS: users of deskutils/treesheets + AUTHOR: eduardo@FreeBSD.org + + The binary have been renamed from treesheets to TreeSheets + + - https://github.com/aardappel/treesheets/pull/760 + 20241202: AFFECTS: users of net/gdrive AUTHOR: meta@FreeBSD.org diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index af87bbaa0fec..57d6c54efed6 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -1,5 +1,5 @@ PORTNAME= treesheets -DISTVERSION= 1.0.20241101 +DISTVERSION= 1.0.20241202 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= 11637683065 +GH_TAGNAME= 12125479228 USE_WX= 3.2 PORTSCOUT= ignore:1 # upstream uses CI run ids as releases diff --git a/deskutils/treesheets/distinfo b/deskutils/treesheets/distinfo index b746be6eb3da..9d77af909a9f 100644 --- a/deskutils/treesheets/distinfo +++ b/deskutils/treesheets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730545606 -SHA256 (aardappel-treesheets-1.0.20241101-11637683065_GH0.tar.gz) = 3619741729745f8d4ef7c339dbd525eab57e9be9088dceca9a146e1fa09037ce -SIZE (aardappel-treesheets-1.0.20241101-11637683065_GH0.tar.gz) = 3243286 +TIMESTAMP = 1733217990 +SHA256 (aardappel-treesheets-1.0.20241202-12125479228_GH0.tar.gz) = 84477982e13df3cf464b58853c9484a5ff15e88af19e09dc814bc2cdd5220250 +SIZE (aardappel-treesheets-1.0.20241202-12125479228_GH0.tar.gz) = 3222705 diff --git a/deskutils/treesheets/files/patch-CMakeLists.txt b/deskutils/treesheets/files/patch-CMakeLists.txt index 615468cb42c2..a3218fa01006 100644 --- a/deskutils/treesheets/files/patch-CMakeLists.txt +++ b/deskutils/treesheets/files/patch-CMakeLists.txt @@ -1,12 +1,12 @@ ---- CMakeLists.txt.orig 2024-03-24 04:56:12 UTC +--- CMakeLists.txt.orig 2024-12-02 18:19:04 UTC +++ CMakeLists.txt -@@ -95,11 +95,11 @@ target_link_libraries( +@@ -136,11 +136,11 @@ target_link_libraries( ########## TREESHEETS INSTALLATION SETTINGS ############### -if(LINUX) +if(LINUX OR BSD) - OPTION(TREESHEETS_RELOCATABLE_INSTALLATION "Install data relative to the treesheets binary, instead of respecting the Filesystem Hierarchy Standard" OFF) + OPTION(TREESHEETS_RELOCATABLE_INSTALLATION "Install data relative to the TreeSheets binary, instead of respecting the Filesystem Hierarchy Standard" OFF) endif() -if(LINUX AND NOT TREESHEETS_RELOCATABLE_INSTALLATION) @@ -14,8 +14,8 @@ include(GNUInstallDirs) set(TREESHEETS_BINDIR ${CMAKE_INSTALL_BINDIR}) -@@ -125,7 +125,7 @@ install(FILES TS/readme.html DESTINATION ${TREESHEETS_ - install(TARGETS treesheets DESTINATION ${TREESHEETS_BINDIR}) +@@ -170,7 +170,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}) -install(DIRECTORY TS/examples DESTINATION ${TREESHEETS_DOCDIR}) diff --git a/deskutils/treesheets/pkg-plist b/deskutils/treesheets/pkg-plist index a0b5a66ee35c..4d1287994be7 100644 --- a/deskutils/treesheets/pkg-plist +++ b/deskutils/treesheets/pkg-plist @@ -1,4 +1,4 @@ -bin/treesheets +bin/TreeSheets share/applications/com.strlen.TreeSheets.desktop share/icons/hicolor/scalable/apps/com.strlen.TreeSheets.svg %%NLS%%share/locale/de/LC_MESSAGES/ts.mo |