Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2024 11:01:59 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7ebff0e5da4b - main - deskutils/treesheets: Update to 1.0.20241202
Message-ID:  <202412031101.4B3B1x9s055101@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7ebff0e5da4b22c2b2f877500132538adee12a1f

commit 7ebff0e5da4b22c2b2f877500132538adee12a1f
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-12-03 10:58:31 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-12-03 11:00:57 +0000

    deskutils/treesheets: Update to 1.0.20241202
    
    Upstream changed binary name from treesheets to TreeSheets
    
    ChangeLog:
    https://github.com/aardappel/treesheets/compare/11637683065...12125479228
---
 UPDATING                                        |  8 ++++++++
 deskutils/treesheets/Makefile                   |  4 ++--
 deskutils/treesheets/distinfo                   |  6 +++---
 deskutils/treesheets/files/patch-CMakeLists.txt | 10 +++++-----
 deskutils/treesheets/pkg-plist                  |  2 +-
 5 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/UPDATING b/UPDATING
index d4091b00eaac..7b923a10769d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412031101.4B3B1x9s055101>