mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch devel/jansson to libtool, drop .la files
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
f4f27f8673
commit
275c65d7c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358938
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= libcoverart
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= tagutil
|
||||
PORTVERSION= 3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GH
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= jansson
|
||||
PORTVERSION= 2.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.digip.org/jansson/releases/
|
||||
|
||||
@ -11,7 +12,7 @@ COMMENT= C library for encoding, decoding, and manipulating JSON data
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= pathfix pkgconfig gmake tar:bzip2
|
||||
USES= pathfix pkgconfig gmake tar:bzip2 libtool
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
include/jansson.h
|
||||
include/jansson_config.h
|
||||
lib/libjansson.a
|
||||
lib/libjansson.la
|
||||
lib/libjansson.so
|
||||
lib/libjansson.so.10
|
||||
lib/libjansson.so.4
|
||||
lib/libjansson.so.4.6.0
|
||||
libdata/pkgconfig/jansson.pc
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= cpuminer
|
||||
PORTVERSION= 2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p math
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= cpuminer
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libcapn
|
||||
PORTVERSION= 1.0.0.b3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= gasol.wu@gmail.com
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= fbsdmon
|
||||
PORTVERSION= 1.00
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= ports-mgmt sysutils
|
||||
MASTER_SITES= LOCAL/gblach/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= jshon
|
||||
PORTVERSION= 20121210
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= bdrewery@FreeBSD.org
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= nghttp2
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www net
|
||||
MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
|
Loading…
Reference in New Issue
Block a user