Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ac0e77d9b9f7db727ce9c8c29dbdd5bd062a1e5b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ac0e77d9b9f7db727ce9c8c29dbdd5bd062a1e5b)
  • Date: Fri, 20 Sep 2013 10:44:45 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

doc/po4a/BUILD | 4 ++--
doc/po4a/DETAILS | 8 ++++----
doc/po4a/HISTORY | 5 +++++
doc/po4a/INSTALL | 1 +
doc/po4a/PRE_BUILD | 4 ----
5 files changed, 12 insertions(+), 10 deletions(-)

New commits:
commit ac0e77d9b9f7db727ce9c8c29dbdd5bd062a1e5b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

po4a 0.45

diff --git a/doc/po4a/BUILD b/doc/po4a/BUILD
index 8f00b77..2a0f65b 100755
--- a/doc/po4a/BUILD
+++ b/doc/po4a/BUILD
@@ -1,2 +1,2 @@
-make
-
+perl Build.PL &&
+./Build
diff --git a/doc/po4a/DETAILS b/doc/po4a/DETAILS
index 67652e2..eef156e 100755
--- a/doc/po4a/DETAILS
+++ b/doc/po4a/DETAILS
@@ -1,9 +1,9 @@
SPELL=po4a
- VERSION=0.40.1
+ VERSION=0.45
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://alioth.debian.org/frs/download.php/3341/${SOURCE}
-
SOURCE_HASH=sha512:bb84d6f80599c1931c70a0063a70229e46eb2dfd14077f860059ef5546d515366378e513e7dcbc171e4c48788a9ab9bda8fbd57287f19edc8c17d79f6721a952
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-v$VERSION"
+
SOURCE_URL[0]=http://alioth.debian.org/frs/download.php/file/3942/${SOURCE}
+
SOURCE_HASH=sha512:e67334b7a45d3c23b7226077e01e12b3c4f1202531596f02851b6a9e7249b2b8a0c37f37ebbaf591753f041a4c6ce42c062b4822e91ac75884dcd0994c27323f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
WEB_SITE=http://alioth.debian.org/projects/po4a/
LICENSE[0]=GPL
ENTERED=20070104
diff --git a/doc/po4a/HISTORY b/doc/po4a/HISTORY
index 87066dd..248749a 100644
--- a/doc/po4a/HISTORY
+++ b/doc/po4a/HISTORY
@@ -1,3 +1,8 @@
+2013-09-20 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: removed, no longer needed
+ * BUILD, INSTALL: Use Build.PL
+ * DETAILS: updated spell to 0.45
+
2012-01-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: add dependency on podlators

diff --git a/doc/po4a/INSTALL b/doc/po4a/INSTALL
new file mode 100755
index 0000000..6ddfd31
--- /dev/null
+++ b/doc/po4a/INSTALL
@@ -0,0 +1 @@
+./Build install
diff --git a/doc/po4a/PRE_BUILD b/doc/po4a/PRE_BUILD
deleted file mode 100755
index 31eac97..0000000
--- a/doc/po4a/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-sed -i 's:usr/local:usr:' po/bin/Makefile



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (ac0e77d9b9f7db727ce9c8c29dbdd5bd062a1e5b), Ismael Luceno, 09/20/2013

Archive powered by MHonArc 2.6.24.

Top of Page