Skip to content

Commit 5ce4151

Browse files
Jason W. BaconJason W. Bacon
authored andcommitted
biology/htslib: Update to 1.17
Numerous enhancements and fixes Changes: https://github.com/samtools/htslib/releases Reported by: portscout
1 parent f9e56d1 commit 5ce4151

File tree

3 files changed

+13
-32
lines changed

3 files changed

+13
-32
lines changed

‎biology/htslib/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= htslib
2-
DISTVERSION= 1.16
2+
DISTVERSION= 1.17
33
CATEGORIES= biology devel
44
# Github generated distfiles are incomplete, so use custom tarball
55
MASTER_SITES= https://github.com/samtools/htslib/releases/download/${DISTVERSION}/

‎biology/htslib/distinfo‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1672094487
2-
SHA256 (htslib-1.16.tar.bz2) = 606b7c7aff73734cf033ecd156f40529fa5792f54524952a28938ca0890d7924
3-
SIZE (htslib-1.16.tar.bz2) = 4466776
1+
TIMESTAMP = 1677245487
2+
SHA256 (htslib-1.17.tar.bz2) = 763779288c40f07646ec7ad98b96c378c739171d162ad98398868783b721839f
3+
SIZE (htslib-1.17.tar.bz2) = 4619884
Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,14 @@
1-
--- Makefile.orig 2021-03-20 15:53:14 UTC
1+
--- Makefile.orig 2023-02-24 13:35:28 UTC
22
+++ Makefile
3-
@@ -53,13 +53,14 @@ man5dir = $(mandir)/man5
4-
man7dir = $(mandir)/man7
5-
pkgconfigdir= $(prefix)/libdata/pkgconfig
6-
7-
-MKDIR_P = mkdir -p
8-
-INSTALL = install -p
9-
-INSTALL_DATA = $(INSTALL) -m 644
10-
-INSTALL_DIR = $(MKDIR_P) -m 755
11-
-INSTALL_LIB = $(INSTALL_DATA)
12-
-INSTALL_MAN = $(INSTALL_DATA)
3+
@@ -60,9 +60,9 @@ INSTALL = install -p
4+
INSTALL_DATA = $(INSTALL) -m 644
5+
INSTALL_DIR = $(MKDIR_P) -m 755
6+
LIB_PERM = 644
7+
-INSTALL_LIB = $(INSTALL) -m $(LIB_PERM)
8+
+INSTALL_LIB = $(BSD_INSTALL_LIB)
9+
INSTALL_MAN = $(INSTALL_DATA)
1310
-INSTALL_PROGRAM = $(INSTALL)
14-
+# Use ports BSD_INSTALL_PROGRAM to strip if WITH_DEBUG is not set
15-
+MKDIR_P = mkdir -p
16-
+INSTALL = install -p
17-
+INSTALL_DATA = ${BSD_INSTALL_DATA}
18-
+INSTALL_DIR = $(MKDIR_P)
19-
+INSTALL_LIB = ${BSD_INSTALL_LIB}
20-
+INSTALL_MAN = ${BSD_INSTALL_MAN}
21-
+INSTALL_PROGRAM = ${BSD_INSTALL_PROGRAM}
11+
+INSTALL_PROGRAM = $(BSD_INSTALL_PROGRAM)
2212

2313
# Set by config.mk if plugins are enabled
2414
plugindir =
25-
@@ -102,7 +103,7 @@ BUILT_THRASH_PROGRAMS = \
26-
test/thrash_threads6 \
27-
test/thrash_threads7
28-
29-
-all: lib-static lib-shared $(BUILT_PROGRAMS) plugins $(BUILT_TEST_PROGRAMS) \
30-
+all: lib-static lib-shared $(BUILT_PROGRAMS) plugins \
31-
htslib_static.mk htslib-uninstalled.pc
32-
33-
ALL_CPPFLAGS = -I. $(CPPFLAGS)

0 commit comments

Comments
 (0)