svn commit: r451294 - head/dns/rubygem-idn-ruby

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 5 09:49:50 UTC 2017


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


More information about the svn-ports-all mailing list