Date: Thu, 19 Oct 2006 13:25:38 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/104580: [PATCH] www/swish++: update to 6.1.4 Message-ID: <200610191725.k9JHPcIt039084@goodking.goodking.ca> Resent-Message-ID: <200610191730.k9JHULPn063799@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104580 >Category: ports >Synopsis: [PATCH] www/swish++: update to 6.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 19 17:30:21 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct 2 02:05:54 EDT >Description: - Update to 6.1.4 - project has moved to SF.net, update MASTER_SITES and pkg-descr WWW to reflect change. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- swish++-6.1.4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/swish++/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- Makefile 13 May 2006 04:41:20 -0000 1.29 +++ Makefile 19 Oct 2006 17:22:36 -0000 @@ -7,9 +7,10 @@ # PORTNAME= swish++ -PORTVERSION= 6.0.4 +PORTVERSION= 6.1.4 CATEGORIES= www textproc -MASTER_SITES= http://homepage.mac.com/pauljlucas/software/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= swishplusplus MAINTAINER= ports@FreeBSD.org COMMENT= Simple Web Indexing System for Humans: C++ version @@ -18,6 +19,7 @@ USE_PERL5= yes USE_GMAKE= yes +USE_GCC= 3.4+ MAKEFILE= GNUmakefile MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} \ PERL=${PERL} PERL_VER=${PERL_VER} @@ -27,12 +29,6 @@ MAN4= swish++.conf.4 swish++.index.4 MAN8= searchd.8 searchmonitor.8 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -.endif - post-patch: @${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h .for file in scripts/searchd scripts/searchmonitor @@ -45,4 +41,4 @@ post-install: ${INSTALL_SCRIPT} ${FILESDIR}/swish++.sh ${PREFIX}/etc/rc.d/swish++.sh.sample -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/swish++/distinfo,v retrieving revision 1.22 diff -u -r1.22 distinfo --- distinfo 25 Nov 2005 19:02:18 -0000 1.22 +++ distinfo 19 Oct 2006 17:22:36 -0000 @@ -1,3 +1,3 @@ -MD5 (swish++-6.0.4.tar.gz) = 3a81a1ca59addd6198f89e680bc77bff -SHA256 (swish++-6.0.4.tar.gz) = ad5eb3fd64c6206f0e259c79c894f24f4cc2b8ca1f909eb16bc9eb5acd5074d1 -SIZE (swish++-6.0.4.tar.gz) = 292826 +MD5 (swish++-6.1.4.tar.gz) = 08c0eac88e4f08c353037b893e243268 +SHA256 (swish++-6.1.4.tar.gz) = 35e2c3d98a0cfd8c9fac45b7e12d13462e2521f025daac81045e697f403721f7 +SIZE (swish++-6.1.4.tar.gz) = 302123 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/swish++/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 13 Jan 2002 04:19:26 -0000 1.1 +++ pkg-descr 19 Oct 2006 17:22:36 -0000 @@ -1,4 +1,4 @@ -SWISH++ is a Unix-based file indexing and searching engine (typically used to -index and search files on web sites). It was based on SWISH-E +SWISH++ is a Unix-based file indexing and searching engine (typically +used to index and search files on web sites). It was based on SWISH-E. -WWW: http://homepage.mac.com/pauljlucas/software/swish/ +WWW: http://swishplusplus.sourceforge.net/ --- swish++-6.1.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610191725.k9JHPcIt039084>