[Lunar-commits] <moonbase-core> automake: version bumped to 1.15.

Florin Braescu florin at lunar-linux.org
Tue Jan 13 19:13:06 CET 2015


commit 44c4cf9b7a85166f0431196ffc63d1ef5cfefbfb
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon, 12 Jan 2015 18:27:31 +0200
URL: https://github.com/lunar-linux/moonbase-core/commit/44c4cf9b7a85166f0431196ffc63d1ef5cfefbfb

automake: version bumped to 1.15.
---
  devel/automake/BUILD   | +4/-2     
  devel/automake/DETAILS | +4/-5     
  2 files changed, 8 insertions(+), 7 deletions(-)

--- a/devel/automake/BUILD
+++ b/devel/automake/BUILD
@@ -2,8 +2,10 @@
 
   default_build &&
 
-  #the line below is for the "automake" symlink, needed by some sources
+  #the lines below arfe for the "automake" and "aclocal" symlinks, needed by some sources
   rm -Rf /usr/share/automake &&
-  ln -sf /usr/share/automake-${MAJOR} /usr/share/automake
+  rm -Rf /usr/share/aclocal  &&
+  ln -sf /usr/share/aclocal-${VERSION::4}  /usr/share/aclocal &&
+  ln -sf /usr/share/automake-${VERSION::4} /usr/share/automake
 
 ) > $C_FIFO 2>&1
--- a/devel/automake/DETAILS
+++ b/devel/automake/DETAILS
@@ -1,14 +1,13 @@
           MODULE=automake
-           MAJOR=1.14
-         VERSION=$MAJOR.1
-          SOURCE=$MODULE-$VERSION.tar.gz
+         VERSION=1.15
+          SOURCE=$MODULE-$VERSION.tar.xz
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
    SOURCE_URL[2]=ftp://sources.redhat.com/pub/$MODULE
-      SOURCE_VFY=sha1:0bb1714b78d70cab9907d2013082978a28f48a46
+      SOURCE_VFY=sha256:9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636
         WEB_SITE=http://www.gnu.org/software/automake
          ENTERED=20010922
-         UPDATED=20140412
+         UPDATED=20150107
            SHORT="Generate GNU coding standards compliant Makefiles"
 
 cat << EOF




More information about the Lunar-commits mailing list