Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (25132fe6e4d089c2b05964ebde9a9b3a197fcb82)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (25132fe6e4d089c2b05964ebde9a9b3a197fcb82)
  • Date: Sun, 12 Oct 2008 18:32:13 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/m4/DEPENDS | 10 ++++------
devel/m4/DETAILS | 27 ++++++++++++---------------
devel/m4/HISTORY | 5 ++++-
3 files changed, 20 insertions(+), 22 deletions(-)

New commits:
commit a42dbd8475ca4d5cd58448a8c7e7426d76e45da0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

m4: => 1.4.12

diff --git a/devel/m4/DEPENDS b/devel/m4/DEPENDS
index 6de8c0a..3017f10 100755
--- a/devel/m4/DEPENDS
+++ b/devel/m4/DEPENDS
@@ -1,6 +1,4 @@
-depends gnupg &&
-depends smgl-fhs &&
-optional_depends texinfo \
- '' \
- '' \
- 'to build info files'
+depends gnupg &&
+depends smgl-fhs &&
+
+optional_depends texinfo "" "" "to build info files"
diff --git a/devel/m4/DETAILS b/devel/m4/DETAILS
index b65dfc1..8be6ea3 100755
--- a/devel/m4/DETAILS
+++ b/devel/m4/DETAILS
@@ -1,29 +1,26 @@
SPELL=m4
- VERSION=1.4.11
+ VERSION=1.4.12
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
- SOURCE_GPG=eblake.gpg:$SOURCE2
+ SOURCE_GPG=eblake.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/m4/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="devel"
- SHORT="GNU m4 macro processor."
+ SHORT="GNU m4 macro processor"
cat << EOF
-GNU m4 - Macro processor
-An implementation of the traditional UNIX macro processor in that it
-copies its input to the output, expanding macros as it goes. Macros are
-either built-in or user-defined and can take any number of arguments. M4
-also has built-in functions for including named files, running UNIX
-commands, doing integer arithmetic, manipulating text in various ways,
-and recursions.
-It can also be used as either a front-end to a compiler or as a macro
-processor in its own right. It is often used to generate HTML as it can
-give a consistent look to pages. If GNU m4 is meant to serve GNU
-autoconf, beware that m4 should be fully installed *prior to*
-configuring autoconf itself.
+GNU m4 - Macro processor. An implementation of the traditional UNIX macro
+processor in that it copies its input to the output, expanding macros as it
+goes. Macros are either built-in or user-defined and can take any number of
+arguments. M4 also has built-in functions for including named files, running
+UNIX commands, doing integer arithmetic, manipulating text in various ways,
and
+recursions. It can also be used as either a front-end to a compiler or as a
+macro processor in its own right. It is often used to generate HTML as it can
+give a consistent look to pages. If GNU m4 is meant to serve GNU autoconf,
+beware that m4 should be fully installed *prior to* configuring autoconf
itself.
EOF
diff --git a/devel/m4/HISTORY b/devel/m4/HISTORY
index ec2885f..722f91f 100644
--- a/devel/m4/HISTORY
+++ b/devel/m4/HISTORY
@@ -1,3 +1,7 @@
+2008-10-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.12; added UPSTREAM_KEY; fixed descs
+ * DEPENDS: cleaned up
+
2008-04-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.11, SECURITY_PATCH=1

@@ -82,4 +86,3 @@

2002-10-03 Julian v. Bock <julian AT wongr.net>
* DETAILS: add LICENSE and MD5 fields.
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (25132fe6e4d089c2b05964ebde9a9b3a197fcb82), Vlad Glagolev, 10/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page