Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2015 02:10:17 +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: r402124 - head/textproc/rubygem-heredoc_unindent
Message-ID:  <201511210210.tAL2AHNc010616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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