summaryrefslogtreecommitdiff
path: root/deskutils/remind
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--deskutils/remind/Makefile4
-rw-r--r--deskutils/remind/distinfo6
-rw-r--r--deskutils/remind/files/extra-patch-configure.ac10
-rw-r--r--deskutils/remind/files/extra-patch-configure.in10
4 files changed, 15 insertions, 15 deletions
diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile
index 3417e5b287d7..0fef88c29d10 100644
--- a/deskutils/remind/Makefile
+++ b/deskutils/remind/Makefile
@@ -1,5 +1,5 @@
PORTNAME= remind
-DISTVERSION= 06.00.01
+DISTVERSION= 06.01.02
CATEGORIES= deskutils
# upstream moves distfiles to OLD once a new release appears
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ \
@@ -24,7 +24,7 @@ BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${BUILD_WRKSRC}
# disable LTO on riscv64
-EXTRA_PATCHES_riscv64= ${FILESDIR}/extra-patch-configure.in
+EXTRA_PATCHES_riscv64= ${FILESDIR}/extra-patch-configure.ac
EXTRA_PATCHES= ${EXTRA_PATCHES_${ARCH}}
OPTIONS_DEFINE= A4 TCLTK REM2HTML REM2PDF
diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo
index 3558196d7ed7..69bb7c99bcf1 100644
--- a/deskutils/remind/distinfo
+++ b/deskutils/remind/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756286386
-SHA256 (remind-06.00.01.tar.gz) = 0705b6f700d6cd7b0f59af106495f7dd726ea14b641d9d8408f532fb28d2f007
-SIZE (remind-06.00.01.tar.gz) = 8998734
+TIMESTAMP = 1758323659
+SHA256 (remind-06.01.02.tar.gz) = 45c08228a0aa78fbcbcc6c8259236c25b12a0aa802477bacaadf9a3d5a09fd28
+SIZE (remind-06.01.02.tar.gz) = 9003012
diff --git a/deskutils/remind/files/extra-patch-configure.ac b/deskutils/remind/files/extra-patch-configure.ac
new file mode 100644
index 000000000000..826ae75fd27d
--- /dev/null
+++ b/deskutils/remind/files/extra-patch-configure.ac
@@ -0,0 +1,10 @@
+--- configure.ac.orig 2022-10-13 14:15:40 UTC
++++ configure.ac
+@@ -51,7 +51,6 @@ if test "$GCC" = yes; then
+ AC_MSG_CHECKING([whether $CC supports $f])
+ if $CC -E $f /dev/null > /dev/null 2>&1 ; then
+ AC_MSG_RESULT([yes])
+- CFLAGS="$CFLAGS $f"
+ else
+ AC_MSG_RESULT([no])
+ fi
diff --git a/deskutils/remind/files/extra-patch-configure.in b/deskutils/remind/files/extra-patch-configure.in
deleted file mode 100644
index bac6c6366f21..000000000000
--- a/deskutils/remind/files/extra-patch-configure.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.in.orig 2022-10-13 14:15:40 UTC
-+++ configure.in
-@@ -51,7 +51,6 @@ if test "$GCC" = yes; then
- AC_MSG_CHECKING([whether $CC supports $f])
- if $CC -E $f /dev/null > /dev/null 2>&1 ; then
- AC_MSG_RESULT([yes])
-- CFLAGS="$CFLAGS $f"
- else
- AC_MSG_RESULT([no])
- fi