Date: Fri, 7 Mar 1997 11:28:56 GMT From: deischen@iworks.InterWorks.org To: FreeBSD-gnats-submit@freebsd.org, ports@freebsd.org Subject: ports/2914: Update of Nedit port Message-ID: <199703071128.LAA27123@clcrtr.clc.gdeb.com> Resent-Message-ID: <199703071630.IAA25153@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 2914 >Category: ports >Synopsis: Update Nedit port to correct checksum >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 7 08:30:01 PST 1997 >Last-Modified: >Originator: Daniel M. Eischen >Organization: >Release: FreeBSD 2.1.5-RELEASE i386 >Environment: FreeBSD-2.1.5 >Description: Update Nedit port to correct checksum. Also modified the app resource file so that it doesn't overwrite an existing app resource file (Nedit loads backup resources so it doesn't need a resource file). Changed the PLIST to reference the correct man files and app resource file. >How-To-Repeat: N/A >Fix: Patch to port included below. *** nedit.orig/files/md5 Tue Feb 18 11:54:18 1997 --- nedit/files/md5 Thu Mar 6 17:40:45 1997 *************** *** 1,2 **** ! MD5 (nedit_source.tar.gz) = 3af7c4162ecc1747d2fb14a267552753 MD5 (nedit.app-defaults) = 410daeaf3129d0b9333e558183b586aa --- 1,2 ---- ! MD5 (nedit_source.tar.gz) = 6418ab3379f701d8856e26de2b226fff MD5 (nedit.app-defaults) = 410daeaf3129d0b9333e558183b586aa diff -C 1 --recursive nedit.orig/patches/patch-aa nedit/patches/patch-aa *** nedit.orig/patches/patch-aa Thu Apr 11 09:15:57 1996 --- nedit/patches/patch-aa Thu Mar 6 17:41:23 1997 *************** *** 36,38 **** + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nc.man ${PREFIX}/man/man1/nc.1 ! + ${INSTALL} ${COPY} -m 644 NEdit ${X11BASE}/lib/X11/app-defaults/NEdit *** util/Makefile.freebsd.orig Sun Apr 7 18:09:19 1996 --- 36,38 ---- + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 nc.man ${PREFIX}/man/man1/nc.1 ! + ${INSTALL} ${COPY} -m 644 NEdit ${X11BASE}/lib/X11/app-defaults/NEdit.ad *** util/Makefile.freebsd.orig Sun Apr 7 18:09:19 1996 diff -C 1 --recursive nedit.orig/pkg/PLIST nedit/pkg/PLIST *** nedit.orig/pkg/PLIST Mon Nov 18 23:23:36 1996 --- nedit/pkg/PLIST Fri Mar 7 10:54:31 1997 *************** *** 2,5 **** bin/nc ! man/man1/nedit.1.gz ! man/man1/nc.1.gz ! lib/X11/app-defaults/NEdit --- 2,5 ---- bin/nc ! man/man1/nedit.1 ! man/man1/nc.1 ! lib/X11/app-defaults/NEdit.ad >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703071128.LAA27123>