1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

biology/biosig: Update 2.4.3 -> 2.5.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2022-12-29 23:16:43 -08:00
parent ad2d735f99
commit d8b8927be2
3 changed files with 53 additions and 5 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= biosig
DISTVERSION= 2.4.3
PORTREVISION= 2
DISTVERSION= 2.5.0
CATEGORIES= biology
MASTER_SITES= SF/${PORTNAME}/BioSig%20for%20C_C%2B%2B/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1665337308
SHA256 (biosig-2.4.3.src.tar.xz) = 7b6000e2275c00a67d7a25aaf7ffad229978d124315f5f910844b33a8a61e532
SIZE (biosig-2.4.3.src.tar.xz) = 1867672
TIMESTAMP = 1672383148
SHA256 (biosig-2.5.0.src.tar.xz) = 25ffaf0ee906904e6af784f33ed1ad8ad55280e40bc9dac07a487833ebd124d0
SIZE (biosig-2.5.0.src.tar.xz) = 1895956

View File

@ -0,0 +1,49 @@
--- Makefile.in.orig 2022-12-30 07:04:03 UTC
+++ Makefile.in
@@ -11,7 +11,7 @@ exec_prefix ?= $(prefix)
first :: lib tools
java: lib
- $(MAKE) -C biosig4c++/java
+ #$(MAKE) -C biosig4c++/java
lib:
$(MAKE) -C biosig4c++ lib
@@ -52,8 +52,8 @@ distclean : clean
biosig4c++/python/setup.py \
biosig4c++/R/DESCRIPTION
-ifneq (:,@JAVA@)
-ifneq (:,@JAVAC@)
+ifneq (:,:)
+ifneq (:,:)
first :: lib
-$(MAKE) -C biosig4c++/java
endif
@@ -91,7 +91,7 @@ biosig4octave ::
$(MAKE) -C biosig4c++ biosig4octave
ln -sf biosig4c++/mex/biosig4octave-@PACKAGE_VERSION@.src.tar.gz
-ifneq (:,@OCTAVE@)
+ifneq (:,:)
ifneq (:,@MKOCTFILE@)
BIOSIG_MEX_DIR = $(DESTDIR)$(shell octave-config -p LOCALOCTFILEDIR)/biosig
BIOSIG_DIR = $(DESTDIR)$(shell octave-config -p LOCALFCNFILEDIR)/biosig
@@ -127,7 +127,7 @@ clean ::
-$(MAKE) -C biosig4c++/php clean
endif
-ifneq (:,@PYTHON3@)
+ifneq (:,:)
first :: python
python ::
-PYTHON=@PYTHON3@ $(MAKE) -C biosig4c++/python sdist
@@ -145,7 +145,7 @@ clean ::
$(MAKE) -C biosig4c++/python clean
endif
-ifneq (:,@R@)
+ifneq (:,:)
first ::
-$(MAKE) -C biosig4c++/R build
install ::