pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
le: use working MASTER_SITES, remove useless patch, take back MAINTAINER.
Module Name: pkgsrc-wip
Committed By: Frederic Cambus <fred%statdns.com@localhost>
Pushed By: fcambus
Date: Mon Dec 31 14:16:46 2018 +0100
Changeset: 3f6c66c6cd05e868ab0a757cd83770c60f261346
Modified Files:
le/Makefile
le/distinfo
Removed Files:
le/patches/patch-src_regex.c
Log Message:
le: use working MASTER_SITES, remove useless patch, take back MAINTAINER.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3f6c66c6cd05e868ab0a757cd83770c60f261346
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
le/Makefile | 9 +++++----
le/distinfo | 1 -
le/patches/patch-src_regex.c | 16 ----------------
3 files changed, 5 insertions(+), 21 deletions(-)
diffs:
diff --git a/le/Makefile b/le/Makefile
index ff1c6b1d22..3b28be8173 100644
--- a/le/Makefile
+++ b/le/Makefile
@@ -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@localhost
-HOMEPAGE= http://lav.yar.ru/programs.html
+MAINTAINER= fred%statdns.com@localhost
+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++
diff --git a/le/distinfo b/le/distinfo
index a98a6a3195..6be97f0c3c 100644
--- a/le/distinfo
+++ b/le/distinfo
@@ -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
diff --git a/le/patches/patch-src_regex.c b/le/patches/patch-src_regex.c
deleted file mode 100644
index 4323d5714b..0000000000
--- a/le/patches/patch-src_regex.c
+++ /dev/null
@@ -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
Home |
Main Index |
Thread Index |
Old Index