ports/157671: [update] editors/le to 1.14.5

Ryan Steinmetz rpsfa at rit.edu
Mon Jun 6 21:50:14 UTC 2011


>Number:         157671
>Category:       ports
>Synopsis:       [update] editors/le to 1.14.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 06 21:50:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
-Update to 1.14.5
-Adopt port
-Add LICENSE
-Add mirror
-Add WWW to pkg-descr

========================================
-Large-file support was added for mmap of a file part. Creating a file in mmap mode is no longer attempted. The license was changed to the GNU GPLv3 (regex.c already uses it).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/editors/le/Makefile le/Makefile
--- /usr/ports/editors/le/Makefile	2010-01-04 18:14:21.000000000 -0500
+++ le/Makefile	2011-06-06 17:41:06.000000000 -0400
@@ -6,12 +6,13 @@
 #
 
 PORTNAME=	le
-PORTVERSION=	1.14.3
+PORTVERSION=	1.14.5
 CATEGORIES=	editors
-MASTER_SITES=	ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/
+MASTER_SITES=	ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/ \
+		http://people.rit.edu/~rpsfa/distfiles/
 MASTER_SITE_SUBDIR=	. old
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	rpsfa at rit.edu
 COMMENT=	Text editor with block and binary operations
 
 USE_BZIP2=	yes
@@ -22,6 +23,8 @@
 PORTDATA=	*
 PLIST_FILES=	bin/le
 
+LICENSE=	GPLv3
+
 MISC_DATA=	colors-black colors-blue colors-defbg colors-green \
 		colors-white keymap-emacs mainmenu mainmenu-ru syntax
 SRC_DATA=	le.hlp
diff -urN /usr/ports/editors/le/distinfo le/distinfo
--- /usr/ports/editors/le/distinfo	2011-03-20 08:49:25.000000000 -0400
+++ le/distinfo	2011-06-06 17:19:05.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (le-1.14.3.tar.bz2) = 4777e4988dd50108d82a866f6a60b9bdb81a26579e120c8292eb675aeaa71831
-SIZE (le-1.14.3.tar.bz2) = 453917
+SHA256 (le-1.14.5.tar.bz2) = f7844bba6fe3112e87efe98076af30ae0e2a6030ec429c22cd37ad6a9e5ecc23
+SIZE (le-1.14.5.tar.bz2) = 575412
diff -urN /usr/ports/editors/le/pkg-descr le/pkg-descr
--- /usr/ports/editors/le/pkg-descr	2005-05-03 04:59:28.000000000 -0400
+++ le/pkg-descr	2011-06-06 17:24:41.000000000 -0400
@@ -4,3 +4,5 @@
 edit files and mmap-able devices in mmap shared mode (only replace), has
 tunable syntax highlighting, tunable color scheme (can use default colors),
 tunable key map.
+
+WWW: http://freshmeat.net/projects/leeditor/


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list