Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2009 03:00:16 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/135031: Update port: editors/le to 1.14.2
Message-ID:  <20090529030016.50666497.tkato432@yahoo.com>
Resent-Message-ID: <200905281810.n4SIA1fo086520@freefall.freebsd.org>

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

>Number:         135031
>Category:       ports
>Synopsis:       Update port: editors/le to 1.14.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 28 18:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.14.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/le/Makefile editors/le/Makefile
--- /usr/ports/editors/le/Makefile	2009-01-25 03:51:31.000000000 +0900
+++ editors/le/Makefile	2009-05-29 02:48:21.000000000 +0900
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	le
-PORTVERSION=	1.14.0
-PORTREVISION=	1
+PORTVERSION=	1.14.2
 CATEGORIES=	editors
 MASTER_SITES=	ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. old
@@ -19,26 +18,30 @@
 GNU_CONFIGURE=	yes
 
 MAN1=		le.1
-PORTDOCS=	FEATURES HISTORY NEWS README TODO
-PORTDATA=	${MISC_DATA} ${SRC_DATA}
+PORTDOCS=	*
+PORTDATA=	*
 PLIST_FILES=	bin/le
 
 MISC_DATA=	colors-black colors-blue colors-defbg colors-green \
-		colors-white keymap-emacs mainmenu mainmenu-ru syntax syntax.d
+		colors-white keymap-emacs mainmenu mainmenu-ru syntax
 SRC_DATA=	le.hlp
 
 do-install:
 	cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${PREFIX}/bin
 	cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${MANPREFIX}/man/man1
 .if !defined(NOPORTDATA)
-	cd ${WRKSRC}/misc && ${MAKE} install
+	@${MKDIR} ${DATADIR}
+.for file in ${MISC_DATA}
+	cd ${WRKSRC}/misc && ${INSTALL_DATA} ${file} ${DATADIR}
+.endfor
+	@(cd ${WRKSRC}/misc && ${COPYTREE_SHARE} syntax.d ${DATADIR})
 .for file in ${SRC_DATA}
 	cd ${WRKSRC}/src && ${INSTALL_DATA} ${file} ${DATADIR}
 .endfor
 .endif
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in FEATURES HISTORY NEWS README TODO
 	cd ${WRKSRC} && ${INSTALL_DATA} ${file} ${DOCSDIR}
 .endfor
 .endif
diff -urN /usr/ports/editors/le/distinfo editors/le/distinfo
--- /usr/ports/editors/le/distinfo	2009-01-14 23:55:58.000000000 +0900
+++ editors/le/distinfo	2009-05-29 02:37:56.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (le-1.14.0.tar.bz2) = 9158e4e7bd1be85ecd3e366ae068517a
-SHA256 (le-1.14.0.tar.bz2) = cf145d133b95a739fc56e114a3ed28ec11628f274d1ebe57cf72efac4f395cfe
-SIZE (le-1.14.0.tar.bz2) = 410795
+MD5 (le-1.14.2.tar.bz2) = 61cce7c4068a8f4a2f8c25128122b4ac
+SHA256 (le-1.14.2.tar.bz2) = 79bac3de6544635c205229c304c98c3c18b925c2bc804b65027cc2c3b751ad28
+SIZE (le-1.14.2.tar.bz2) = 430203
>Release-Note:
>Audit-Trail:
>Unformatted:



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