Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2024 12:57:00 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1fe073b623c7 - main - deskutils/remind: update to 05.00.01
Message-ID:  <202406161257.45GCv0cQ099144@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1fe073b623c77386633cc8a0ff1c5050e444a817

commit 1fe073b623c77386633cc8a0ff1c5050e444a817
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2024-06-15 16:32:09 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-06-16 11:53:27 +0000

    deskutils/remind: update to 05.00.01
    
    Changelog:  https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
---
 deskutils/remind/Makefile                         | 2 +-
 deskutils/remind/distinfo                         | 6 +++---
 deskutils/remind/files/patch-rem2html_Makefile.in | 9 +++++----
 deskutils/remind/files/patch-src_Makefile.in      | 6 +++---
 4 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile
index e0127e3f9fc6..e642683577df 100644
--- a/deskutils/remind/Makefile
+++ b/deskutils/remind/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	remind
-DISTVERSION=	04.03.07
+DISTVERSION=	05.00.01
 CATEGORIES=	deskutils
 # upstream moves distfiles to OLD once a new release appears
 MASTER_SITES=	https://dianne.skoll.ca/projects/remind/download/ \
diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo
index cb3372b4319e..f84ab7a28006 100644
--- a/deskutils/remind/distinfo
+++ b/deskutils/remind/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714912936
-SHA256 (remind-04.03.07.tar.gz) = b3f8c4b0d5d406280d1cf4c28b77b8576a4650d84adace7f9feb14d68c3b514d
-SIZE (remind-04.03.07.tar.gz) = 532447
+TIMESTAMP = 1718468607
+SHA256 (remind-05.00.01.tar.gz) = b63dfafe52e7ebbfe190d32b45519744ba90f52c7aa032991de6a3892627f7b7
+SIZE (remind-05.00.01.tar.gz) = 549189
diff --git a/deskutils/remind/files/patch-rem2html_Makefile.in b/deskutils/remind/files/patch-rem2html_Makefile.in
index f2b86a153b8a..3c3e4fcc7459 100644
--- a/deskutils/remind/files/patch-rem2html_Makefile.in
+++ b/deskutils/remind/files/patch-rem2html_Makefile.in
@@ -1,13 +1,13 @@
---- rem2html/Makefile.in.orig	2022-02-10 22:15:01 UTC
+--- rem2html/Makefile.in.orig	2024-06-08 14:57:38 UTC
 +++ rem2html/Makefile.in
-@@ -12,17 +12,15 @@ all:
+@@ -12,18 +12,15 @@ install:
  	true
  
  install:
 -	@if test "$(PERL)" = "" ; then \
 -	    echo "Not installing rem2html; Perl is required"; exit 0; fi; \
 -	 for m in $(PERLMODS_NEEDED) ; \
--         do \
+-	do \
 -	    $(PERL) -M$$m -e 1 > /dev/null 2>&1; \
 -	    if test $$? != 0 ; then echo "Not installing rem2html; missing $$m"; exit 0; fi; \
 -	done; \
@@ -15,8 +15,9 @@
 -	echo "Installing rem2html in $(DESTDIR)$(bindir)"; \
 -	mkdir -p $(DESTDIR)$(bindir) && sed -e 's|^#!perl|#!$(PERL)|' < rem2html > $(DESTDIR)$(bindir)/rem2html && chmod 755 $(DESTDIR)$(bindir)/rem2html && exit 0; \
 -	exit 1;
+-
 +	@for m in $(PERLMODS_NEEDED) ; \
-+        do \
++	 do \
 +	    $(PERL) -M$$m -e 1 ; \
 +	done
 +	pod2man --center "VERSION @VERSION@" --date "@RELEASE_DATE@" rem2html > rem2html.1 && mkdir -p $(DESTDIR)$(mandir)/man1 && cp rem2html.1 $(DESTDIR)$(mandir)/man1/rem2html.1 || true
diff --git a/deskutils/remind/files/patch-src_Makefile.in b/deskutils/remind/files/patch-src_Makefile.in
index 8fc98485d7bf..07ec3b6859b2 100644
--- a/deskutils/remind/files/patch-src_Makefile.in
+++ b/deskutils/remind/files/patch-src_Makefile.in
@@ -1,4 +1,4 @@
---- src/Makefile.in.orig	2024-03-01 14:10:26 UTC
+--- src/Makefile.in.orig	2024-06-08 14:57:38 UTC
 +++ src/Makefile.in
 @@ -52,9 +52,12 @@ install: all
  
@@ -14,7 +14,7 @@
  	rm -f $(DESTDIR)$(bindir)/rem > /dev/null 2>&1 || true
  	ln -s remind $(DESTDIR)$(bindir)/rem
  	-mkdir -p $(DESTDIR)$(mandir)/man1 || true
-@@ -66,7 +69,7 @@ install: all
+@@ -67,7 +70,7 @@ install: all
  	-mkdir -p $(DESTDIR)$(prefix)/share/pixmaps
  	-mkdir -p $(DESTDIR)$(prefix)/share/applications
  	$(INSTALL_DATA) $(srcdir)/../resources/tkremind.png $(DESTDIR)$(prefix)/share/pixmaps
@@ -22,4 +22,4 @@
 +	$(INSTALL_DATA) $(srcdir)/../resources/tkremind.desktop $(DESTDIR)$(prefix)/share/applications
  	-if test "$(DESTDIR)" = ""; then \
  	    update-desktop-database < /dev/null > /dev/null 2>&1 ; \
- 	    xdg-icon-resource install --novendor --size 64 $(DESTDIR)$(prefix)/share/pixmaps/tkremind.png < /dev/null > /dev/null 2>&1; \
+ 	    xdg-icon-resource install --novendor --size 64 $(DESTDIR)$(prefix)/share/pixmaps/tkremind.png < /dev/null > /dev/null 2>&1 || true; \



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