svn commit: r335955 - in head/net/p5-Socket6: . files

Hajimu UMEMOTO ume at FreeBSD.org
Mon Dec 9 08:44:00 UTC 2013


Author: ume
Date: Mon Dec  9 08:43:59 2013
New Revision: 335955
URL: http://svnweb.freebsd.org/changeset/ports/335955

Log:
  Don't install perllocal.pod.

Added:
  head/net/p5-Socket6/files/
  head/net/p5-Socket6/files/patch-Makefile.PL   (contents, props changed)
Modified:
  head/net/p5-Socket6/Makefile

Modified: head/net/p5-Socket6/Makefile
==============================================================================
--- head/net/p5-Socket6/Makefile	Mon Dec  9 08:18:37 2013	(r335954)
+++ head/net/p5-Socket6/Makefile	Mon Dec  9 08:43:59 2013	(r335955)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Socket6
 PORTVERSION=	0.25
+PORTREVISION=	1
 CATEGORIES=	net perl5 ipv6
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=CPAN:UMEMOTO

Added: head/net/p5-Socket6/files/patch-Makefile.PL
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Socket6/files/patch-Makefile.PL	Mon Dec  9 08:43:59 2013	(r335955)
@@ -0,0 +1,15 @@
+Index: Makefile.PL
+diff -u Makefile.PL.orig Makefile.PL
+--- Makefile.PL.orig	2013-12-09 17:30:29.282987698 +0900
++++ Makefile.PL	2013-12-09 17:30:35.243986223 +0900
+@@ -101,3 +101,10 @@
+     close(OUT) || die "Failed to close file 'config.h' [$!]";
+     close(IN)  || die "Failed to close file 'config.h.in' [$!]";
+ }
++
++package MY;
++sub install {
++    my $inherited = shift->SUPER::install(@_);
++    $inherited =~ s/(install :: (all )?pure_install) doc_install/$1/;
++    $inherited;
++}


More information about the svn-ports-head mailing list