From owner-freebsd-ports Sat Apr 6 14:40:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7432337B41C for ; Sat, 6 Apr 2002 14:40:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g36Me3804515; Sat, 6 Apr 2002 14:40:03 -0800 (PST) (envelope-from gnats) Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 7F5FF37B405 for ; Sat, 6 Apr 2002 14:30:18 -0800 (PST) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g36MNEC22566 for ; Sun, 7 Apr 2002 00:23:14 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 9B4515A548 for ; Sun, 7 Apr 2002 00:23:13 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id A090A5A545; Sun, 7 Apr 2002 00:23:12 +0200 (CEST) Message-Id: <20020406222312.A090A5A545@nemesis.informatik.unibw-muenchen.de> Date: Sun, 7 Apr 2002 00:23:12 +0200 (CEST) From: Oliver Braun To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36825: Update port: www/swish++ to 5.7, take maintainership Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36825 >Category: ports >Synopsis: Update port: www/swish++ to 5.7, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Apr 06 14:40:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Oliver Braun >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386 >Description: * Update www/swish++ from 5.6 to 5.7 * want to take maintainership Regards, Olli >How-To-Repeat: >Fix: diff -ruN swish++.old/Makefile swish++/Makefile --- swish++.old/Makefile Sun Jan 13 05:19:26 2002 +++ swish++/Makefile Sun Apr 7 00:19:39 2002 @@ -7,11 +7,11 @@ # PORTNAME= swish++ -PORTVERSION= 5.6 +PORTVERSION= 5.7 CATEGORIES= www textproc MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obraun@informatik.unibw-muenchen.de RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget @@ -31,7 +31,7 @@ ${SED} '/^#error/d' config.h > config.h.tmp ; \ ${MV} -f config.h.tmp config.h) .for file in searchd searchmonitor - @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file} + @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in .endfor post-install: diff -ruN swish++.old/distinfo swish++/distinfo --- swish++.old/distinfo Sun Jan 13 05:19:26 2002 +++ swish++/distinfo Sun Apr 7 00:15:58 2002 @@ -1 +1 @@ -MD5 (swish++-5.6.tar.gz) = 788811eea199c239931583bca1dc88d6 +MD5 (swish++-5.7.tar.gz) = 6666adfd023eead15fae04386b987b6e diff -ruN swish++.old/files/patch-GNUmakefile swish++/files/patch-GNUmakefile --- swish++.old/files/patch-GNUmakefile Sun Jan 13 05:19:27 2002 +++ swish++/files/patch-GNUmakefile Sun Apr 7 00:03:54 2002 @@ -1,6 +1,6 @@ ---- GNUmakefile.orig Wed Dec 19 12:24:07 2001 -+++ GNUmakefile Sun Jan 13 12:04:59 2002 -@@ -192,13 +192,13 @@ +--- GNUmakefile.orig Sun Apr 7 00:01:09 2002 ++++ GNUmakefile Sun Apr 7 00:02:15 2002 +@@ -193,7 +193,7 @@ cd $(I_BIN) && $(STRIP) $(CPP_TARGET) install_lib: $(I_LIB) @@ -9,10 +9,3 @@ install_man: @$(MAKE) -C man install - - install_conf: -- $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) swish++.conf /etc -+ $(INSTALL) $(I_OWNER) $(I_GROUP) $(I_MODE) swish++.conf ${PREFIX}/etc - - $(I_BIN) $(I_LIB): - $(MKDIR) $@ diff -ruN swish++.old/files/patch-config::config.mk swish++/files/patch-config::config.mk --- swish++.old/files/patch-config::config.mk Sun Jan 13 05:19:27 2002 +++ swish++/files/patch-config::config.mk Sun Apr 7 00:07:36 2002 @@ -1,5 +1,5 @@ ---- config/config.mk.orig Sun Jan 13 11:38:36 2002 -+++ config/config.mk Sun Jan 13 11:41:51 2002 +--- config/config.mk.orig Sun Apr 7 00:04:51 2002 ++++ config/config.mk Sun Apr 7 00:07:14 2002 @@ -35,8 +35,8 @@ # ############################################################################### @@ -19,24 +19,7 @@ else PTHREAD_LIB:= -lpthread endif -@@ -118,7 +117,6 @@ - # The command to remove files recursively and ignore errors; - # usually "rm -fr" for Unix or "erase" for Windows. - --PERL:= /usr/local/bin/perl - # The full path to the Perl 5 executable; usually "/bin/perl" or - # "/usr/local/bin/perl" for Unix or "\Perl\bin\perl" for - # Windows. You need this only if you intend on using -@@ -145,15 +143,14 @@ - # - ############################################################################### - --#CC:= g++ --CC:= /usr/local/bin/g++ -+CC:= g++ - # The C++ compiler you are using; usually "CC" or "g++". - - #DEBUG:= true +@@ -152,7 +151,7 @@ ifdef DEBUG OPTIM:= -g else @@ -45,7 +28,7 @@ # The optimization level. Many compilers allow a digit after the # O to specify the level of optimization; if so, set yours to the # highest number your compiler allows without eliciting problems -@@ -196,7 +193,7 @@ +@@ -195,7 +194,7 @@ INSTALL:= $(ROOT)/install-sh # Install command; usually "$(ROOT)/install-sh". >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message