Date: Thu, 1 Oct 1998 15:05:32 -0400 (EDT) From: Bill Fumerola <billf@jade.chc-chimes.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/8123: update port: www/linbot Message-ID: <199810011905.PAA02398@jade.chc-chimes.com>
next in thread | raw e-mail | index | archive | help
>Number: 8123 >Category: ports >Synopsis: update port: www/linbot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 1 12:10:01 PDT 1998 >Last-Modified: >Originator: Bill Fumerola >Organization: Computer Horizons Corp >Release: FreeBSD 2.2.7-STABLE i386 >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 >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?199810011905.PAA02398>