svn commit: r451290 - head/archivers/rubygem-snappy
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Oct 5 09:49:28 UTC 2017
Author: sunpoet
Date: Thu Oct 5 09:49:26 2017
New Revision: 451290
URL: https://svnweb.freebsd.org/changeset/ports/451290
Log:
Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
Modified:
head/archivers/rubygem-snappy/Makefile
Modified: head/archivers/rubygem-snappy/Makefile
==============================================================================
--- head/archivers/rubygem-snappy/Makefile Thu Oct 5 09:49:21 2017 (r451289)
+++ head/archivers/rubygem-snappy/Makefile Thu Oct 5 09:49:26 2017 (r451290)
@@ -2,7 +2,7 @@
PORTNAME= snappy
PORTVERSION= 0.0.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers rubygems
MASTER_SITES= RG
@@ -12,8 +12,7 @@ COMMENT= Snappy binding for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-LIB_DEPENDS= libsnappy.so:archivers/snappy \
- libunwind.so:devel/libunwind
+LIB_DEPENDS= libsnappy.so:archivers/snappy
USES= gem shebangfix
USE_RUBY= yes
More information about the svn-ports-head
mailing list