New commits:
commit 1767c183af3801cd37651089f0959c63ebc43794
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
maxima: Updated to 5.13.0
commit 38cf4a700aba40fe6907b50367032b881cd72be1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
ifplugd: Treat ifplugd.action as a configuration file as well
diff --git a/net/ifplugd/HISTORY b/net/ifplugd/HISTORY
index 24f9276..f981fa5 100644
--- a/net/ifplugd/HISTORY
+++ b/net/ifplugd/HISTORY
@@ -1,3 +1,7 @@
+2007-09-29 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Don't install ifplugd.action by default either
+ * INSTALL: ifplugd.action is also a config file, treat it as such
+
2007-09-27 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply glibc-2.6.patch
* glibc-2.6.patch: From http://svn.0pointer.de/viewvc/trunk/src/interface.c?r1=114&r2=133&view=patch&sortby=date&root=ifplugd&pathrev=133
diff --git a/net/ifplugd/INSTALL b/net/ifplugd/INSTALL
index c07cfee..c68b252 100755
--- a/net/ifplugd/INSTALL
+++ b/net/ifplugd/INSTALL
@@ -1,5 +1,7 @@
default_install &&
# Install this separately, otherwise the existing one is overwritten
-install_config_file $SCRIPT_DIRECTORY/conf/ifplugd.conf \
- /etc/ifplugd/ifplugd.conf
+install_config_file $SCRIPT_DIRECTORY/conf/ifplugd.conf \
+ /etc/ifplugd/ifplugd.conf &&
+install_config_file $SCRIPT_DIRECTORY/conf/ifplugd.action \
+ /etc/ifplugd/ifplugd.action
diff --git a/net/ifplugd/PRE_BUILD b/net/ifplugd/PRE_BUILD
index 5344b3d..192bd7a 100755
--- a/net/ifplugd/PRE_BUILD
+++ b/net/ifplugd/PRE_BUILD
@@ -3,5 +3,6 @@ cd $SOURCE_DIRECTORY &&
patch -p1 < $SCRIPT_DIRECTORY/glibc-2.6.patch &&
# Prevent install of init script and config file
-sedit 's/^.*INSTALL.*ifplugd\.init.*$//' $SOURCE_DIRECTORY/conf/Makefile.in
&&
-sedit 's/^.*INSTALL.*ifplugd\.conf.*$//' $SOURCE_DIRECTORY/conf/Makefile.in
+sedit 's/^.*INSTALL.*ifplugd\.init.*$//'
$SOURCE_DIRECTORY/conf/Makefile.in &&
+sedit 's/^.*INSTALL.*ifplugd\.conf.*$//'
$SOURCE_DIRECTORY/conf/Makefile.in &&
+sedit 's/^.*INSTALL.*ifplugd\.action.*$//' $SOURCE_DIRECTORY/conf/Makefile.in
diff --git a/science/maxima/DETAILS b/science/maxima/DETAILS
index 3351bb5..d0a72e3 100755
--- a/science/maxima/DETAILS
+++ b/science/maxima/DETAILS
@@ -1,5 +1,5 @@
SPELL=maxima
- VERSION=5.12.0
+ VERSION=5.13.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
diff --git a/science/maxima/HISTORY b/science/maxima/HISTORY
index e9dc0b1..0a2303c 100644
--- a/science/maxima/HISTORY
+++ b/science/maxima/HISTORY
@@ -1,3 +1,6 @@
+2007-09-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 5.13.0
+
2007-05-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 5.12.0
diff --git a/science/maxima/maxima-5.12.0.tar.gz.sig
b/science/maxima/maxima-5.12.0.tar.gz.sig
deleted file mode 100644
index d1a17b3..0000000
Binary files a/science/maxima/maxima-5.12.0.tar.gz.sig and /dev/null differ
diff --git a/science/maxima/maxima-5.13.0.tar.gz.sig
b/science/maxima/maxima-5.13.0.tar.gz.sig
new file mode 100644
index 0000000..151a4f5
Binary files /dev/null and b/science/maxima/maxima-5.13.0.tar.gz.sig differ
[SM-Commit] GIT changes to master grimoire by Eric Sandall (1767c183af3801cd37651089f0959c63ebc43794),
Eric Sandall, 09/29/2007