Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc p5-WWW-Curl: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/65e752110739
branches: trunk
changeset: 438682:65e752110739
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 08 11:54:20 2020 +0000
description:
p5-WWW-Curl: remove
Last release from 2014, but curl keeps developing and breaks this.
No upstream support. No users in pkgsrc.
diffstat:
doc/CHANGES-2020 | 3 ++-
www/Makefile | 3 +--
www/p5-WWW-Curl/DESCR | 8 --------
www/p5-WWW-Curl/Makefile | 25 -------------------------
www/p5-WWW-Curl/distinfo | 7 -------
www/p5-WWW-Curl/patches/patch-Makefile.PL | 16 ----------------
6 files changed, 3 insertions(+), 59 deletions(-)
diffs (103 lines):
diff -r bdbed5702767 -r 65e752110739 doc/CHANGES-2020
--- a/doc/CHANGES-2020 Tue Sep 08 11:48:35 2020 +0000
+++ b/doc/CHANGES-2020 Tue Sep 08 11:54:20 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.5060 2020/09/08 11:48:35 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.5061 2020/09/08 11:54:20 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -7654,3 +7654,4 @@
Removed devel/p5-Devel-BeginLift [wiz 2020-09-08]
Updated devel/p5-MetaCPAN-Client to 2.028000nb1 [wiz 2020-09-08]
Removed finance/moneyguru [wiz 2020-09-08]
+ Removed www/p5-WWW-Curl [wiz 2020-09-08]
diff -r bdbed5702767 -r 65e752110739 www/Makefile
--- a/www/Makefile Tue Sep 08 11:48:35 2020 +0000
+++ b/www/Makefile Tue Sep 08 11:54:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1483 2020/09/04 11:40:41 wiz Exp $
+# $NetBSD: Makefile,v 1.1484 2020/09/08 11:54:20 wiz Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -563,7 +563,6 @@
SUBDIR+= p5-VRML
SUBDIR+= p5-WWW-Amazon-Wishlist
SUBDIR+= p5-WWW-CSRF
-SUBDIR+= p5-WWW-Curl
SUBDIR+= p5-WWW-Facebook-API
SUBDIR+= p5-WWW-Form-UrlEncoded
SUBDIR+= p5-WWW-Mechanize
diff -r bdbed5702767 -r 65e752110739 www/p5-WWW-Curl/DESCR
--- a/www/p5-WWW-Curl/DESCR Tue Sep 08 11:48:35 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-This module is a namespace placeholder for a future high level perl-oriented
-interface to libcurl. Currently, you need to use the direct libcurl 'easy'
-interface, by using the 'WWW::Curl::easy' module.
-
-The perl module WWW::Curl::easy provides an interface to the cURL library
-"libcurl".
-
-See http://curl.haxx.se/ for more information on cURL and libcurl.
diff -r bdbed5702767 -r 65e752110739 www/p5-WWW-Curl/Makefile
--- a/www/p5-WWW-Curl/Makefile Tue Sep 08 11:48:35 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.59 2020/08/31 18:13:13 wiz Exp $
-
-DISTNAME= WWW-Curl-4.17
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 24
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
-
-MAINTAINER= imil%gcu.info@localhost
-HOMEPAGE= https://metacpan.org/release/WWW-Curl
-COMMENT= Perl binding interface for curl
-LICENSE= mit
-
-BUILDLINK_API_DEPENDS.curl+= curl>=7.10.8
-CFLAGS+= -Wall -Werror -Wreturn-type
-
-MAKE_ENV+= PERL_USE_UNSAFE_INC=1
-PERL5_PACKLIST= auto/WWW/Curl/.packlist
-PERL5_MODULE_TYPE= Module::Install::Bundled
-
-TEST_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta
-
-.include "../../www/curl/buildlink3.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r bdbed5702767 -r 65e752110739 www/p5-WWW-Curl/distinfo
--- a/www/p5-WWW-Curl/distinfo Tue Sep 08 11:48:35 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.19 2018/06/22 08:26:41 leot Exp $
-
-SHA1 (WWW-Curl-4.17.tar.gz) = 8ec7b7b39bd653539671fb02fbb7d0ff4863e636
-RMD160 (WWW-Curl-4.17.tar.gz) = 786b6e0461051eae67bdcded046095895ea2a6a2
-SHA512 (WWW-Curl-4.17.tar.gz) = bc7a75d0e23f5a77578fd7244b56a1e1b81d814993b90ac7132926f0d571232c4c95875bc615cb6239e424ae1d5481d27796efc5376bb0845d1da0ff1137c0d6
-Size (WWW-Curl-4.17.tar.gz) = 50917 bytes
-SHA1 (patch-Makefile.PL) = 11eec9800a018314077d462f77170a4e9631b67d
diff -r bdbed5702767 -r 65e752110739 www/p5-WWW-Curl/patches/patch-Makefile.PL
--- a/www/p5-WWW-Curl/patches/patch-Makefile.PL Tue Sep 08 11:48:35 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.3 2018/06/22 08:26:41 leot Exp $
-
-Build fix for curl-7.50.2.
-https://rt.cpan.org/Public/Bug/Display.html?id=117793
-
---- Makefile.PL.orig 2014-02-21 16:08:09.000000000 +0000
-+++ Makefile.PL
-@@ -127,7 +127,7 @@ if (!defined($curl_h)) {
- close H;
-
- for my $e (sort @syms) {
-- if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z)/) {
-+ if($e =~ /(OBSOLETE|^CURL_EXTERN|^CURL_STRICTER\z|_LAST\z|_LASTENTRY\z)/) {
- next;
- }
- my ($group) = $e =~ m/^([^_]+_)/;
Home |
Main Index |
Thread Index |
Old Index