diff options
author | kris <kris@FreeBSD.org> | 2002-09-30 06:07:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-30 06:07:57 +0800 |
commit | 588ef51a577ea2a09144d08f179d03411c8b0a3a (patch) | |
tree | 59212aa4075047ef620df12157533f8752c9712a | |
parent | 618381c2b5a392330eadec7ac6af8c4d22564eda (diff) | |
download | freebsd-ports-gnome-588ef51a577ea2a09144d08f179d03411c8b0a3a.tar.gz freebsd-ports-gnome-588ef51a577ea2a09144d08f179d03411c8b0a3a.tar.zst freebsd-ports-gnome-588ef51a577ea2a09144d08f179d03411c8b0a3a.zip |
Fix MASTER_SITES, add second checksum (the GNU copy has a different
subdirectory name, no other changes), add Author and WWW info.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/43444
-rw-r--r-- | lang/logo/Makefile | 5 | ||||
-rw-r--r-- | lang/logo/distinfo | 1 | ||||
-rw-r--r-- | lang/logo/pkg-descr | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile index 646fd3d09fcb..470ec575e42e 100644 --- a/lang/logo/Makefile +++ b/lang/logo/Makefile @@ -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 diff --git a/lang/logo/distinfo b/lang/logo/distinfo index 3007e2c0591b..e7c675dc3c45 100644 --- a/lang/logo/distinfo +++ b/lang/logo/distinfo @@ -1 +1,2 @@ MD5 (ucblogo-5.1.tar.gz) = 374b78cc020530c9b8bb7d9190f69597 +MD5 (ucblogo-5.1.tar.gz) = 599e527a2746cabdd556daad7429a69b diff --git a/lang/logo/pkg-descr b/lang/logo/pkg-descr index 4535484e8c0c..f7610217e8a5 100644 --- a/lang/logo/pkg-descr +++ b/lang/logo/pkg-descr @@ -5,4 +5,6 @@ not likely to be usable as the basis for a 64K microcomputer implementation. 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 |