Index: head/textproc/rubygem-pretty-xml/Makefile =================================================================== --- head/textproc/rubygem-pretty-xml/Makefile (revision 441325) +++ head/textproc/rubygem-pretty-xml/Makefile (revision 441326) @@ -1,19 +1,20 @@ # $FreeBSD$ PORTNAME= pretty-xml PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Print well formatted XML LICENSE= MIT RUN_DEPENDS= rubygem-nokogiri>=1.6.7.2:textproc/rubygem-nokogiri NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb =================================================================== --- head/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb (nonexistent) +++ head/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb (revision 441326) @@ -0,0 +1,15 @@ +--- lib/pretty-xml.rb.orig 2017-05-20 17:50:05 UTC ++++ lib/pretty-xml.rb +@@ -1,4 +1,4 @@ +-#!/bin/usr/env ruby ++#!/usr/bin/env ruby + + # file: pretty-xml.rb + +@@ -66,4 +66,4 @@ XSL + module_function :write + + alias print write +-end +\ No newline at end of file ++end Property changes on: head/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property