FreeBSD Bugzilla – Attachment 227898 Details for
Bug 258499
deskutils/remind: update to 03.03.08
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
deskutils/remind: update to 03.03.08
0001-deskutils-remind-update-to-03.03.08.patch (text/plain), 3.48 KB, created by
Robert Clausecker
on 2021-09-14 15:08:47 UTC
(
hide
)
Description:
deskutils/remind: update to 03.03.08
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2021-09-14 15:08:47 UTC
Size:
3.48 KB
patch
obsolete
>From f5dd4c572cc4d69ee868b2d969b4a238718537f3 Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Tue, 27 Jul 2021 16:18:55 +0200 >Subject: [PATCH] deskutils/remind: update to 03.03.08 > >While we are there... > > - fix LANG_PBR handling > - add a dummy LANG_US option to avoid confusion > - add a pkg-help file explaining that only one > language can be installed at a time > >Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW >Reported by: portscout >--- > deskutils/remind/Makefile | 35 ++++++++++++++++++----------------- > deskutils/remind/distinfo | 6 +++--- > deskutils/remind/pkg-help | 3 +++ > 3 files changed, 24 insertions(+), 20 deletions(-) > create mode 100644 deskutils/remind/pkg-help > >diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile >index 949ff47ac36f..da2250823d98 100644 >--- a/deskutils/remind/Makefile >+++ b/deskutils/remind/Makefile >@@ -1,7 +1,7 @@ > # Created by: Lewis Thompson <purple@lewiz.net> > > PORTNAME= remind >-DISTVERSION= 03.03.07 >+DISTVERSION= 03.03.08 > CATEGORIES= deskutils > MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ > >@@ -10,12 +10,23 @@ COMMENT= Sophisticated calendar and alarm program > > LICENSE= GPLv2 > >+GNU_CONFIGURE= yes >+MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" >+ >+PLIST_FILES= bin/rem \ >+ bin/rem2ps \ >+ bin/remind \ >+ man/man1/rem.1.gz \ >+ man/man1/rem2ps.1.gz \ >+ man/man1/remind.1.gz >+ > OPTIONS_DEFINE= TCLTK A4 >-OPTIONS_RADIO= LANGUAGE >-OPTIONS_RADIO_LANGUAGE= LANG_DE LANG_NL LANG_FI LANG_FR LANG_NN \ >+OPTIONS_DEFAULT=LANG_US >+OPTIONS_SINGLE= LANGUAGE >+OPTIONS_SINGLE_LANGUAGE= LANG_US LANG_DE LANG_NL LANG_FI LANG_FR LANG_NN \ > LANG_DA LANG_PL LANG_PBR LANG_IT LANG_RO LANG_ES LANG_IS >- > A4_DESC= Use A4 instead of Letter paper >+LANGUAGE_DESC= User interface language > > LANG.DE= GERMAN > LANG.NL= DUTCH >@@ -24,22 +35,12 @@ LANG.FR= FRENCH > LANG.NN= NORWEGIAN > LANG.DA= DANISH > LANG.PL= POLISH >-LANG.BPR= BRAZPORT >+LANG.PBR= BRAZPORT > LANG.IT= ITALIAN > LANG.RO= ROMANIAN > LANG.ES= SPANISH > LANG.IS= ICELANDIC > >-GNU_CONFIGURE= yes >-MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" >- >-PLIST_FILES= bin/rem \ >- bin/rem2ps \ >- bin/remind \ >- man/man1/rem.1.gz \ >- man/man1/rem2ps.1.gz \ >- man/man1/remind.1.gz >- > TCLTK_USES= tk > TCLTK_RUN_DEPENDS= dtplite:devel/tcllib > TCLTK_PLIST_FILES= bin/cm2rem.tcl \ >@@ -49,8 +50,8 @@ TCLTK_PLIST_FILES= bin/cm2rem.tcl \ > > .include <bsd.port.options.mk> > >-.if ${PORT_OPTIONS:MLANG_??} >-CFLAGS+= -DLANG=${${PORT_OPTIONS:MLANG_??:S/_/./}} >+.if "${PORT_OPTIONS:MLANG_*}" != "" && "${PORT_OPTIONS:MLANG_*}" != LANG_US >+CFLAGS+= -DLANG=${${PORT_OPTIONS:MLANG_*:S/_/./}} > .endif > > post-patch: >diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo >index 5b1575b4ee75..876c238db2ee 100644 >--- a/deskutils/remind/distinfo >+++ b/deskutils/remind/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1624644769 >-SHA256 (remind-03.03.07.tar.gz) = 87c94e29d1e18954ff5d22247d7eca307ce621e11d22c14208f903f68a3b8a3d >-SIZE (remind-03.03.07.tar.gz) = 404576 >+TIMESTAMP = 1631630542 >+SHA256 (remind-03.03.08.tar.gz) = 25ea12cd914b7d4aecc5731b5bcb81295c0e3df963d86b9171a4eca145b7b788 >+SIZE (remind-03.03.08.tar.gz) = 407339 >diff --git a/deskutils/remind/pkg-help b/deskutils/remind/pkg-help >new file mode 100644 >index 000000000000..208c8204851e >--- /dev/null >+++ b/deskutils/remind/pkg-help >@@ -0,0 +1,3 @@ >+The LANGUAGE option selects what language the program's messages and >+user interface appears in. Only one language is supported at once >+and must be selected at compile time. >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
fuz
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 258499
: 227898