pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

le: update to 1.16.6.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Sat Aug 17 15:23:40 2019 +0200
Changeset:	1743ea0d4579fa4deea4998af4ca614c2f8424de

Modified Files:
	le/Makefile
	le/PLIST
	le/distinfo

Log Message:
le: update to 1.16.6.

ChangeLog:

- fixed stack overflow when HOME path is too long
- syntax highlighting improvements and additions
- fixed syntax file recursive loading

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1743ea0d4579fa4deea4998af4ca614c2f8424de

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 le/Makefile | 7 +++----
 le/PLIST    | 3 +++
 le/distinfo | 8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs:
diff --git a/le/Makefile b/le/Makefile
index 6af4f1349d..80284e413e 100644
--- a/le/Makefile
+++ b/le/Makefile
@@ -1,12 +1,11 @@
 # $NetBSD$
 
-DISTNAME=	le-1.16.5
+DISTNAME=	le-1.16.6
 CATEGORIES=	editors
-MASTER_SITES=	${MASTER_SITE_GITHUB:=lavv17/}
-GITHUB_RELEASE=	v${PKGVERSION_NOREV}
+MASTER_SITES=	http://lav.yar.ru/download/le/
 
 MAINTAINER=	fcambus%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/lavv17/le/
+HOMEPAGE=	http://lav.yar.ru/programs.html
 COMMENT=	Full screen text editor inspired by Norton Editor
 LICENSE=	gnu-gpl-v3
 
diff --git a/le/PLIST b/le/PLIST
index b83fdfabd5..e9b5b37570 100644
--- a/le/PLIST
+++ b/le/PLIST
@@ -18,6 +18,8 @@ share/le/syntax
 share/le/syntax.d/ada
 share/le/syntax.d/as
 share/le/syntax.d/awk
+share/le/syntax.d/c
+share/le/syntax.d/c++
 share/le/syntax.d/c++-comment
 share/le/syntax.d/c-comment
 share/le/syntax.d/c-literal
@@ -43,6 +45,7 @@ share/le/syntax.d/pascal
 share/le/syntax.d/perl
 share/le/syntax.d/php
 share/le/syntax.d/pod
+share/le/syntax.d/puppet
 share/le/syntax.d/python
 share/le/syntax.d/sather
 share/le/syntax.d/shell
diff --git a/le/distinfo b/le/distinfo
index 6be97f0c3c..8c969420a9 100644
--- a/le/distinfo
+++ b/le/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (le-1.16.5.tar.gz) = 5c6ff83490ba5993363281b06e29cd6f679ee800
-RMD160 (le-1.16.5.tar.gz) = 9695bcfce70b1588488aab8233e9fb3cd227ed87
-SHA512 (le-1.16.5.tar.gz) = 2c74267f9d02944e0c72f109d9be024d1ec1de84dd6f381f7f8667be1d68b8ebd107ac970f1901f2c77e3150897562d42b9b10ec321356ca1e1ee45728941660
-Size (le-1.16.5.tar.gz) = 1012934 bytes
+SHA1 (le-1.16.6.tar.gz) = 7580c92184b24425a73b6759d7b7a8675aca4340
+RMD160 (le-1.16.6.tar.gz) = 1692a32de87351b6e9207c5628b5ca9f57305e15
+SHA512 (le-1.16.6.tar.gz) = 9c972bcefcd1d56c5a16fb514ca80c5dc4f2362af2be76b8b115e1e8992e6a0265c6e3dc7d63c3c7de397e4d1c534bfc99d7e3e35b91dcd020a4f9c2df3d7d1d
+Size (le-1.16.6.tar.gz) = 1010854 bytes


Home | Main Index | Thread Index | Old Index