Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2014 11:53:57 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348789 - head/devel/p5-ReadLine-Perl
Message-ID:  <201403221153.s2MBrvqY084223@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Sat Mar 22 11:53:56 2014
New Revision: 348789
URL: http://svnweb.freebsd.org/changeset/ports/348789
QAT: https://qat.redports.org/buildarchive/r348789/

Log:
  - resolve install conflict with devel/p5-ReadLine-Perl-TTYtter
  - bump portrevision

Modified:
  head/devel/p5-ReadLine-Perl/Makefile
  head/devel/p5-ReadLine-Perl/pkg-plist

Modified: head/devel/p5-ReadLine-Perl/Makefile
==============================================================================
--- head/devel/p5-ReadLine-Perl/Makefile	Sat Mar 22 11:23:39 2014	(r348788)
+++ head/devel/p5-ReadLine-Perl/Makefile	Sat Mar 22 11:53:56 2014	(r348789)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ReadLine-Perl
 PORTVERSION=	1.0303
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Term
@@ -16,4 +16,9 @@ COMMENT=	Perl 5 module for Term::ReadLin
 USES=		perl5
 USE_PERL5=	configure
 
+post-install:
+	# this port and devel/p5-ReadLine-Perl-TTYtter both install same file
+	# teach this port don't install this file and resolve conflict
+	${RM} ${STAGEDIR}/${SITE_PERL}/${PERL_ARCH}/auto/Term/ReadLine/.packlist
+
 .include <bsd.port.mk>

Modified: head/devel/p5-ReadLine-Perl/pkg-plist
==============================================================================
--- head/devel/p5-ReadLine-Perl/pkg-plist	Sat Mar 22 11:23:39 2014	(r348788)
+++ head/devel/p5-ReadLine-Perl/pkg-plist	Sat Mar 22 11:53:56 2014	(r348789)
@@ -1,6 +1,5 @@
 %%SITE_PERL%%/Term/ReadLine/Perl.pm
 %%SITE_PERL%%/Term/ReadLine/readline.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
 @dirrmtry %%SITE_PERL%%/Term/ReadLine



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