[72429] trunk/dports/textproc/remind
nottwo at macports.org
nottwo at macports.org
Thu Oct 14 12:08:29 PDT 2010
Revision: 72429
http://trac.macports.org/changeset/72429
Author: nottwo at macports.org
Date: 2010-10-14 12:08:25 -0700 (Thu, 14 Oct 2010)
Log Message:
-----------
textproc/remind: Update to 03.01.09, disable MacOS X nagware
Modified Paths:
--------------
trunk/dports/textproc/remind/Portfile
Added Paths:
-----------
trunk/dports/textproc/remind/files/
trunk/dports/textproc/remind/files/patch-remove-apple-nag.patch
Modified: trunk/dports/textproc/remind/Portfile
===================================================================
--- trunk/dports/textproc/remind/Portfile 2010-10-14 18:11:21 UTC (rev 72428)
+++ trunk/dports/textproc/remind/Portfile 2010-10-14 19:08:25 UTC (rev 72429)
@@ -3,7 +3,7 @@
PortSystem 1.0
name remind
-version 03.01.06
+version 03.01.09
categories textproc pim
platforms darwin
maintainers nomaintainer
@@ -13,12 +13,12 @@
programs. Remind offers a specialized scripting language which can \
be used to express rather complicated scheduling methods in just a few lines.
-homepage http://www.roaringpenguin.com/penguin/openSourceProducts/remind
+homepage http://www.roaringpenguin.com/products/remind
master_sites http://www.roaringpenguin.com/files/download/
-checksums md5 65e5052ebdeeb31689bc68e7854150d5 \
- sha1 ede286bed901c140ccf27c1700682e18a10326cd \
- rmd160 179f7a3212d351fe62eb73aae980fc578cd39d35
+checksums md5 261a5fb774a1d671cc71e36fd0ea02b3 \
+ sha1 275f5375ac74269fa23df0c7de7aa9226e222e8a
+patchfiles patch-remove-apple-nag.patch
livecheck.type regex
livecheck.regex "remind-(.*?).tar.gz"
Added: trunk/dports/textproc/remind/files/patch-remove-apple-nag.patch
===================================================================
--- trunk/dports/textproc/remind/files/patch-remove-apple-nag.patch (rev 0)
+++ trunk/dports/textproc/remind/files/patch-remove-apple-nag.patch 2010-10-14 19:08:25 UTC (rev 72429)
@@ -0,0 +1,66 @@
+diff -ur remind-03.01.09.orig/configure remind-03.01.09/configure
+--- configure 2010-06-02 15:45:50.000000000 -0400
++++ configure 2010-10-12 14:55:48.000000000 -0400
+@@ -1691,21 +1691,6 @@
+ ac_config_headers="$ac_config_headers src/config.h"
+
+
+-if test "`uname -s`" = "Darwin" ; then
+- trap 'echo Be patient...' INT TERM
+- cat <<'EOF'
+-
+-Please don't use Apple products. This script will continue in 30 seconds
+-if you insist on compiling Remind on Mac OS X.
+-
+-EOF
+- for i in 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 ; do
+- sleep 1
+- done
+- trap - INT
+- trap - TERM
+-fi
+-
+ if uname -s | grep -i -q 'cygwin' ; then
+ trap 'echo Be patient...' INT TERM
+ cat <<'EOF'
+diff -ur remind-03.01.09.orig/configure.in remind-03.01.09/configure.in
+--- configure.in 2010-06-02 15:45:50.000000000 -0400
++++ configure.in 2010-10-12 14:56:06.000000000 -0400
+@@ -14,21 +14,6 @@
+
+ AC_CONFIG_HEADER(src/config.h)
+
+-if test "`uname -s`" = "Darwin" ; then
+- trap 'echo Be patient...' INT TERM
+- cat <<'EOF'
+-
+-Please don't use Apple products. This script will continue in 30 seconds
+-if you insist on compiling Remind on Mac OS X.
+-
+-EOF
+- for i in 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 ; do
+- sleep 1
+- done
+- trap - INT
+- trap - TERM
+-fi
+-
+ if uname -s | grep -i -q 'cygwin' ; then
+ trap 'echo Be patient...' INT TERM
+ cat <<'EOF'
+diff -ur remind-03.01.09.orig/src/init.c remind-03.01.09/src/init.c
+--- src/init.c 2010-05-18 20:45:23.000000000 -0400
++++ src/init.c 2010-10-12 14:44:12.000000000 -0400
+@@ -139,12 +139,6 @@
+
+ int jul, tim;
+
+-#if defined(__APPLE__)
+- rkrphgvba(0);
+-#elif defined(__CYGWIN__)
+- rkrphgvba(1);
+-#endif
+-
+ jul = NO_DATE;
+ tim = NO_TIME;
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101014/781762ed/attachment.html>
More information about the macports-changes
mailing list