Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2002 22:12:19 -0600 (CST)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45952: [patch] fix fetch and update version for www/swish-e
Message-ID:  <200212030412.gB34CJ3k018461@lonesome.lonesome.com>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
--- 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212030412.gB34CJ3k018461>