[140940] trunk/dports/textproc/remind
ryandesign at macports.org
ryandesign at macports.org
Tue Oct 6 01:46:27 PDT 2015
Revision: 140940
https://trac.macports.org/changeset/140940
Author: ryandesign at macports.org
Date: 2015-10-06 01:46:27 -0700 (Tue, 06 Oct 2015)
Log Message:
-----------
remind: update to 03.01.15 (#49112)
Modified Paths:
--------------
trunk/dports/textproc/remind/Portfile
trunk/dports/textproc/remind/files/patch-remove-apple-nag.patch
Modified: trunk/dports/textproc/remind/Portfile
===================================================================
--- trunk/dports/textproc/remind/Portfile 2015-10-06 03:11:13 UTC (rev 140939)
+++ trunk/dports/textproc/remind/Portfile 2015-10-06 08:46:27 UTC (rev 140940)
@@ -3,7 +3,7 @@
PortSystem 1.0
name remind
-version 03.01.12
+version 03.01.15
categories textproc pim
license GPL-2
platforms darwin
@@ -14,11 +14,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/products/remind
-master_sites http://www.roaringpenguin.com/files/download/
-checksums rmd160 d98fb10ae9d6cbf5277ded13debe1ccd05bc9fb1 \
- sha256 b8c7773ebbae80c7f340073c0c7f73124672c56a950d721f6afdab7b29f9cbb9
+homepage https://www.roaringpenguin.com/products/remind
+master_sites https://www.roaringpenguin.com/files/download/
+checksums rmd160 645f4cee9c7ee45a02228a1a055fc86762dc4927 \
+ sha256 8adab4c0b30a556c34223094c5c74779164d5f3b8be66b8039f44b577e678ec1
+
patchfiles patch-remove-apple-nag.patch
livecheck.type regex
livecheck.regex "remind-(.*?).tar.gz"
@@ -28,6 +29,7 @@
destroot.destdir prefix=${destroot}${prefix}
post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/${name}/
- file copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name}/
+ set docdir ${prefix}/share/${subport}
+ xinstall -d ${destroot}${docdir}
+ copy ${worksrcpath}/examples ${destroot}${docdir}
}
Modified: trunk/dports/textproc/remind/files/patch-remove-apple-nag.patch
===================================================================
--- trunk/dports/textproc/remind/files/patch-remove-apple-nag.patch 2015-10-06 03:11:13 UTC (rev 140939)
+++ trunk/dports/textproc/remind/files/patch-remove-apple-nag.patch 2015-10-06 08:46:27 UTC (rev 140940)
@@ -1,7 +1,6 @@
-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 @@
+--- configure.orig 2015-07-27 14:36:03.000000000 -0500
++++ configure 2015-10-06 03:42:56.000000000 -0500
+@@ -2279,21 +2279,6 @@
ac_config_headers="$ac_config_headers src/config.h"
@@ -23,9 +22,8 @@
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
+--- configure.in.orig 2015-07-27 14:35:51.000000000 -0500
++++ configure.in 2015-10-06 03:44:24.000000000 -0500
@@ -14,21 +14,6 @@
AC_CONFIG_HEADER(src/config.h)
@@ -48,12 +46,11 @@
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
+--- src/init.c.orig 2015-04-17 01:01:28.000000000 -0500
++++ src/init.c 2015-10-06 03:42:56.000000000 -0500
@@ -139,12 +139,6 @@
- int jul, tim;
+ int jul;
-#if defined(__APPLE__)
- rkrphgvba(0);
@@ -62,5 +59,5 @@
-#endif
-
jul = NO_DATE;
- tim = NO_TIME;
+ /* Initialize global dynamic buffers */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151006/ad2a0ff0/attachment.html>
More information about the macports-changes
mailing list