Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 1997 03:29:07 -0700 (MST)
From:      bgingery@gtcs.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        bgingery@gtcs.com
Subject:   ports/4988: tkref-1.01, added author-site fetch to Makefile
Message-ID:  <199711091029.DAA20106@home.gtcs.com>
Resent-Message-ID: <199711091030.CAA29642@hub.freebsd.org>

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

>Number:         4988
>Category:       ports
>Synopsis:       Original was in LOCAL_PORTS only
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov  9 02:30:02 PST 1997
>Last-Modified:
>Originator:     Bruce Gingery
>Organization:
Advanced Integrators, LC
>Release:        FreeBSD 2.2.1-RELEASE i386
>Environment:

	Current port (devel/tkref)

>Description:

	port had ${MASTER_SITE_LOCAL} only as fetch location

	Note:  Although TkRef now installs based on wish8.0,
	much information it contains has not been updated past
	wish4.2.  Of course, many of the wish extensions it
	documents are also not yet integrated for wish8.0

>How-To-Repeat:

	N/A

>Fix:
=================================================
diff -uNr tkref.old/Makefile tkref/Makefile
--- tkref.old/Makefile  Thu Oct 30 01:26:48 1997
+++ tkref/Makefile      Sun Nov  9 03:13:48 1997
@@ -8,7 +8,8 @@
 
 DISTNAME=      tkref-1.01
 CATEGORIES=    devel x11
-MASTER_SITES=  ${MASTER_SITE_LOCAL}
+MASTER_SITES=  http://gtcs.com/softdist/ \
+               ${MASTER_SITE_LOCAL}
 
 MAINTAINER=    bgingery@gtcs.com
===================================================

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711091029.DAA20106>