svn commit: r447570 - head/archivers/rubygem-snappy

Joseph Mingrone jrm at FreeBSD.org
Tue Aug 8 19:25:06 UTC 2017


Author: jrm
Date: Tue Aug  8 19:25:04 2017
New Revision: 447570
URL: https://svnweb.freebsd.org/changeset/ports/447570

Log:
  archivers/rubygem-snappy: Add missing devel/libunwind to LIB_DEPENDS and
  while here, fix portlint warning about order of USES and USE_X [1].
  
  [1]
  https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-order-uses.html

Modified:
  head/archivers/rubygem-snappy/Makefile

Modified: head/archivers/rubygem-snappy/Makefile
==============================================================================
--- head/archivers/rubygem-snappy/Makefile	Tue Aug  8 18:58:17 2017	(r447569)
+++ head/archivers/rubygem-snappy/Makefile	Tue Aug  8 19:25:04 2017	(r447570)
@@ -2,6 +2,7 @@
 
 PORTNAME=	snappy
 PORTVERSION=	0.0.17
+PORTREVISION=	1
 CATEGORIES=	archivers rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +12,11 @@ COMMENT=	Snappy binding for Ruby
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-LIB_DEPENDS=	libsnappy.so:archivers/snappy
+LIB_DEPENDS=	libsnappy.so:archivers/snappy \
+		libunwind.so:devel/libunwind
 
-USE_RUBY=	yes
 USES=		gem shebangfix
+USE_RUBY=	yes
 
 SHEBANG_FILES=	smoke.sh \
 		vendor/snappy/config.status \


More information about the svn-ports-all mailing list