Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2021 00:16:34 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567439 - in head/biology/libbigwig: . files
Message-ID:  <202103060016.1260GY6J052291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar  6 00:16:34 2021
New Revision: 567439
URL: https://svnweb.freebsd.org/changeset/ports/567439

Log:
  biology/libbigwig: Update 0.4.4 -> 0.4.6

Modified:
  head/biology/libbigwig/Makefile
  head/biology/libbigwig/distinfo
  head/biology/libbigwig/files/patch-Makefile

Modified: head/biology/libbigwig/Makefile
==============================================================================
--- head/biology/libbigwig/Makefile	Sat Mar  6 00:07:29 2021	(r567438)
+++ head/biology/libbigwig/Makefile	Sat Mar  6 00:16:34 2021	(r567439)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libbigwig
-DISTVERSION=	0.4.4
+DISTVERSION=	0.4.6
 CATEGORIES=	biology
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -13,10 +13,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		gmake localbase:ldflags
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	dpryan79
 GH_PROJECT=	libBigWig
-USE_LDCONFIG=	yes
 
 MAKE_ARGS=	LDFLAGS=-L${LOCALBASE}/lib
 

Modified: head/biology/libbigwig/distinfo
==============================================================================
--- head/biology/libbigwig/distinfo	Sat Mar  6 00:07:29 2021	(r567438)
+++ head/biology/libbigwig/distinfo	Sat Mar  6 00:16:34 2021	(r567439)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562863376
-SHA256 (dpryan79-libBigWig-0.4.4_GH0.tar.gz) = 43a2298b2ebadc48103447a3bb4426df1b38d1bec5fa564e50ed2f00cc060478
-SIZE (dpryan79-libBigWig-0.4.4_GH0.tar.gz) = 272926
+TIMESTAMP = 1614989298
+SHA256 (dpryan79-libBigWig-0.4.6_GH0.tar.gz) = eb4ecbd3ae428474a57dab969fa7564ae755310da65be68efa18969e0d132a9e
+SIZE (dpryan79-libBigWig-0.4.6_GH0.tar.gz) = 300805

Modified: head/biology/libbigwig/files/patch-Makefile
==============================================================================
--- head/biology/libbigwig/files/patch-Makefile	Sat Mar  6 00:07:29 2021	(r567438)
+++ head/biology/libbigwig/files/patch-Makefile	Sat Mar  6 00:16:34 2021	(r567439)
@@ -1,6 +1,15 @@
---- Makefile.orig	2019-07-11 16:45:26 UTC
+--- Makefile.orig	2021-02-07 10:20:06 UTC
 +++ Makefile
-@@ -71,7 +71,7 @@ clean:
+@@ -9,7 +9,7 @@ LDLIBS =
+ INCLUDES = 
+ 
+ # Create a simple test-program to check if gcc can compile with curl
+-tmpfile:=$(shell mktemp --suffix=.c)
++tmpfile:=$(shell mktemp)
+ $(file >$(tmpfile),#include <curl/curl.h>)
+ $(file >>$(tmpfile),int main() { return 0; })
+ HAVE_CURL:=$(shell $(CC) $(CFLAGS) $(EXTRA_CFLAGS_PIC) $(LIBS) -lcurl $(tmpfile) -o /dev/null >/dev/null 2>&1 && echo "YES")
+@@ -87,7 +87,7 @@ clean:
  	rm -f *.o libBigWig.a libBigWig.so *.pico test/testLocal test/testRemote test/testWrite test/exampleWrite test/testRemoteManyContigs test/testBigBed test/testIterator example_output.bw
  
  install: libBigWig.a libBigWig.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103060016.1260GY6J052291>