From 759fc5f74c07663ff56707f61d02fd68b33acddc Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sun, 15 Mar 2026 07:30:32 -0400 Subject: [PATCH] wcurl: replaced by curl --- net/wcurl/Portfile | 48 ++++++---------------------------------------- 1 file changed, 6 insertions(+), 42 deletions(-) diff --git a/net/wcurl/Portfile b/net/wcurl/Portfile index 4d747a50336..d107103c5b0 100644 --- a/net/wcurl/Portfile +++ b/net/wcurl/Portfile @@ -1,48 +1,12 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 -PortGroup github 1.0 - -github.setup curl wcurl 2025.11.09 v -revision 0 -checksums rmd160 7b95572f0f471c0479fc03147130468d13956966 \ - sha256 0eac1eea9d9ecb8e0c4629090660b08bdc6eafb6921f2f2075777aa2a68d2bdb \ - size 12994 +PortGroup obsolete 1.0 +name wcurl +# Last standalone wcurl release before curl started shipping it directly. +version 2025.11.09 +revision 1 categories net www -license Curl -maintainers {ryandesign @ryandesign} openmaintainer -platforms any -supported_archs noarch -description a simple wrapper around curl to easily download files - -long_description ${name} is a simple curl wrapper which lets you use curl \ - to download files without having to remember any \ - parameters. Simply call wcurl with a list of URLs you want \ - to download and wcurl will pick sane defaults. - -homepage https://curl.se/wcurl/ -github.tarball_from archive - -depends_test port:shunit2 - -depends_run bin:curl:curl - -use_configure no - -build {} - -test.env-append PATH=${worksrcpath}:$env(PATH) -test.run yes -test.dir ${worksrcpath}/tests -test.cmd ./tests.sh -test.target - -destroot { - xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin - xinstall -m 0444 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1 - set docdir ${prefix}/share/doc/${name} - xinstall -d ${destroot}${docdir} - xinstall -W ${worksrcpath} -m 0644 LICENSE README.md ${destroot}${docdir} -} +replaced_by curl