Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2002 12:37:25 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/43444: lang/logo Fix MASTER_SITES, checksum
Message-ID:  <200209281037.g8SAbPhO005186@sauna.arved.de>

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

>Number:         43444
>Category:       ports
>Synopsis:       lang/logo Fix MASTER_SITES, checksum
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 28 03:40:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	readd MASTER_SITE_SUBDIR, which was lost accidently with last update
	Changed Download location at berkeley to "ftp".
	The file on ftp.gnu.org has a different Checksum then the one at 
	Berkeley, but diff showed no difference, so add second MD5 sum. 
	Unify pkg-descr, Added Author and WWW line.
	
>How-To-Repeat:
	
>Fix:

	

--- logo.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/logo/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	16 May 2002 13:59:13 -0000	1.19
+++ Makefile	28 Sep 2002 10:27:27 -0000
@@ -8,8 +8,9 @@
 PORTNAME=	ucblogo
 PORTVERSION=	5.1
 CATEGORIES=	lang
-MASTER_SITES=	${MASTER_SITE_GNU} \
-		ftp://anarres.cs.berkeley.edu/pub/ucblogo/
+MASTER_SITES= 	${MASTER_SITE_GNU} \
+		ftp://ftp.cs.berkeley.edu/pub/ucblogo/
+MASTER_SITE_SUBDIR=non-gnu/ucblogo
 
 .if defined(EMACS_LOGO_MODE)
 BUILD_DEPENDS=  emacs:${PORTSDIR}/editors/emacs
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/logo/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	16 May 2002 13:59:13 -0000	1.5
+++ distinfo	28 Sep 2002 10:27:08 -0000
@@ -1 +1,2 @@
 MD5 (ucblogo-5.1.tar.gz) = 374b78cc020530c9b8bb7d9190f69597
+MD5 (ucblogo-5.1.tar.gz) = 599e527a2746cabdd556daad7429a69b
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/lang/logo/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 pkg-descr
--- pkg-descr	22 Oct 1994 23:05:49 -0000	1.1.1.1
+++ pkg-descr	28 Sep 2002 10:17:56 -0000
@@ -5,4 +5,6 @@
 
 The interpreter was written primarily by Daniel Van Blerkom, Brian Harvey,
 Michael Katz, and Douglas Orleans.  Thanks to Fred Gilham for the X11 code.
-Send comments by e-mail to bh@cs.berkeley.edu.
+
+Author: Brian Harvey <bh@cs.berkeley.edu> et al. 
+WWW: http://www.cs.berkeley.edu/~bh/logo.html
--- logo.diff ends here ---


>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?200209281037.g8SAbPhO005186>