Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c7311d71f280ecee2631b20d3d71e8f8e0e2274b

commit c7311d71f280ecee2631b20d3d71e8f8e0e2274b
Author: CSÉCSY László <boo...@frugalware.org>
Date:   Sat Apr 25 10:16:18 2009 +0200

siege-2.68-1-i686
version bump
fixed up2date, patch

diff --git a/source/network-extra/siege/FrugalBuild 
b/source/network-extra/siege/FrugalBuild
index 574ccc9..7af985c 100644
--- a/source/network-extra/siege/FrugalBuild
+++ b/source/network-extra/siege/FrugalBuild
@@ -2,17 +2,17 @@
# Maintainer: CSÉCSY László <boo...@frugalware.org>

pkgname=siege
-pkgver=2.67
+pkgver=2.68
pkgrel=1
pkgdesc="An http regression testing and benchmarking utility."
url="http://www.joedog.org/index/siege-home";
depends=('openssl')
groups=('network-extra')
archs=('i686')
-up2date="lynx -dump $url | grep stable | sed 's/.*SIEGE-\([0-9.]\+\) .*/\1/'"
+up2date="lynx -dump $url | grep -m1 stable | sed 's/.*SIEGE-\([0-9.]\+\) 
.*/\1/'"
source=(ftp://ftp.joedog.org/pub/$pkgname/$pkgname-$pkgver.tar.gz destdir.patch)
-sha1sums=('8beb37a0a2dd5253ae2534903d26fe2b7f34f3fb' \
-          'cda82637ddf7ab09153ee768f83d7406139cae93')
+sha1sums=('f550a87ebd85cbe3bb9905ffbd434c259d668794' \
+          'c4601a165130d0c13ed0d64e8e2f665cca349666')

build() {
Fpatchall
diff --git a/source/network-extra/siege/destdir.patch 
b/source/network-extra/siege/destdir.patch
index f1dfab8..179f5b1 100644
--- a/source/network-extra/siege/destdir.patch
+++ b/source/network-extra/siege/destdir.patch
@@ -1,17 +1,27 @@
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index de1c679..2d8928a 100644
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -44,7 +44,7 @@ DISTCLEANFILES    =      siegerc $(man_MANS)
+diff -Naur siege-2.68-orig/doc/Makefile.am siege-2.68/doc/Makefile.am
+--- siege-2.68-orig/doc/Makefile.am    2009-04-02 14:12:21.000000000 +0200
++++ siege-2.68/doc/Makefile.am 2009-04-25 10:14:31.000000000 +0200
+@@ -42,9 +42,9 @@

- SIEGERC           =      $(HOME)/.siegerc
+ DISTCLEANFILES    =      siegerc $(man_MANS)
+
+-SIEGERC           =      $(sysconfdir)/siegerc
++SIEGERC           =      $(DESTDIR)$(sysconfdir)/siegerc

-URLSTXT           =      $(sysconfdir)/urls.txt
+URLSTXT           =      $(DESTDIR)$(sysconfdir)/urls.txt

install-exec-hook:
@if test -f $(SIEGERC); then \
-@@ -70,7 +70,7 @@ install-exec-hook:
+@@ -61,6 +61,7 @@
+           echo "#####################################################"; \
+         fi; \
+       else \
++        $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
+         $(INSTALL_DATA) $(srcdir)/siegerc $(SIEGERC); \
+       fi
+       @if test -f $(URLSTXT); then \
+@@ -70,7 +71,7 @@
echo "         It was NOT replaced with this installation."; \
fi; \
else \
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to