[Lunar-commits] <moonbase-other> gcal: Version bump to 3.6.3. Adjusting the BUILD to fix regex typo and adding
stumbles
stumbles at lunar-linux.org
Fri May 24 19:54:07 CEST 2013
commit 822a62fe582b2200c37ded7a0d1dd0ec5341ea36
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 24 May 2013 10:52:27 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/822a62fe582b2200c37ded7a0d1dd0ec5341ea36
gcal: Version bump to 3.6.3. Adjusting the BUILD to fix regex typo and adding
a CONFIGURE to allow enabling of unicode and/or extended ASCII set.
---
utils/gcal/BUILD | +2/-4
utils/gcal/CONFIGURE | +2/-0
utils/gcal/DETAILS | +3/-3
3 files changed, 7 insertions(+), 7 deletions(-)
--- a/utils/gcal/BUILD
+++ b/utils/gcal/BUILD
@@ -1,6 +1,4 @@
-(
- OPTS+=" --with-included-regexps"
- default_build
+ OPTS+=" --with-included-regex" &&
-) > $C_FIFO 2>&1
+ default_build
--- /dev/null
+++ b/utils/gcal/CONFIGURE
@@ -0,0 +1,2 @@
+mquery USE_EXT_ASCII "Use extended ASCII character set?" n "--enable-easc" "--disable-easc"
+mquery ENABLE_UNI "Enable unicode?" n "--enable-unicode" "--disable-unicode"
--- a/utils/gcal/DETAILS
+++ b/utils/gcal/DETAILS
@@ -1,12 +1,12 @@
MODULE=gcal
- VERSION=3.6
+ VERSION=3.6.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE/
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
- SOURCE_VFY=sha1:8aae14b37b1bf1aa752a99608a5909baf5aa30db
+ SOURCE_VFY=sha1:90832718e9a1eb4fecdbaf2baae419e6a2f64523
WEB_SITE=http://www.gnu.org/software/gcal/
ENTERED=20020214
- UPDATED=20100622
+ UPDATED=20130524
SHORT="displays hybrid and proleptic Julian and Gregorian calendar sheets"
cat << EOF
Gcal displays hybrid and proleptic Julian and Gregorian calendar
More information about the Lunar-commits
mailing list