mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- Update to 1.18
- rename bin/pip to bin/pip-perl to avoid conflict with devel/py-pip PR: ports/147385 Submitted by: Cezary Morga <cm@therek.net> (maintainer)
This commit is contained in:
parent
1ebd2ae261
commit
6bafc885ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260108
@ -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 @@ PKGNAMEPREFIX= p5-
|
||||
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 @@ MAN3= Module::Plan::Base.3 \
|
||||
Module::Plan::Lite.3 \
|
||||
pip.3
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} 's|(INST_SCRIPT)/pip|(INST_SCRIPT)/pip-perl|' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user