From owner-freebsd-ports Wed Jun 6 14:50:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 001C637B403 for ; Wed, 6 Jun 2001 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f56Lo1V92475; Wed, 6 Jun 2001 14:50:01 -0700 (PDT) (envelope-from gnats) Received: from cx420564-b.tucson1.az.home.com (cx420564-b.tucson1.az.home.com [24.21.112.225]) by hub.freebsd.org (Postfix) with ESMTP id D865B37B406 for ; Wed, 6 Jun 2001 14:43:29 -0700 (PDT) (envelope-from fracture@cx420564-b.tucson1.az.home.com) Received: (from fracture@localhost) by cx420564-b.tucson1.az.home.com (8.11.3/8.11.3) id f56LeNd08800; Wed, 6 Jun 2001 14:40:23 -0700 (MST) (envelope-from fracture) Message-Id: <200106062140.f56LeNd08800@cx420564-b.tucson1.az.home.com> Date: Wed, 6 Jun 2001 14:40:23 -0700 (MST) From: Jordan DeLong To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27914: Update port: editors/led small changes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27914 >Category: ports >Synopsis: Update port: editors/led small changes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jun 06 14:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jordan DeLong >Release: FreeBSD 4.3-RELEASE i386 >Organization: None >Environment: System: FreeBSD cx420564-b 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Apr 24 08:33:58 GMT 2001 fracture@cx420564-b:/usr/src/sys/compile/HOBOIV i386 >Description: New md5 sum for the distfile, added installation of share/doc/sample.ledrc with a pkg-message mentioning it. >How-To-Repeat: Apply the patch in the Fix: section. >Fix: diff -u -ruN led.old/Makefile led/Makefile --- led.old/Makefile Wed Jun 6 09:49:46 2001 +++ led/Makefile Wed Jun 6 12:52:36 2001 @@ -11,11 +11,19 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}-editor -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= fracture@allusion.net GNU_CONFIGURE= yes MAN1= led.1 MANCOMPRESSED= yes + +post-install: + @strip ${PREFIX}/bin/led +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/led + ${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${PREFIX}/share/doc/led +.endif + @${CAT} ${PKGMESSAGE} .include diff -u -ruN led.old/distinfo led/distinfo --- led.old/distinfo Wed Jun 6 09:49:46 2001 +++ led/distinfo Wed Jun 6 12:46:26 2001 @@ -1 +1 @@ -MD5 (led-0.9.tar.gz) = 26e10b2982f5ecfad45b560005bafd49 +MD5 (led-0.9.tar.gz) = 9f6075fa82b8192f2452113b3d80865e diff -u -ruN led.old/pkg-descr led/pkg-descr --- led.old/pkg-descr Wed Jun 6 09:49:46 2001 +++ led/pkg-descr Wed Jun 6 14:26:05 2001 @@ -3,3 +3,6 @@ with less bloat. WWW: http://led-editor.sourceforge.net/ + +- Jordan DeLong + diff -u -ruN led.old/pkg-message led/pkg-message --- led.old/pkg-message Wed Dec 31 17:00:00 1969 +++ led/pkg-message Wed Jun 6 12:46:26 2001 @@ -0,0 +1,7 @@ +************************************************** + +An example configuration file is located in +${PREFIX}/share/doc/led/sample.ledrc; to use it, +move it to ~/.ledrc. + +************************************************** diff -u -ruN led.old/pkg-plist led/pkg-plist --- led.old/pkg-plist Wed Jun 6 09:49:46 2001 +++ led/pkg-plist Wed Jun 6 12:46:26 2001 @@ -2,4 +2,6 @@ lib/led/c.so lib/led/mbox.so lib/led/sh.so +share/doc/led/sample.ledrc +@dirrm share/doc/led @dirrm lib/led >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message