svn commit: r415688 - head/textproc/rubygem-pretty-xml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 23 03:52:21 UTC 2016


Author: sunpoet
Date: Mon May 23 03:52:20 2016
New Revision: 415688
URL: https://svnweb.freebsd.org/changeset/ports/415688

Log:
  - Fix LICENSE
  - Update RUN_DEPENDS

Modified:
  head/textproc/rubygem-pretty-xml/Makefile

Modified: head/textproc/rubygem-pretty-xml/Makefile
==============================================================================
--- head/textproc/rubygem-pretty-xml/Makefile	Mon May 23 03:52:16 2016	(r415687)
+++ head/textproc/rubygem-pretty-xml/Makefile	Mon May 23 03:52:20 2016	(r415688)
@@ -8,9 +8,9 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Print well formatted XML
 
-LICENSE=	RUBY
+LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-nokogiri>=0:textproc/rubygem-nokogiri
+RUN_DEPENDS=	rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list