[Lunar-commits] <moonbase> stgit: Version bump and change in the BUILD process.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Mar 14 01:39:55 CET 2010
commit 44dbd3795ca9e5e63391b11259c28c46792005a8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Mar 13 19:39:55 2010 -0500
stgit: Version bump and change in the BUILD process.
---
devel/stgit/BUILD | 6 +++---
devel/stgit/DETAILS | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/devel/stgit/BUILD b/devel/stgit/BUILD
index 78f4c91..6b9c0a2 100644
--- a/devel/stgit/BUILD
+++ b/devel/stgit/BUILD
@@ -1,7 +1,7 @@
(
- python setup.py build &&
- prepare_install &&
- python setup.py install
+ make prefix=/usr &&
+ prepare_install &&
+ make prefix=/usr install
) > $C_FIFO 2>&1
diff --git a/devel/stgit/DETAILS b/devel/stgit/DETAILS
index 17a3240..99bbf7f 100644
--- a/devel/stgit/DETAILS
+++ b/devel/stgit/DETAILS
@@ -1,11 +1,11 @@
MODULE=stgit
- VERSION=0.14.3
+ VERSION=0.15
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://homepage.ntlworld.com/cmarinas/stgit/
- SOURCE_VFY=sha1:9ea2e859281f8fe3cbb7f2bd9fd83b9846923cbe
+ SOURCE_URL=http://download.gna.org/stgit/
+ SOURCE_VFY=sha1:8f18e3079014d907237aeffa6b851074422b7f27
WEB_SITE=http://www.procode.org/stgit/
ENTERED=20060323
- UPDATED=20080927
+ UPDATED=20100313
SHORT="Patch management tool layer on top of git"
cat << EOF
More information about the Lunar-commits
mailing list