Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2002 22:31:42 -0600 (CST)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45953: [patch] fix fetch for textproc/pybook by updating version
Message-ID:  <200212030431.gB34Vgad020445@lonesome.lonesome.com>

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

>Number:         45953
>Category:       ports
>Synopsis:       [patch] fix fetch for textproc/pybook by updating version
>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:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>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:
	Stale port
>How-To-Repeat:
	make fetch
>Fix:

--- pybook/Makefile.dist	Mon Nov 11 16:10:58 2002
+++ pybook/Makefile	Mon Dec  2 22:26:58 2002
@@ -7,9 +7,9 @@
 #
 
 PORTNAME=	pybook
-PORTVERSION=	0.6f
+PORTVERSION=	0.8c
 CATEGORIES=	textproc python
-MASTER_SITES=	http://silmarill.org/pybook/
+MASTER_SITES=	http://silmarill.org/files/
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -22,5 +22,8 @@
 
 post-install:
 	@${MV} -f ${PREFIX}/bin/pybook.py ${PREFIX}/bin/pybook
+	${MKDIR} ${PREFIX}/share/pybook
+	${INSTALL_DATA} ${WRKSRC}/booklist ${PREFIX}/share/pybook/
+	${INSTALL_DATA} ${WRKSRC}/vimrc ${PREFIX}/share/pybook/
 
 .include <bsd.port.mk>
--- pybook/distinfo.dist	Sun Jan 27 12:07:37 2002
+++ pybook/distinfo	Mon Dec  2 22:21:36 2002
@@ -1 +1 @@
-MD5 (pybook-0.6f.tar.gz) = 55b3bdb4566f0a9b266e701281f682f4
+MD5 (pybook-0.8c.tar.gz) = fd48b50e7baf7669ad243597ee944562
--- pybook/pkg-plist.dist	Sun Jan 27 12:07:37 2002
+++ pybook/pkg-plist	Mon Dec  2 22:28:37 2002
@@ -1,4 +1,5 @@
 bin/pybook
 share/pybook/booklist
+share/pybook/license
 share/pybook/vimrc
 @dirrm share/pybook
>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?200212030431.gB34Vgad020445>