From owner-freebsd-ports Tue Jan 21 07:45:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA25609 for ports-outgoing; Tue, 21 Jan 1997 07:45:13 -0800 (PST) Received: from klr.clc.gdeb.com ([153.11.109.139]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id HAA25602; Tue, 21 Jan 1997 07:45:06 -0800 (PST) Received: (from deischen@localhost) by klr.clc.gdeb.com (8.7.5/8.6.12) id KAA03472; Tue, 21 Jan 1997 10:50:55 -0500 (EST) Date: Tue, 21 Jan 1997 10:50:55 -0500 (EST) Message-Id: <199701211550.KAA03472@klr.clc.gdeb.com> To: FreeBSD-gnats-submit@freebsd.org, ports@freebsd.org Subject: Update of nedit port to nedit-4.0.3 From: deischen@iworks.InterWorks.org Reply-To: deischen@iworks.InterWorks.org X-send-pr-version: 3.2 Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Submitter-Id: current-users >Originator: Daniel M. Eischen >Organization: >Confidential: no >Synopsis: Update of nedit port to 4.0.3 >Severity: non-critical >Priority: low >Category: ports >Release: FreeBSD 2.1-STABLE i386 >Class: change-request >Environment: Tested under FreeBSD-2.1 stable >Description: Update of nedit port to version 4.0.3. Only the Makefile needs to be changed and should work under -current. >How-To-Repeat: Not applicable >Fix: Patch to port Makefile attached below *** nedit-4.0.1/Makefile Mon Nov 18 18:23:36 1996 --- nedit/Makefile Tue Jan 21 10:43:35 1997 *************** *** 1,4 **** # New ports collection makefile for: nedit ! # Version required: 4.0.1 # Date created: 7 April 1996 # --- 1,4 ---- # New ports collection makefile for: nedit ! # Version required: 4.0.3 # Date created: 7 April 1996 # *************** *** 7,15 **** # $Id: Makefile,v 1.4 1996/11/18 13:58:01 asami Exp $ # ! DISTNAME= nedit-4.0.1 CATEGORIES= editors x11 ! MASTER_SITES= ftp://ftp.fnal.gov/KITS/pub/nedit/v4_0_1/ \ ! ftp://ftp.fnal.gov/KITS/pub/nedit/v4_0_1/contrib/ ! DISTFILES= nedit_source.tar nedit.app-defaults MAINTAINER= deischen@iworks.InterWorks.org --- 7,15 ---- # $Id: Makefile,v 1.4 1996/11/18 13:58:01 asami Exp $ # ! DISTNAME= nedit-4.0.3 CATEGORIES= editors x11 ! MASTER_SITES= ftp://ftp.fnal.gov/KITS/pub/nedit/v4_0_3/ \ ! ftp://ftp.fnal.gov/KITS/pub/nedit/v4_0_3/contrib/ ! DISTFILES= nedit_source.tar.gz nedit.app-defaults MAINTAINER= deischen@iworks.InterWorks.org *************** *** 20,25 **** USE_X11= yes NO_WRKSUBDIR= yes ! EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xf ! EXTRACT_ONLY= nedit_source.tar MAN1= nedit.1 nc.1 --- 20,25 ---- USE_X11= yes NO_WRKSUBDIR= yes ! EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xzf ! EXTRACT_ONLY= nedit_source.tar.gz MAN1= nedit.1 nc.1