Date: Thu, 7 Oct 1999 13:52:56 -0400 (EDT) From: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14187: updated port lang/nqc Message-ID: <199910071752.NAA10950@kronos.alcnet.com>
next in thread | raw e-mail | index | archive | help
>Number: 14187 >Category: ports >Synopsis: updated port lang/nqc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 7 11:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: nqc port currently doesn't build because the old tarball was removed from the distsite in favor of a newer version. Attached is a recursive diff to be applied in ports/lang to update the nqc port to the latest version of nqc (which also solves the inability to fetch the old tarball). >How-To-Repeat: >Fix: diff -ur nqc.orig/Makefile nqc/Makefile --- nqc.orig/Makefile Thu Oct 7 13:43:33 1999 +++ nqc/Makefile Thu Oct 7 13:44:53 1999 @@ -1,15 +1,15 @@ # New ports collection makefile for: nqc -# Version required: 1.3 -# Date created: 11 Aug 1999 +# Version required: 2.0.1 +# Date created: 7 Oct 1999 # Whom: kbyanc # # $FreeBSD: ports/lang/nqc/Makefile,v 1.2 1999/08/25 06:35:03 obrien Exp $ # -DISTNAME= nqc_src_1_3 -PKGNAME= nqc-1.3 +DISTNAME= nqc_src_2_0_1 +PKGNAME= nqc-2.0.1 CATEGORIES= lang -MASTER_SITES= http://www.enteract.com/~dbaum/lego/nqc/release/ +MASTER_SITES= http://www.enteract.com/~dbaum/nqc/release/ MAINTAINER= kbyanc@posi.net diff -ur nqc.orig/files/md5 nqc/files/md5 --- nqc.orig/files/md5 Thu Oct 7 13:43:33 1999 +++ nqc/files/md5 Thu Oct 7 13:45:03 1999 @@ -1 +1 @@ -MD5 (nqc_src_1_3.tar.gz) = abc72729822f013c01f41e8c64e33088 +MD5 (nqc_src_2_0_1.tar.gz) = 4e1189ccd1cb8050fa665924ef487032 diff -ur nqc.orig/pkg/DESCR nqc/pkg/DESCR --- nqc.orig/pkg/DESCR Thu Oct 7 13:43:33 1999 +++ nqc/pkg/DESCR Thu Oct 7 13:47:25 1999 @@ -9,7 +9,7 @@ The NQC home page includes documentation for the language itself including examples. -WWW: http://www.enteract.com/~dbaum/lego/nqc/ +WWW: http://www.enteract.com/~dbaum/nqc/ -Kelly kbyanc@posi.net >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?199910071752.NAA10950>