summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-17 14:36:45 +0000
committergahr <gahr@FreeBSD.org>2014-02-17 14:36:45 +0000
commit65703f1ccba581dffd9aa142e727f52b26588a20 (patch)
treedb6823ecb85e72865bc6dd445788aff2543d0da2
parenteb0688e92e2d43393198d2441454cd51c8f91892 (diff)
downloadFreeBSD-ports-65703f1ccba581dffd9aa142e727f52b26588a20.zip
FreeBSD-ports-65703f1ccba581dffd9aa142e727f52b26588a20.tar.gz
- Update to 3.1.13
- Convert to USES=tk - Fix bug http://lists.roaringpenguin.com/pipermail/remind-fans/2014/003008.html Approved by: maintainer
-rw-r--r--deskutils/remind/Makefile6
-rw-r--r--deskutils/remind/distinfo4
-rw-r--r--deskutils/remind/files/patch-src_md5.c11
3 files changed, 16 insertions, 5 deletions
diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile
index 681052b..5675058 100644
--- a/deskutils/remind/Makefile
+++ b/deskutils/remind/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= remind
-PORTVERSION= 3.1.12
+PORTVERSION= 3.1.13
CATEGORIES= deskutils
MASTER_SITES= http://www.roaringpenguin.com/files/download/ \
http://freebsd.unixfreunde.de/sources/
-DISTNAME= ${PORTNAME}-03.01.12
+DISTNAME= ${PORTNAME}-03.01.13
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Sophisticated calendar and alarm program
@@ -28,7 +28,7 @@ PLIST_FILES= bin/rem \
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTCLTK}
-USE_TK= yes
+USES= tk
RUN_DEPENDS+= dtplite:${PORTSDIR}/devel/tcllib
PLIST_FILES+= bin/cm2rem.tcl bin/tkremind
.endif
diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo
index a2a8b31..02b95aa 100644
--- a/deskutils/remind/distinfo
+++ b/deskutils/remind/distinfo
@@ -1,2 +1,2 @@
-SHA256 (remind-03.01.12.tar.gz) = b8c7773ebbae80c7f340073c0c7f73124672c56a950d721f6afdab7b29f9cbb9
-SIZE (remind-03.01.12.tar.gz) = 361662
+SHA256 (remind-03.01.13.tar.gz) = cf2663d5eb41863fc98da7c8db31ae0a86fbe7137aada81d0649523b4a0bfc4f
+SIZE (remind-03.01.13.tar.gz) = 361650
diff --git a/deskutils/remind/files/patch-src_md5.c b/deskutils/remind/files/patch-src_md5.c
new file mode 100644
index 0000000..b710e8f
--- /dev/null
+++ b/deskutils/remind/files/patch-src_md5.c
@@ -0,0 +1,11 @@
+--- src/md5.c.orig 2014-02-14 17:34:29.000000000 +0100
++++ src/md5.c 2014-02-14 17:34:37.000000000 +0100
+@@ -141,7 +141,7 @@
+ MD5Transform(ctx->buf, (uint32 *) ctx->in);
+ byteReverse((unsigned char *) ctx->buf, 4);
+ memcpy(digest, ctx->buf, 16);
+- memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */
++ memset(ctx, 0, sizeof(*ctx)); /* In case it's sensitive */
+ }
+
+ #ifndef ASM_MD5
OpenPOWER on IntegriCloud