Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2017 09:49:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451294 - head/dns/rubygem-idn-ruby
Message-ID:  <201710050949.v959nni0071872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  5 09:49:49 2017
New Revision: 451294
URL: https://svnweb.freebsd.org/changeset/ports/451294

Log:
  Fix RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/dns/rubygem-idn-ruby/Makefile

Modified: head/dns/rubygem-idn-ruby/Makefile
==============================================================================
--- head/dns/rubygem-idn-ruby/Makefile	Thu Oct  5 09:49:43 2017	(r451293)
+++ head/dns/rubygem-idn-ruby/Makefile	Thu Oct  5 09:49:49 2017	(r451294)
@@ -2,6 +2,7 @@
 
 PORTNAME=	idn-ruby
 PORTVERSION=	0.1.0
+PORTREVISION=	1
 CATEGORIES=	dns rubygems
 MASTER_SITES=	RG
 
@@ -10,8 +11,7 @@ COMMENT=	LibIDN Ruby Bindings
 
 LICENSE=	APACHE20
 
-LIB_DEPENDS=	libunwind.so:devel/libunwind \
-		libidn.so:dns/libidn
+LIB_DEPENDS=	libidn.so:dns/libidn
 
 USES=		gem
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710050949.v959nni0071872>