Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (668a0e4f96057cc36e9fe3cabe60f36e5aedca99)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (668a0e4f96057cc36e9fe3cabe60f36e5aedca99)
  • Date: Mon, 30 Jan 2012 11:37:27 -0600

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

utils/remind/DEPENDS | 6 +++---
utils/remind/DETAILS | 6 +++---
utils/remind/HISTORY | 5 +++++
3 files changed, 11 insertions(+), 6 deletions(-)

New commits:
commit 668a0e4f96057cc36e9fe3cabe60f36e5aedca99
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

utils/remind: update to 3.01.12

Updated to the latest release of remind, which includes renewing the
source urls. Additionally corrected the dependency information for tk,
which is not actually required for building remind, and is only an
optional runtime component for the graphical front-end.

diff --git a/utils/remind/DEPENDS b/utils/remind/DEPENDS
index 66c1799..b0b537a 100755
--- a/utils/remind/DEPENDS
+++ b/utils/remind/DEPENDS
@@ -1,3 +1,3 @@
-depends tk &&
-depends POSTSCRIPT-INTERPRETER &&
-depends perl
+depends POSTSCRIPT-INTERPRETER &&
+depends perl &&
+suggest_depends 'tk' '' '' 'for GUI front-end tool'
diff --git a/utils/remind/DETAILS b/utils/remind/DETAILS
index 06998bd..5f01222 100755
--- a/utils/remind/DETAILS
+++ b/utils/remind/DETAILS
@@ -1,10 +1,10 @@
SPELL=remind
- VERSION=03.00.24
+ VERSION=03.01.12
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://www.roaringpenguin.com/penguin/${SOURCE}
- SOURCE2_URL[0]=http://www.roaringpenguin.com/penguin/${SOURCE2}
+ SOURCE_URL[0]=http://www.roaringpenguin.com/files/download/${SOURCE}
+ SOURCE2_URL[0]=http://www.roaringpenguin.com/files/download/${SOURCE2}
WEB_SITE=http://www.roaringpenguin.com/products/remind/
SOURCE_GPG="DavidSkoll.gpg:${SOURCE2}:UPSTREAM_KEY"
SOURCE2_IGNORE=signature
diff --git a/utils/remind/HISTORY b/utils/remind/HISTORY
index 60b2564..9a80251 100644
--- a/utils/remind/HISTORY
+++ b/utils/remind/HISTORY
@@ -1,3 +1,8 @@
+2012-01-30 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: updated to 3.01.12, update source urls
+ * DEPENDS: correct dependency information (tk is an optional runtime
+ dependency, not required for build)
+
2006-10-06 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated to 3.00.24, use upstream gpg key
* DavidSkoll.gpg: added key



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (668a0e4f96057cc36e9fe3cabe60f36e5aedca99), Justin Boffemmyer, 01/30/2012

Archive powered by MHonArc 2.6.24.

Top of Page