misc/edflib: Update 1.21 -> 1.22

This commit is contained in:
Yuri Victorovich 2022-07-31 23:26:11 -07:00
parent e52609c04a
commit d98899dec6
3 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= edflib
DISTVERSION= 1.21
DISTVERSION= 1.22
CATEGORIES= misc # medicine
MASTER_SITES= https://www.teuniz.net/edflib/
DISTNAME= ${PORTNAME}_${DISTVERSION:S/.//}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1644090311
SHA256 (edflib_121.tar.gz) = 7a8702faa901c370c7ae8e6851cb4feb75579ea1d94a0e9bd5b69ea9585e54ae
SIZE (edflib_121.tar.gz) = 54379
TIMESTAMP = 1659334729
SHA256 (edflib_122.tar.gz) = 59a98214dd8669281ce66e2168a8f50a73ec267b50a4b4d71794d6af170907cc
SIZE (edflib_122.tar.gz) = 54898

View file

@ -1,11 +1,11 @@
--- edflib.c.orig 2021-01-21 18:05:07 UTC
--- edflib.c.orig 2022-06-27 17:02:20 UTC
+++ edflib.c
@@ -46,7 +46,7 @@
@@ -38,7 +38,7 @@
#define EDFLIB_VERSION (122)
#define EDFLIB_MAXFILES (64)
-#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__)
+#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) || defined(__FreeBSD__)
-#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) || defined(__ANDROID__)
+#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) || defined(__ANDROID__) || defined(__FreeBSD__)
#define fopeno fopen