svn commit: r389770 - head/www/rubygem-html2haml

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 00:04:02 UTC 2015


Author: amdmi3
Date: Tue Jun 16 00:04:01 2015
New Revision: 389770
URL: https://svnweb.freebsd.org/changeset/ports/389770

Log:
  - Update to 2.0.0
  - Add NO_ARCH
  
  PR:		200387
  Submitted by:	horia at racoviceanu.com (maintainer)

Modified:
  head/www/rubygem-html2haml/Makefile
  head/www/rubygem-html2haml/distinfo

Modified: head/www/rubygem-html2haml/Makefile
==============================================================================
--- head/www/rubygem-html2haml/Makefile	Tue Jun 16 00:02:34 2015	(r389769)
+++ head/www/rubygem-html2haml/Makefile	Tue Jun 16 00:04:01 2015	(r389770)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	html2haml
-PORTVERSION=	1.0.1
+PORTVERSION=	2.0.0
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -13,14 +13,14 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \
 		rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml \
-		rubygem-hpricot>=0.8.6:${PORTSDIR}/www/rubygem-hpricot \
-		rubygem-ruby_parser>=3.1.1:${PORTSDIR}/devel/rubygem-ruby_parser
+		rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-ruby_parser>=3.5:${PORTSDIR}/devel/rubygem-ruby_parser
 
-USE_RAKE=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=	yes
+NO_ARCH=	yes
 
+RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES=	bin/html2haml
 
 .include <bsd.port.mk>

Modified: head/www/rubygem-html2haml/distinfo
==============================================================================
--- head/www/rubygem-html2haml/distinfo	Tue Jun 16 00:02:34 2015	(r389769)
+++ head/www/rubygem-html2haml/distinfo	Tue Jun 16 00:04:01 2015	(r389770)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/html2haml-1.0.1.gem) = 7b094730b346a6e36a5d73527da87ad2f231e062dfbee42c059474ca44edb061
-SIZE (rubygem/html2haml-1.0.1.gem) = 17920
+SHA256 (rubygem/html2haml-2.0.0.gem) = 91345409d56f3d86d927fd2d8b665ec9b896757928ae8a898520804c91673f19
+SIZE (rubygem/html2haml-2.0.0.gem) = 20992


More information about the svn-ports-all mailing list