update to remind-3.1.14

This commit is contained in:
jasper 2015-06-04 14:46:27 +00:00
parent 65eb1f75ff
commit 02d9cfe7a6
3 changed files with 5 additions and 21 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.33 2015/01/21 06:23:34 bentley Exp $
# $OpenBSD: Makefile,v 1.34 2015/06/04 14:46:27 jasper Exp $
COMMENT= scripting language for reminders, with a Tk front end
DISTNAME= remind-03.01.12
PKGNAME= remind-3.1.12
REVISION = 1
DISTNAME= remind-03.01.14
PKGNAME= remind-3.1.14
CATEGORIES= misc
MASTER_SITES= http://www.roaringpenguin.com/files/download/

View File

@ -1,2 +1,2 @@
SHA256 (remind-03.01.12.tar.gz) = uMd3PruugMfzQAc8DH9zEkZyxWqVDXIfav2reyn5y7k=
SIZE (remind-03.01.12.tar.gz) = 361662
SHA256 (remind-03.01.14.tar.gz) = CtFK55bf2ETikBxpHQPr3Rc/2KcRQd8MJsHRkvKQMa0=
SIZE (remind-03.01.14.tar.gz) = 362771

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-tests_test-rem,v 1.1 2012/07/04 18:38:36 stu Exp $
Fix broken test. From upstream.
--- tests/test-rem.orig Tue May 8 17:14:59 2012
+++ tests/test-rem Tue May 8 17:17:42 2012
@@ -68,7 +68,7 @@ echo "Sort Test" >> ../tests/test.out
(echo "REM AT 12:00 MSG Untimed"; echo "REM MSG Timed") | ../src/remind -q -gaaad - 1 Jan 2000 >> ../tests/test.out 2>&1
echo "Purge Test" >> ../tests/test.out
-../src/remind -j999 ../tests/purge_dir/f1.rem >> ../tests/test.out 2>&1
+../src/remind -j999 ../tests/purge_dir/f1.rem 3 Feb 2012 >> ../tests/test.out 2>&1
echo "F1" >> ../tests/test.out
cat ../tests/purge_dir/f1.rem.purged >> ../tests/test.out
echo "F2" >> ../tests/test.out