From owner-freebsd-ports Mon Dec 2 20:20:10 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D8C037B401 for ; Mon, 2 Dec 2002 20:20:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5156443E9C for ; Mon, 2 Dec 2002 20:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB34K7x3008133 for ; Mon, 2 Dec 2002 20:20:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB34K7CH008132; Mon, 2 Dec 2002 20:20:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD5FF37B401 for ; Mon, 2 Dec 2002 20:10:59 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3361A43EAF for ; Mon, 2 Dec 2002 20:10:59 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs2876-77.austin.rr.com [24.28.76.77]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id 3B86914195 for ; Mon, 2 Dec 2002 22:10:58 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.6/8.12.3) with ESMTP id gB34CJKb018462 for ; Mon, 2 Dec 2002 22:12:20 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.6/8.12.6/Submit) id gB34CJ3k018461; Mon, 2 Dec 2002 22:12:19 -0600 (CST) (envelope-from linimon) Message-Id: <200212030412.gB34CJ3k018461@lonesome.lonesome.com> Date: Mon, 2 Dec 2002 22:12:19 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: ports/45952: [patch] fix fetch and update version for www/swish-e 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: 45952 >Category: ports >Synopsis: [patch] fix fetch and update version for www/swish-e >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 02 20:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-2.0 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Port was pretty stale (1.3.2 vs. 2.2.2) >How-To-Repeat: make fetch >Fix: Also note that the two patch-* files must go away. --- swish-e/Makefile.dist Mon Jul 1 09:36:41 2002 +++ swish-e/Makefile Mon Dec 2 21:54:41 2002 @@ -6,22 +6,21 @@ # PORTNAME= swish-e -PORTVERSION= 1.3.2 +PORTVERSION= 2.2.2 CATEGORIES= www textproc MASTER_SITES= http://swish-e.org/Download/ -DISTNAME= swish-efiles.1.3.2 MAINTAINER= doconnor@gsoft.com.au -WRKSRC= ${WRKDIR}/src +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +GNU_CONFIGURE= yes USE_GMAKE= yes do-install: - $(INSTALL_PROGRAM) ${WRKSRC}/swish-e ${PREFIX}/bin + $(INSTALL_PROGRAM) ${WRKSRC}/src/swish-e ${PREFIX}/bin $(MKDIR) -p $(PREFIX)/share/examples/swish-e - $(INSTALL_DATA) ${WRKSRC}/user.config ${PREFIX}/share/examples/swish-e - $(INSTALL_DATA) ${WRKSRC}/test.html ${PREFIX}/share/examples/swish-e - $(INSTALL_DATA) ${WRKSRC}/swishspider ${PREFIX}/share/examples/swish-e - $(INSTALL_DATA) ${WRKSRC}/README-SWISH-E ${PREFIX}/share/examples/swish-e + $(INSTALL_DATA) ${WRKSRC}/README ${PREFIX}/share/examples/swish-e + $(INSTALL_DATA) ${WRKSRC}/src/swishspider ${PREFIX}/share/examples/swish-e + $(INSTALL_DATA) ${WRKSRC}/tests/test.html ${PREFIX}/share/examples/swish-e .include --- swish-e/distinfo.dist Wed Dec 15 20:27:27 1999 +++ swish-e/distinfo Mon Dec 2 21:31:06 2002 @@ -1 +1 @@ -MD5 (swish-efiles.1.3.2.tar.gz) = d718824165a4af150a47b072889a0f16 +MD5 (swish-e-2.2.2.tar.gz) = 5a3ba1f5d980da2c2eb8059ae1cd7095 --- swish-e/pkg-plist.dist Mon Dec 2 22:08:03 2002 +++ swish-e/pkg-plist Mon Dec 2 21:54:21 2002 @@ -1,6 +1,5 @@ -share/examples/swish-e/user.config -share/examples/swish-e/test.html +share/examples/swish-e/README share/examples/swish-e/swishspider -share/examples/swish-e/README-SWISH-E +share/examples/swish-e/test.html bin/swish-e @dirrm share/examples/swish-e >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message