Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 10:55:52 -0700 (MST)
From:      Jordan DeLong <fracture@allusion.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28876: Update port: editors/led to 0.9.2
Message-ID:  <200107101755.f6AHtqe41217@cx420564-b.tucson1.az.home.com>

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

>Number:         28876
>Category:       ports
>Synopsis:       Update port: editors/led to 0.9.2
>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:   Tue Jul 10 11:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jordan DeLong
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cx420564-b 4.3-RELEASE FreeBSD 4.3-RELEASE #2: Fri Jul 6 13:25:38 MST 2001 fracture@cx420564-b:/usr/src/sys/compile/HOBOIV i386


	
>Description:
	update the led port to the newest version, fix a grammatical error
	in the pkg-comment file, and move the sample ledrc file into the
	$DOCSDIR (it was confusing people that it was in $DATADIR and the
	program wasn't reading it; and this way it can pay attention to
	-DNOPORTDOCS).
>How-To-Repeat:
	apply the diff.
>Fix:
diff -u -ruN led_0.9.1/Makefile led/Makefile
--- led_0.9.1/Makefile	Sun Jun 10 03:30:12 2001
+++ led/Makefile	Tue Jul 10 10:50:33 2001
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	led
-PORTVERSION=	0.9.1
-PORTREVISION=	0
+PORTVERSION=	0.9.2
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}-editor
@@ -19,13 +18,19 @@
 MAN1=		led.1
 MANCOMPRESSED=	yes
 
+.if !defined(NOPORTDOCS)
 PKGMESSAGE=	${WRKDIR}/pkg-message
+.else
+PKGMESSAGE=	/nonexistant
+.endif
 
 post-install:
-	${MKDIR} ${PREFIX}/share/led
-	${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${PREFIX}/share/led/dot.ledrc
-	@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > \
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/sample.ledrc ${DOCSDIR}
+	@${SED} 's|%%DOCSDIR%%|${DOCSDIR}|g' ${PKGDIR}/pkg-message > \
 		${PKGMESSAGE}
 	@${CAT} ${PKGMESSAGE}
+.endif
 
 .include <bsd.port.mk>
diff -u -ruN led_0.9.1/distinfo led/distinfo
--- led_0.9.1/distinfo	Sun Jun 10 03:30:12 2001
+++ led/distinfo	Tue Jul 10 10:43:54 2001
@@ -1 +1 @@
-MD5 (led-0.9.1.tar.gz) = cc46911a11e59ee4210599762228f76d
+MD5 (led-0.9.2.tar.gz) = 1ff2d6b1318c1e958b7ccf49f0a5c1a5
diff -u -ruN led_0.9.1/pkg-comment led/pkg-comment
--- led_0.9.1/pkg-comment	Wed Jun  6 09:49:46 2001
+++ led/pkg-comment	Tue Jul 10 10:34:28 2001
@@ -1 +1 @@
-A tiny text editor, with a number of the useful programming features
+A tiny text editor, with a number of useful programming features
diff -u -ruN led_0.9.1/pkg-message led/pkg-message
--- led_0.9.1/pkg-message	Thu Jun  7 04:52:19 2001
+++ led/pkg-message	Tue Jul 10 10:48:06 2001
@@ -1,7 +1,7 @@
 **************************************************
 
 An example configuration file is located in
-%%PREFIX%%/share/led/dot.ledrc; to use it,
-move it to ~/.ledrc.
+%%DOCSDIR%%/sample.ledrc; to use it,
+move it to ~/.ledrc and edit it to your liking.
 
 **************************************************
diff -u -ruN led_0.9.1/pkg-plist led/pkg-plist
--- led_0.9.1/pkg-plist	Thu Jun  7 02:26:50 2001
+++ led/pkg-plist	Tue Jul 10 10:46:36 2001
@@ -1,7 +1,9 @@
 bin/led
 lib/led/c.so
+lib/led/html.so
 lib/led/mbox.so
+lib/led/python.so
 lib/led/sh.so
-share/led/dot.ledrc
-@dirrm share/led
 @dirrm lib/led
+%%PORTDOCS%%share/doc/led/sample.ledrc
+%%PORTDOCS%%@dirrm share/doc/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?200107101755.f6AHtqe41217>