Index: head/textproc/rubygem-heredoc_unindent/Makefile =================================================================== --- head/textproc/rubygem-heredoc_unindent/Makefile (revision 402123) +++ head/textproc/rubygem-heredoc_unindent/Makefile (revision 402124) @@ -1,22 +1,20 @@ # Created by: Loic Pefferkorn # $FreeBSD$ PORTNAME= heredoc_unindent PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= loic-freebsd@loicp.eu COMMENT= Removes common margin from indented strings 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 .include Index: head/textproc/rubygem-heredoc_unindent/pkg-descr =================================================================== --- head/textproc/rubygem-heredoc_unindent/pkg-descr (revision 402123) +++ head/textproc/rubygem-heredoc_unindent/pkg-descr (revision 402124) @@ -1,6 +1,6 @@ This gem removes common margin from indented strings, such as the ones produced by indented heredocs. In other words, it strips out leading whitespace chars 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