pkgsrc-WIP-changes archive

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

lagrange: Update to 1.4.0



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <dressupgeekout%gmail.com@localhost>
Pushed By:	cfkoch
Date:		Fri May 7 15:29:20 2021 -0700
Changeset:	15c22eddba31391b2e4d5601b3032ce13a908ece

Modified Files:
	lagrange/Makefile
	lagrange/distinfo
Removed Files:
	lagrange/patches/patch-lib_the__Foundation_src_platform_posix_process.c

Log Message:
lagrange: Update to 1.4.0

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

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

diffstat:
 lagrange/Makefile                                          |  4 ++--
 lagrange/distinfo                                          |  9 ++++-----
 .../patch-lib_the__Foundation_src_platform_posix_process.c | 14 --------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs:
diff --git a/lagrange/Makefile b/lagrange/Makefile
index 330e0040cd..e126aec615 100644
--- a/lagrange/Makefile
+++ b/lagrange/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-DISTNAME=	lagrange-1.2.1
+DISTNAME=	lagrange-1.4.0
 CATEGORIES=	net
-MASTER_SITES=	https://git.skyjake.fi/skyjake/lagrange/releases/download/v${PKGVERSION_NOREV}/
+MASTER_SITES=	https://git.skyjake.fi/gemini/lagrange/releases/download/v${PKGVERSION_NOREV}/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://gmi.skyjake.fi/lagrange/
diff --git a/lagrange/distinfo b/lagrange/distinfo
index dc8d6d3224..5d594225f1 100644
--- a/lagrange/distinfo
+++ b/lagrange/distinfo
@@ -1,7 +1,6 @@
 $NetBSD$
 
-SHA1 (lagrange-1.2.1.tar.gz) = 2d57b12ca6d1b26ad39783ed1ca72e4fc7c57f42
-RMD160 (lagrange-1.2.1.tar.gz) = 6f6040173be74af346e6629db50eb8b1b29a76cb
-SHA512 (lagrange-1.2.1.tar.gz) = 7356d7e424492dfa6928d3328cf43d3a12289abe022efc1c63434968d73e8465d3547311199e8344b4f4ff24bc2adc29d03f2cac15cfe197d81f9e710dcb7d02
-Size (lagrange-1.2.1.tar.gz) = 14353246 bytes
-SHA1 (patch-lib_the__Foundation_src_platform_posix_process.c) = 831e5abc9f0f06e9be51454a2c86a09b7797f19f
+SHA1 (lagrange-1.4.0.tar.gz) = ce45a2a2bb878d849dc9ce14592466c40dcda7da
+RMD160 (lagrange-1.4.0.tar.gz) = 107f010fae54a7f9e625a429cd3c9eae91570699
+SHA512 (lagrange-1.4.0.tar.gz) = 3e173b4ed3732369ab7c83587b3810e4999c33fd46ffbe3338688268f96c300c0c7f932f5df6a47123c9627756fd7835671a596fccdceda3c7d2e73769083cd6
+Size (lagrange-1.4.0.tar.gz) = 21615275 bytes
diff --git a/lagrange/patches/patch-lib_the__Foundation_src_platform_posix_process.c b/lagrange/patches/patch-lib_the__Foundation_src_platform_posix_process.c
deleted file mode 100644
index c89dcb37f3..0000000000
--- a/lagrange/patches/patch-lib_the__Foundation_src_platform_posix_process.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Add missing <sys/select.h> inclusion.
-
---- lib/the_Foundation/src/platform/posix/process.c.orig	2021-02-27 17:21:33.000000000 +0000
-+++ lib/the_Foundation/src/platform/posix/process.c
-@@ -38,6 +38,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
- #include <poll.h>
- #include <unistd.h>
- #include <signal.h>
-+#include <sys/select.h>
- #include <sys/wait.h>
- 
- struct Impl_Process {


Home | Main Index | Thread Index | Old Index