pkgsrc-WIP-changes archive

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

bystand: Update to 0.7.3



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Wed Nov 27 11:20:50 2019 +0100
Changeset:	d33b7f9b9e32e73c02c497d276544dd812e7d994

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

Log Message:
bystand: Update to 0.7.3

Remove patch merged upstream.

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

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

diffstat:
 bystand/Makefile                |  2 +-
 bystand/distinfo                |  9 ++++-----
 bystand/patches/patch-bystand.c | 16 ----------------
 3 files changed, 5 insertions(+), 22 deletions(-)

diffs:
diff --git a/bystand/Makefile b/bystand/Makefile
index 303a680ad8..eb195b62ec 100644
--- a/bystand/Makefile
+++ b/bystand/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	bystand-0.7.2
+DISTNAME=	bystand-0.7.3
 CATEGORIES=	news
 MASTER_SITES=	http://zzo38computer.org/prog/bystand/
 EXTRACT_SUFX=	.zip
diff --git a/bystand/distinfo b/bystand/distinfo
index 8f66b169be..1aa7a7ff66 100644
--- a/bystand/distinfo
+++ b/bystand/distinfo
@@ -1,7 +1,6 @@
 $NetBSD$
 
-SHA1 (bystand-0.7.2.zip) = 66973264a670ab63341514defae328475627664c
-RMD160 (bystand-0.7.2.zip) = fbbdfe26c249ebdfa001cf286169dd7b331847ce
-SHA512 (bystand-0.7.2.zip) = a6d1515de40fb944db515be06d4557a0dd0ade2e7553f577519f54c365b4c8fe046eb2c482ebd0c912e2b2abbb6cd52ce1fc024ce27c574ebc6cccb70646b563
-Size (bystand-0.7.2.zip) = 31014 bytes
-SHA1 (patch-bystand.c) = 8ff57b127feb681761629c7f9ef7879359a4bc20
+SHA1 (bystand-0.7.3.zip) = 5a26945c79dbce696c05f4b8da3b7dacdfb56ae2
+RMD160 (bystand-0.7.3.zip) = 58543fbf92aa67f5c166c83906636e9535cc4607
+SHA512 (bystand-0.7.3.zip) = 8946ad18beb180a77089813eb8ff1ef21b9e9b248be28df4ded6c87b8ae046ac5c9475cd38eaad075b86dc47824663df3cec7b9b4699b89a1532ad5dab946aaa
+Size (bystand-0.7.3.zip) = 31013 bytes
diff --git a/bystand/patches/patch-bystand.c b/bystand/patches/patch-bystand.c
deleted file mode 100644
index 950b972f2d..0000000000
--- a/bystand/patches/patch-bystand.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-Function new_from_template() is defined with return value of type int.
-This patch returns -1 to indicate an error.
-
---- bystand.c.orig	2019-11-25 12:10:21.000000000 +0000
-+++ bystand.c
-@@ -483,7 +483,7 @@ static int new_from_template(const char*
-     printf("%m\n");
-   }
-   sqlite3_free(filename);
--  if(!fp) return;
-+  if(!fp) return -1;
-   filename=sqlite3_mprintf("%s/article",home);
-   if(!filename) errx(1,"Allocation failed");
-   outfp=fopen(filename,"w");


Home | Main Index | Thread Index | Old Index