svn commit: r358938 - in head: audio/libcoverart audio/tagutil devel/jansson net-p2p/cpuminer net/libcapn ports-mgmt/fbsdmon textproc/jshon www/nghttp2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 23 13:20:56 UTC 2014
Author: amdmi3
Date: Mon Jun 23 13:20:54 2014
New Revision: 358938
URL: http://svnweb.freebsd.org/changeset/ports/358938
QAT: https://qat.redports.org/buildarchive/r358938/
Log:
- Switch devel/jansson to libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Modified:
head/audio/libcoverart/Makefile
head/audio/tagutil/Makefile
head/devel/jansson/Makefile
head/devel/jansson/pkg-plist
head/net-p2p/cpuminer/Makefile
head/net/libcapn/Makefile
head/ports-mgmt/fbsdmon/Makefile
head/textproc/jshon/Makefile
head/www/nghttp2/Makefile
Modified: head/audio/libcoverart/Makefile
==============================================================================
--- head/audio/libcoverart/Makefile Mon Jun 23 13:18:36 2014 (r358937)
+++ head/audio/libcoverart/Makefile Mon Jun 23 13:20:54 2014 (r358938)
@@ -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}/
Modified: head/audio/tagutil/Makefile
==============================================================================
--- head/audio/tagutil/Makefile Mon Jun 23 13:18:36 2014 (r358937)
+++ head/audio/tagutil/Makefile Mon Jun 23 13:20:54 2014 (r358938)
@@ -2,6 +2,7 @@
PORTNAME= tagutil
PORTVERSION= 3.0
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= GH
Modified: head/devel/jansson/Makefile
==============================================================================
--- head/devel/jansson/Makefile Mon Jun 23 13:18:36 2014 (r358937)
+++ head/devel/jansson/Makefile Mon Jun 23 13:20:54 2014 (r358938)
@@ -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, decodin
LICENSE= MIT
-USES= pathfix pkgconfig gmake tar:bzip2
+USES= pathfix pkgconfig gmake tar:bzip2 libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
Modified: head/devel/jansson/pkg-plist
==============================================================================
--- head/devel/jansson/pkg-plist Mon Jun 23 13:18:36 2014 (r358937)
+++ head/devel/jansson/pkg-plist Mon Jun 23 13:20:54 2014 (r358938)
@@ -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
Modified: head/net-p2p/cpuminer/Makefile
==============================================================================
--- head/net-p2p/cpuminer/Makefile Mon Jun 23 13:18:36 2014 (r358937)
+++ head/net-p2p/cpuminer/Makefile Mon Jun 23 13:20:54 2014 (r358938)
@@ -3,6 +3,7 @@
PORTNAME= cpuminer
PORTVERSION= 2.4
+PORTREVISION= 1
CATEGORIES= net-p2p math
MASTER_SITES= SF
MASTER_SITE_SUBDIR= cpuminer
Modified: head/net/libcapn/Makefile
==============================================================================
--- head/net/libcapn/Makefile Mon Jun 23 13:18:36 2014 (r358937)
+++ head/net/libcapn/Makefile Mon Jun 23 13:20:54 2014 (r358938)
@@ -3,7 +3,7 @@
PORTNAME= libcapn
PORTVERSION= 1.0.0.b3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MAINTAINER= gasol.wu at gmail.com
Modified: head/ports-mgmt/fbsdmon/Makefile
==============================================================================
--- head/ports-mgmt/fbsdmon/Makefile Mon Jun 23 13:18:36 2014 (r358937)
+++ head/ports-mgmt/fbsdmon/Makefile Mon Jun 23 13:20:54 2014 (r358938)
@@ -3,7 +3,7 @@
PORTNAME= fbsdmon
PORTVERSION= 1.00
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ports-mgmt sysutils
MASTER_SITES= LOCAL/gblach/
Modified: head/textproc/jshon/Makefile
==============================================================================
--- head/textproc/jshon/Makefile Mon Jun 23 13:18:36 2014 (r358937)
+++ head/textproc/jshon/Makefile Mon Jun 23 13:20:54 2014 (r358938)
@@ -2,7 +2,7 @@
PORTNAME= jshon
PORTVERSION= 20121210
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc
MAINTAINER= bdrewery at FreeBSD.org
Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile Mon Jun 23 13:18:36 2014 (r358937)
+++ head/www/nghttp2/Makefile Mon Jun 23 13:20:54 2014 (r358938)
@@ -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
More information about the svn-ports-all
mailing list