Date: Mon, 16 Jun 2014 15:16:18 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358015 - in head: archivers/php5-snappy archivers/snappy databases/leveldb databases/mongodb devel/eblob devel/smack security/openvpn-devel Message-ID: <201406161516.s5GFGIo8058573@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jun 16 15:16:17 2014 New Revision: 358015 URL: http://svnweb.freebsd.org/changeset/ports/358015 QAT: https://qat.redports.org/buildarchive/r358015/ Log: - Add missing USES=libtool to archivers/snappy - Bump dependent ports as .so version has changed Approved by: portmgr blanket Modified: head/archivers/php5-snappy/Makefile head/archivers/snappy/Makefile head/archivers/snappy/pkg-plist head/databases/leveldb/Makefile head/databases/mongodb/Makefile head/devel/eblob/Makefile head/devel/smack/Makefile head/security/openvpn-devel/Makefile Modified: head/archivers/php5-snappy/Makefile ============================================================================== --- head/archivers/php5-snappy/Makefile Mon Jun 16 15:06:04 2014 (r358014) +++ head/archivers/php5-snappy/Makefile Mon Jun 16 15:16:17 2014 (r358015) @@ -3,6 +3,7 @@ PORTNAME= php5-snappy PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= php-snappy Modified: head/archivers/snappy/Makefile ============================================================================== --- head/archivers/snappy/Makefile Mon Jun 16 15:06:04 2014 (r358014) +++ head/archivers/snappy/Makefile Mon Jun 16 15:16:17 2014 (r358015) @@ -3,7 +3,7 @@ PORTNAME= snappy PORTVERSION= 1.1.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= GOOGLE_CODE @@ -14,6 +14,7 @@ LICENSE= BSD3CLAUSE OPTIONS_DEFINE= DOCS +USES= libtool CONFIGURE_ARGS= --disable-gtest GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/archivers/snappy/pkg-plist ============================================================================== --- head/archivers/snappy/pkg-plist Mon Jun 16 15:06:04 2014 (r358014) +++ head/archivers/snappy/pkg-plist Mon Jun 16 15:16:17 2014 (r358015) @@ -3,9 +3,9 @@ include/snappy-sinksource.h include/snappy-stubs-public.h include/snappy.h lib/libsnappy.a -lib/libsnappy.la lib/libsnappy.so -lib/libsnappy.so.3 +lib/libsnappy.so.1 +lib/libsnappy.so.1.2.0 %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL Modified: head/databases/leveldb/Makefile ============================================================================== --- head/databases/leveldb/Makefile Mon Jun 16 15:06:04 2014 (r358014) +++ head/databases/leveldb/Makefile Mon Jun 16 15:16:17 2014 (r358015) @@ -3,7 +3,7 @@ PORTNAME= leveldb PORTVERSION= 1.15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE Modified: head/databases/mongodb/Makefile ============================================================================== --- head/databases/mongodb/Makefile Mon Jun 16 15:06:04 2014 (r358014) +++ head/databases/mongodb/Makefile Mon Jun 16 15:16:17 2014 (r358015) @@ -3,7 +3,7 @@ PORTNAME= mongodb PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ DISTNAME= ${PORTNAME}-src-r${PORTVERSION} Modified: head/devel/eblob/Makefile ============================================================================== --- head/devel/eblob/Makefile Mon Jun 16 15:06:04 2014 (r358014) +++ head/devel/eblob/Makefile Mon Jun 16 15:16:17 2014 (r358015) @@ -3,7 +3,7 @@ PORTNAME= eblob PORTVERSION= 0.18.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= vg@FreeBSD.org Modified: head/devel/smack/Makefile ============================================================================== --- head/devel/smack/Makefile Mon Jun 16 15:06:04 2014 (r358014) +++ head/devel/smack/Makefile Mon Jun 16 15:16:17 2014 (r358015) @@ -3,7 +3,7 @@ PORTNAME= smack PORTVERSION= 0.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= vg@FreeBSD.org Modified: head/security/openvpn-devel/Makefile ============================================================================== --- head/security/openvpn-devel/Makefile Mon Jun 16 15:06:04 2014 (r358014) +++ head/security/openvpn-devel/Makefile Mon Jun 16 15:16:17 2014 (r358015) @@ -3,6 +3,7 @@ PORTNAME= openvpn DISTVERSION= 201421 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/ \ ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406161516.s5GFGIo8058573>