svn commit: r309411 - head/textproc/p5-XML-AutoWriter/files

Jun Kuriyama kuriyama at FreeBSD.org
Sun Dec 23 02:58:38 UTC 2012


Author: kuriyama
Date: Sun Dec 23 02:58:37 2012
New Revision: 309411
URL: http://svnweb.freebsd.org/changeset/ports/309411

Log:
  - Fix breakage with perl 5.16.
  
  PR:		ports/170698
  Submitted by:	Dave Evans <dave.evans55 at googlemail.com>

Added:
  head/textproc/p5-XML-AutoWriter/files/patch-Makefile.PL   (contents, props changed)

Added: head/textproc/p5-XML-AutoWriter/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-XML-AutoWriter/files/patch-Makefile.PL	Sun Dec 23 02:58:37 2012	(r309411)
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- Makefile.PL.orig	2012-12-23 11:07:17.511361339 +0900
++++ Makefile.PL	2012-12-23 11:09:35.165438990 +0900
+@@ -9,7 +9,6 @@
+ build_requires => 'Test';
+ build_requires => 'IO::File';
+ 
+-auto_set_repository;
+ auto_manifest;
+ auto_install;
+ WriteAll;


More information about the svn-ports-all mailing list