Skip to content

Commit

Permalink
biology/libbigwig: Update 0.4.6 → 0.4.7
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jul 17, 2023
1 parent 4d90ae9 commit 4255ea5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
20 changes: 9 additions & 11 deletions biology/libbigwig/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= libbigwig
DISTVERSION= 0.4.6
DISTVERSION= 0.4.7
CATEGORIES= biology

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -11,23 +11,21 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libcurl.so:ftp/curl

USES= gmake localbase:ldflags
USES= cmake:testing localbase:ldflags
USE_LDCONFIG= yes

USE_GITHUB= yes
GH_ACCOUNT= dpryan79
GH_PROJECT= libBigWig

MAKE_ARGS= LDFLAGS=-L${LOCALBASE}/lib
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_TESTING_ON= ENABLE_TESTING # unclear how to run tests, see https://github.com/dpryan79/libBigWig/issues/63
CMAKE_TESTING_TARGET=

PLIST_FILES= include/bigWig.h \
include/bigWigIO.h \
include/bwCommon.h \
include/bwValues.h \
lib/libBigWig.a \
PLIST_FILES= include/libbigwig/bigWig.h \
include/libbigwig/bigWigIO.h \
include/libbigwig/bwCommon.h \
include/libbigwig/bwValues.h \
lib/libBigWig.so

post-stage:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libBigWig.so

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions biology/libbigwig/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1614989298
SHA256 (dpryan79-libBigWig-0.4.6_GH0.tar.gz) = eb4ecbd3ae428474a57dab969fa7564ae755310da65be68efa18969e0d132a9e
SIZE (dpryan79-libBigWig-0.4.6_GH0.tar.gz) = 300805
TIMESTAMP = 1689575069
SHA256 (dpryan79-libBigWig-0.4.7_GH0.tar.gz) = 8e057797011d93fa00e756600898af4fe6ca2d48959236efc9f296abe94916d9
SIZE (dpryan79-libBigWig-0.4.7_GH0.tar.gz) = 302341

0 comments on commit 4255ea5

Please sign in to comment.