Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2010 10:33:48 +0200
From:      Cezary Morga <cm@therek.net>
To:        freebsd-ports-bugs@freebsd.org
Cc:        pgollucci@freebsd.org
Subject:   Re: ports/147385: [PATCH] devel/p5-pip: update to 1.18
Message-ID:  <201006101033.48896.cm@therek.net>
In-Reply-To: <201006100726.o5A7QYVs036824@freefall.freebsd.org>
References:  <201006100726.o5A7QYVs036824@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_sNKEMMO6wdYukJX
Content-Type: Text/Plain;
  charset="iso-8859-2"
Content-Transfer-Encoding: 7bit

Attached file contains patch that adds/modifies dependencies and fixes 
devel/p5-pip and devel/py-pip conflict (ports/141047). Most of these 
modifications were introduced in ports/141507 but apparently were not 
committed.
-- 
Cezary Morga

--Boundary-00=_sNKEMMO6wdYukJX
Content-Type: text/plain;
  charset="ISO-8859-1";
  name="patch-p5-pip.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-p5-pip.txt"

diff -ruN devel/p5-pip.orig/Makefile devel/p5-pip/Makefile
--- devel/p5-pip.orig/Makefile	2009-12-27 01:00:40.000000000 +0100
+++ devel/p5-pip/Makefile	2010-06-10 10:29:17.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pip
-PORTVERSION=	1.16
+PORTVERSION=	1.18
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	../by-authors/id/A/AD/ADAMK
@@ -15,10 +15,12 @@
 MAINTAINER=	cm@therek.net
 COMMENT=	Perl Installation Program
 
-BUILD_DEPENDS=	p5-CPAN-Inject>=0.07:${PORTSDIR}/devel/p5-CPAN-Inject \
+BUILD_DEPENDS=	p5-Archive-Zip>=1.29:${PORTSDIR}/archivers/p5-Archive-Zip \
+		p5-CPAN-Inject>=0.07:${PORTSDIR}/devel/p5-CPAN-Inject \
 		p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which \
 		p5-File-pushd>=0.32:${PORTSDIR}/devel/p5-File-pushd \
-		p5-Params-Util>=0.21:${PORTSDIR}/devel/p5-Params-Util \
+		p5-PAR-Dist>=0.25:${PORTSDIR}/devel/p5-PAR-Dist \
+		p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS=	${BUILD_DEPENDS}
@@ -29,4 +31,7 @@
 		Module::Plan::Lite.3 \
 		pip.3
 
+post-configure:
+	@${REINPLACE_CMD} 's|(INST_SCRIPT)/pip|(INST_SCRIPT)/pip-perl|' ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>
diff -ruN devel/p5-pip.orig/distinfo devel/p5-pip/distinfo
--- devel/p5-pip.orig/distinfo	2009-12-27 01:00:40.000000000 +0100
+++ devel/p5-pip/distinfo	2010-06-10 09:45:16.608177000 +0200
@@ -1,3 +1,3 @@
-MD5 (pip-1.16.tar.gz) = 93fa1c199f779ab0086a613fb7e18b56
-SHA256 (pip-1.16.tar.gz) = 13e1d99c865b533c49bf06658c45598ba2816be1a15101f9f17a4077e77e645c
-SIZE (pip-1.16.tar.gz) = 106270
+MD5 (pip-1.18.tar.gz) = 61ccf13c50d2b485172748e46464b019
+SHA256 (pip-1.18.tar.gz) = 1c5fe285be69b153c0b76193c93732bdc159c9b68cadcb7a8b7d0936d7eaa87c
+SIZE (pip-1.18.tar.gz) = 111057
diff -ruN devel/p5-pip.orig/pkg-plist devel/p5-pip/pkg-plist
--- devel/p5-pip.orig/pkg-plist	2009-09-24 22:00:52.000000000 +0200
+++ devel/p5-pip/pkg-plist	2010-02-16 21:46:08.836071000 +0100
@@ -1,4 +1,4 @@
-bin/pip
+bin/pip-perl
 %%SITE_PERL%%/Module/Plan/Base.pm
 %%SITE_PERL%%/Module/Plan/Lite.pm
 %%SITE_PERL%%/Module/Plan/Archive.pm

--Boundary-00=_sNKEMMO6wdYukJX--



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