Skip to content

Commit

Permalink
biology/{,py-}biosig: update 2.5.2 → 2.6.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 6, 2024
1 parent d0860d3 commit 1e42975
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
3 changes: 1 addition & 2 deletions biology/biosig/Makefile
@@ -1,6 +1,5 @@
PORTNAME= biosig
DISTVERSION= 2.5.2
PORTREVISION= 8
DISTVERSION= 2.6.0
CATEGORIES= biology
MASTER_SITES= SF/${PORTNAME}/BioSig%20for%20C_C%2B%2B/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
Expand Down
6 changes: 3 additions & 3 deletions biology/biosig/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1689749685
SHA256 (biosig-2.5.2.src.tar.xz) = 3c87fa4ae6d69e1a75477f85451b6f16480418a0018d59e1586a2e3e8954ec47
SIZE (biosig-2.5.2.src.tar.xz) = 1882876
TIMESTAMP = 1712349786
SHA256 (biosig-2.6.0.src.tar.xz) = c45d076c2113c8a082a9d5775a428b690bb7d972ae2cd22a88d13cda9e9ffaee
SIZE (biosig-2.6.0.src.tar.xz) = 1883048
10 changes: 9 additions & 1 deletion biology/py-biosig/Makefile
@@ -1,5 +1,5 @@
PORTNAME= biosig
DISTVERSION= 2.5.2
DISTVERSION= 2.6.0
CATEGORIES= biology
MASTER_SITES= SF/${PORTNAME}/BioSig%20for%20C_C%2B%2B/src/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -21,4 +21,12 @@ USE_PYTHON= distutils autoplist
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
WRKSRC_SUBDIR= biosig4c++/python

post-patch:
cd ${WRKSRC} && \
${SED} -e 's|@PACKAGE_VERSION@|${DISTVERSION}|' < setup.py.in > setup.py && \
${TOUCH} README.md

post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/biosig${PYTHON_EXT_SUFFIX}.so

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions biology/py-biosig/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1689749850
SHA256 (biosig-2.5.2.src.tar.xz) = 3c87fa4ae6d69e1a75477f85451b6f16480418a0018d59e1586a2e3e8954ec47
SIZE (biosig-2.5.2.src.tar.xz) = 1882876
TIMESTAMP = 1712363635
SHA256 (biosig-2.6.0.src.tar.xz) = c45d076c2113c8a082a9d5775a428b690bb7d972ae2cd22a88d13cda9e9ffaee
SIZE (biosig-2.6.0.src.tar.xz) = 1883048

0 comments on commit 1e42975

Please sign in to comment.