git: 62df19497910 - main - deskutils/remind: update to 04.01.00
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Sep 2022 05:52:50 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=62df19497910c02ca2960033e59d503149b1d239 commit 62df19497910c02ca2960033e59d503149b1d239 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-09-28 05:07:23 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-09-29 05:49:18 +0000 deskutils/remind: update to 04.01.00 ChangeLog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW PR: 266665 Reported by: fuz@fuz.su (maintainer) --- deskutils/remind/Makefile | 4 ++-- deskutils/remind/distinfo | 6 +++--- deskutils/remind/files/patch-rem2html_Makefile.in | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile index b1d51fb83d16..5a51642b9e67 100644 --- a/deskutils/remind/Makefile +++ b/deskutils/remind/Makefile @@ -1,5 +1,5 @@ PORTNAME= remind -DISTVERSION= 04.00.03 +DISTVERSION= 04.01.00 CATEGORIES= deskutils # upstream moves distfiles to OLD once a new release appears MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ \ @@ -14,7 +14,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-perl-build-artifacts MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" -INSTALL_TARGET= ${WITH_DEBUG:Dinstall-nostripped:Uinstall} +INSTALL_TARGET= ${WITH_DEBUG:Dinstall:Uinstall-stripped} OPTIONS_DEFINE= A4 TCLTK REM2HTML REM2PDF OPTIONS_DEFAULT= LANG_US REM2HTML REM2PDF diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo index 5f5851311835..63af42e9580d 100644 --- a/deskutils/remind/distinfo +++ b/deskutils/remind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660710608 -SHA256 (remind-04.00.03.tar.gz) = b254de043ef3937694c5a458070aceb4dcf871b58bd2ae7b31ef125b00777879 -SIZE (remind-04.00.03.tar.gz) = 466497 +TIMESTAMP = 1664321839 +SHA256 (remind-04.01.00.tar.gz) = 3f46839841e4c4c1a4de0c200f014894d3682ce7d265f38753555842438b4061 +SIZE (remind-04.01.00.tar.gz) = 471394 diff --git a/deskutils/remind/files/patch-rem2html_Makefile.in b/deskutils/remind/files/patch-rem2html_Makefile.in index 4c7c48a733aa..f2b86a153b8a 100644 --- a/deskutils/remind/files/patch-rem2html_Makefile.in +++ b/deskutils/remind/files/patch-rem2html_Makefile.in @@ -11,7 +11,7 @@ - $(PERL) -M$$m -e 1 > /dev/null 2>&1; \ - if test $$? != 0 ; then echo "Not installing rem2html; missing $$m"; exit 0; fi; \ - done; \ -- pod2man rem2html > rem2html.1 && mkdir -p $(DESTDIR)$(mandir)/man1 && cp rem2html.1 $(DESTDIR)$(mandir)/man1/rem2html.1 || true; \ +- pod2man --center "VERSION @VERSION@" --date "@RELEASE_DATE@" rem2html > rem2html.1 && mkdir -p $(DESTDIR)$(mandir)/man1 && cp rem2html.1 $(DESTDIR)$(mandir)/man1/rem2html.1 || true; \ - 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; @@ -19,7 +19,7 @@ + do \ + $(PERL) -M$$m -e 1 ; \ + done -+ pod2man rem2html > rem2html.1 && mkdir -p $(DESTDIR)$(mandir)/man1 && cp rem2html.1 $(DESTDIR)$(mandir)/man1/rem2html.1 || true ++ pod2man --center "VERSION @VERSION@" --date "@RELEASE_DATE@" rem2html > rem2html.1 && mkdir -p $(DESTDIR)$(mandir)/man1 && cp rem2html.1 $(DESTDIR)$(mandir)/man1/rem2html.1 || true + @echo "Installing rem2html in $(DESTDIR)$(bindir)" + mkdir -p $(DESTDIR)$(bindir) + sed -e 's|^#!perl|#!$(PERL)|' < rem2html > rem2html.out