Date: Wed, 17 Jul 2013 08:39:19 -0400 (AST) From: Jason Harris <jharris@widomaker.com> To: FreeBSD-gnats-submit@freebsd.org Cc: Jason Harris <jharris@widomaker.com> Subject: ports/180606: www/p5-WWW-Curl - become MAINTAINER, fix MASTER_SITES, etc. Message-ID: <201307171239.r6HCdJvL013676@wilma.widomaker.com> Resent-Message-ID: <201307171240.r6HCe0Zd045819@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180606 >Category: ports >Synopsis: www/p5-WWW-Curl - become MAINTAINER, fix MASTER_SITES, etc. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 17 12:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Harris >Release: FreeBSD 9.1-RELEASE amd64 >Organization: bitrote.org >Environment: FreeBSD laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: become MAINTAINER, fix MASTER_SITES (adds a mirror) make COMMENT match the software's description of itself fix LIB_DEPENDS as recommended by portlint >How-To-Repeat: Delete ports/ftp/p5-curl - it is a duplicate of this port. Mea culpa! Apply patch below. >Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message Index: Makefile =================================================================== --- Makefile (revision 321644) +++ Makefile (working copy) @@ -5,15 +5,15 @@ PORTVERSION= 4.15 CATEGORIES= www ftp perl5 MASTER_SITES= CPAN \ - http://curl.haxx.se/libcurl/perl/ + http://bitrote.org/distfiles/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl binding interface for curl +MAINTAINER= jharris@widomaker.com +COMMENT= Perl interface to libcurl LICENSE= MIT -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl PERL_CONFIGURE= yes Index: pkg-descr =================================================================== --- pkg-descr (revision 321644) +++ pkg-descr (working copy) @@ -1,6 +1,6 @@ -WWW-Curl is the Perl binding interface to libcurl (ports/ftp/curl) +This module provides a Perl interface to libcurl. It is not intended to be +a standalone module and because of this, the main libcurl documentation +should be consulted for API details at http://curl.haxx.se/. -WWW-Curl has formerly been known as Curl-easy - -Author: Cris Bailiff +WWW: http://search.cpan.org/dist/WWW-Curl/ WWW: http://curl.haxx.se/libcurl/perl/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (FreeBSD) iJ0EARECAF0FAlHmj4lWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93 PXRydWUACgkQSypIl9OdoOOw9QCgygi/cq2fxgTwpJ6dgwIb+b9DspIAniYFfiqb HQ+Pnej0OyWy7ajfVcp9 =PPc1 -----END PGP SIGNATURE----- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307171239.r6HCdJvL013676>