le: use working MASTER_SITES, remove useless patch, take back MAINTAINER.

This commit is contained in:
Frederic Cambus 2018-12-31 14:16:46 +01:00
parent 14dbc53d77
commit 3f6c66c6cd
3 changed files with 5 additions and 21 deletions

View File

@ -2,12 +2,13 @@
DISTNAME= le-1.16.5
CATEGORIES= editors
MASTER_SITES= http://lav.yar.ru/download/le/
MASTER_SITES= ${MASTER_SITE_GITHUB:=lavv17/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lav.yar.ru/programs.html
MAINTAINER= fred@statdns.com
HOMEPAGE= https://github.com/lavv17/le/
COMMENT= Full screen text editor inspired by Norton Editor
LICENSE= gnu-gpl-v2
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++

View File

@ -4,4 +4,3 @@ 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 (patch-src_regex.c) = 734b0abffc3c44910e7359966d017e8a34c207bf

View File

@ -1,16 +0,0 @@
$NetBSD$
Remove implicit function declaration warning
--- src/regex.c.orig 2013-03-18 13:44:31.000000000 +0000
+++ src/regex.c
@@ -46,6 +46,9 @@
# include <sys/types.h>
#endif
+/* for write(2) */
+#include <unistd.h>
+
/* Whether to use ISO C Amendment 1 wide char functions.
Those should not be used for Emacs since it uses its own. */
#if defined _LIBC