Re: privoxy-pki-bundle not Behaving as Desired – Request for Assistance

2022-05-19 Thread Daniel J. Luke
On May 17, 2022, at 4:31 PM, Steven Smith  wrote:
>> Whenever the curl-ca-bundle port is updated to a new version, the 
>> privoxy-pki-bundle port's revision should be increased so that it rebuilds 
>> with the new bundle.
> 
> Thank you.
> 
> This is the part that I was hoping is automatic, without updating a revision: 
> the depends_lib would see that the “library” that the port depends upon has 
> been updated, and rebuilds itself because of the updated library dependency. 
> All without modification of the Portfile.
> 
> I infer from your response that this isn’t how depends_lib works.

Nope, there's no way (currently) to have a port declare that it needs to be 
rebuilt if a dependency is updated (it would be a really nice feature to add to 
base, though).

-- 
Daniel J. Luke



Re: cargo.crates_github doesn't work anymore in the cargo_fetch PG

2022-05-19 Thread Ryan Schmidt
On May 18, 2022, at 07:26, Vadym-Valdis Yudaiev wrote:

> Looks like after some changes `cargo.crates_github` broke. The @harens 
> thought the `cargo._old_macos_compatibility` option was to blame. I do think 
> it broke even earlier.
> 
> https://github.com/macports/macports-ports/pull/13909#issuecomment-1059773013
> 
> Anyway, for the `joshuto` port, I need cargo crate from Github, which I can't 
> get anymore. For now, I've created a draft PR and will be waiting for a fix 
> in PG to continue.
> 
> https://github.com/macports/macports-ports/pull/14865

Sounds like https://trac.macports.org/ticket/65025