svn commit: r402124 - head/textproc/rubygem-heredoc_unindent

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 21 02:10:18 UTC 2015


Author: sunpoet
Date: Sat Nov 21 02:10:17 2015
New Revision: 402124
URL: https://svnweb.freebsd.org/changeset/ports/402124

Log:
  - Fix RUN_DEPENDS: hoe is a development dependency
  - Update WWW
  - Bump PORTREVISION for dependency change
  
  With hat:	ruby

Modified:
  head/textproc/rubygem-heredoc_unindent/Makefile
  head/textproc/rubygem-heredoc_unindent/pkg-descr

Modified: head/textproc/rubygem-heredoc_unindent/Makefile
==============================================================================
--- head/textproc/rubygem-heredoc_unindent/Makefile	Sat Nov 21 02:10:13 2015	(r402123)
+++ head/textproc/rubygem-heredoc_unindent/Makefile	Sat Nov 21 02:10:17 2015	(r402124)
@@ -3,6 +3,7 @@
 
 PORTNAME=	heredoc_unindent
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +12,7 @@ COMMENT=	Removes common margin from inde
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-hoe>=2.9.6:${PORTSDIR}/devel/rubygem-hoe
-
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/textproc/rubygem-heredoc_unindent/pkg-descr
==============================================================================
--- head/textproc/rubygem-heredoc_unindent/pkg-descr	Sat Nov 21 02:10:13 2015	(r402123)
+++ head/textproc/rubygem-heredoc_unindent/pkg-descr	Sat Nov 21 02:10:17 2015	(r402124)
@@ -3,4 +3,4 @@ by indented heredocs.  In other words, i
 at the beggining of each line, but only as much as the line with the 
 smallest margin. 
 
-WWW: http://rubygems.org/gems/heredoc_unindent
+WWW: https://github.com/adrianomitre/heredoc_unindent


More information about the svn-ports-all mailing list