From billf@jade.chc-chimes.com  Thu Oct  1 12:07:04 1998
Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14115
          for <FreeBSD-gnats-submit@freebsd.org>; Thu, 1 Oct 1998 12:07:02 -0700 (PDT)
          (envelope-from billf@jade.chc-chimes.com)
Received: (from billf@localhost)
	by jade.chc-chimes.com (8.8.8/8.8.8) id PAA02398;
	Thu, 1 Oct 1998 15:05:32 -0400 (EDT)
	(envelope-from billf)
Message-Id: <199810011905.PAA02398@jade.chc-chimes.com>
Date: Thu, 1 Oct 1998 15:05:32 -0400 (EDT)
From: Bill Fumerola <billf@jade.chc-chimes.com>
Reply-To: billf@jade.chc-chimes.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: update port: www/linbot
X-Send-Pr-Version: 3.2

>Number:         8123
>Category:       ports
>Synopsis:       update port: www/linbot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct  1 12:10:01 PDT 1998
>Closed-Date:    Sat Oct 3 03:08:13 PDT 1998
>Last-Modified:  Sat Oct  3 03:09:21 PDT 1998
>Originator:     Bill Fumerola
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
Computer Horizons Corp
>Environment:
billf@jade$ uname -a
FreeBSD jade.chc-chimes.com 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Fri Sep
25 16:41:52 EDT 1998
root@jade.chc-chimes.com:/usr/cvs-update/src/sys/compile/JADED  i386
 
>Description:

just keeping current with the linbot people.
they added CSS support.

on a side note, portlint should check for ${LN} and make sure people use
the -f flag, like I should have the first time. oh well.

>How-To-Repeat:
>Fix:
--- Makefile.old	Thu Oct  1 14:55:35 1998
+++ Makefile	Thu Oct  1 15:01:29 1998
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.1.1.1 1998/09/21 05:42:14 jkoshy Exp $
 #
 
-DISTNAME=	linbot-0.8
+DISTNAME=	linbot-0.9
 CATEGORIES=	www
 MASTER_SITES=	http://starship.skyport.net/crew/marduk/linbot/
 
@@ -21,7 +21,8 @@
 do-install:
 	${MKDIR} ${PREFIX}/share/linbot
 	${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot
+	${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot
 	${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1
-	${LN} -s ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
+	${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot
 
 .include <bsd.port.mk>
--- md5.old	Thu Oct  1 14:55:42 1998
+++ files/md5	Thu Oct  1 14:57:44 1998
@@ -1 +1 @@
-MD5 (linbot-0.8.tar.gz) = ee327410be4dacb838aa79b3012763f6
+MD5 (linbot-0.9.tar.gz) = a92ef2783e80468f6910188490fb46df
--- pkg/PLIST.old	Thu Oct  1 15:01:53 1998
+++ pkg/PLIST	Thu Oct  1 15:00:39 1998
@@ -3,6 +3,7 @@
 share/linbot/linbot.py
 share/linbot/myUrlLib.py
 share/linbot/robotparser.py
+share/linbot/linbot.css
 @exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot
 @unexec rm -rf %D/share/linbot
 @unexec rm %D/bin/linbot

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkoshy 
State-Changed-When: Sat Oct 3 03:08:13 PDT 1998 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
