svn commit: r443726 - head/textproc/rubygem-cld3
Bryan Drewery
bdrewery at FreeBSD.org
Sat Jun 17 03:01:00 UTC 2017
Author: bdrewery
Date: Sat Jun 17 03:00:59 2017
New Revision: 443726
URL: https://svnweb.freebsd.org/changeset/ports/443726
Log:
Fix wrong PKGNAME dependency.
Spotted by: Poudriere
With hat: portmgr
Modified:
head/textproc/rubygem-cld3/Makefile
Modified: head/textproc/rubygem-cld3/Makefile
==============================================================================
--- head/textproc/rubygem-cld3/Makefile Sat Jun 17 02:59:11 2017 (r443725)
+++ head/textproc/rubygem-cld3/Makefile Sat Jun 17 03:00:59 2017 (r443726)
@@ -2,7 +2,7 @@
PORTNAME= cld3
DISTVERSION= 3.1.3
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -12,7 +12,7 @@ COMMENT= Compact Language Detection for Ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= devel/protobuf>0:devel/protobuf \
+RUN_DEPENDS= protobuf>0:devel/protobuf \
rubygem-ffi>0:devel/rubygem-ffi
BROKEN_powerpc64= fails to install: Error installing cld3-3.1.2.gem: Failed to build gem native extension
More information about the svn-ports-all
mailing list