svn commit: r441326 - in head/textproc/rubygem-pretty-xml: . files

Tobias C. Berner tcberner at FreeBSD.org
Sat May 20 18:06:39 UTC 2017


Author: tcberner
Date: Sat May 20 18:06:38 2017
New Revision: 441326
URL: https://svnweb.freebsd.org/changeset/ports/441326

Log:
  Fix mangled shebang.
  
  Approved by:	rakuco (mentor, implicit)

Added:
  head/textproc/rubygem-pretty-xml/files/
  head/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb   (contents, props changed)
Modified:
  head/textproc/rubygem-pretty-xml/Makefile

Modified: head/textproc/rubygem-pretty-xml/Makefile
==============================================================================
--- head/textproc/rubygem-pretty-xml/Makefile	Sat May 20 17:43:54 2017	(r441325)
+++ head/textproc/rubygem-pretty-xml/Makefile	Sat May 20 18:06:38 2017	(r441326)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pretty-xml
 PORTVERSION=	0.2.1
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 

Added: head/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-pretty-xml/files/patch-lib_pretty-xml.rb	Sat May 20 18:06:38 2017	(r441326)
@@ -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


More information about the svn-ports-all mailing list