Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2001 14:40:23 -0700 (MST)
From:      Jordan DeLong <fracture@allusion.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27914: Update port: editors/led small changes
Message-ID:  <200106062140.f56LeNd08800@cx420564-b.tucson1.az.home.com>

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

>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 <fracture@allusion.net>
>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 <bsd.port.mk>
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
+<fracture@allusion.net>
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




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