Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2013 08:43:59 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335955 - in head/net/p5-Socket6: . files
Message-ID:  <201312090843.rB98hxBB005930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
++}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312090843.rB98hxBB005930>