From 227bd3493f37901930ffb14c1ec45c34080e8830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Hern=C3=A1ndez=20Blas?= Date: Sun, 23 Oct 2011 19:47:27 -0200 Subject: network/hiawatha: Updated for version 7.7. Signed-off-by: Niels Horn --- network/hiawatha/hiawatha.SlackBuild | 7 +++++-- network/hiawatha/hiawatha.info | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'network/hiawatha') diff --git a/network/hiawatha/hiawatha.SlackBuild b/network/hiawatha/hiawatha.SlackBuild index 720989c388..b386ded742 100644 --- a/network/hiawatha/hiawatha.SlackBuild +++ b/network/hiawatha/hiawatha.SlackBuild @@ -22,7 +22,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hiawatha -VERSION=${VERSION:-7.4.1} +VERSION=${VERSION:-7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -119,9 +119,12 @@ do done # Add *.new files into doinst.sh -for file in $(find $PKG/etc -type f -name "*.new") +for file in $(find $PKG/etc/rc.d -type f -name "*.new") do echo preserve_perms $(echo $file | sed "s:$PKG/::") >> $PKG/install/doinst.sh +done +for file in $(find $PKG/etc/$PRGNAM -type f -name "*.new") +do echo config $(echo $file | sed "s:$PKG/::") >> $PKG/install/doinst.sh done diff --git a/network/hiawatha/hiawatha.info b/network/hiawatha/hiawatha.info index 2293352df0..79be914a2d 100644 --- a/network/hiawatha/hiawatha.info +++ b/network/hiawatha/hiawatha.info @@ -1,10 +1,10 @@ PRGNAM="hiawatha" -VERSION="7.4.1" +VERSION="7.7" HOMEPAGE="http://www.hiawatha-webserver.org" -DOWNLOAD="http://www.hiawatha-webserver.org/files/hiawatha-7.4.1.tar.gz" -MD5SUM="9c5580157acdbcb1bd31a3fb8d3b0c05" +DOWNLOAD="http://www.hiawatha-webserver.org/files/hiawatha-7.7.tar.gz" +MD5SUM="7195c829c86f1ed37d314daa4e06d06b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Antonio Hernández Blas" EMAIL="hba.nihilismus@gmail.com" -APPROVED="dsomero" +APPROVED="Niels Horn" -- cgit v1.2.3