Update Flickr::Upload module to 1.4 which brings in the critical change of using https URL for API upload, among other changes (https://rt.cpan.org/Public/Dist/Display.html?Status=Resolved;Name=Flickr-Upload). Else 1.32_1 version in ports currently fails ... upload failed: <?xml version="1.0" encoding="utf-8" ?> <rsp stat="fail"> <err code="95" msg="SSL is required" /> </rsp> Patch: http://bitter-almonds.com/tmp/patch-flickr-upload-1.4-update SHA256 sum: 4de433f3448b3887c23cb0404a390a49807d48e04b255799a1631816bb5b9188
Auto-assigned to maintainer perl@FreeBSD.org
Initially I had set "Importance" to "Affects Many People". Should I have set that to something else given the port update?
Testing @work. It's just the usual "who has the time" problem...
Building in poudriere went fine, but: Isn't 1.32 > 1.4 ?
Yes: pkg version -t 1.32 1.4 says that 1.32 is larger than 1.4.
It is, you have to make it 1.40 and set DISTNAME to ${PORTNAME}-1.4.
or bump PORTEPOCH.
A commit references this bug: Author: pi Date: Sun Feb 1 15:16:03 UTC 2015 New revision: 378244 URL: https://svnweb.freebsd.org/changeset/ports/378244 Log: www/p5-Flickr-Upload: 1.32 -> 1.40 (somehow, the CPAN number is 1.4) Changes: http://cpansearch.perl.org/src/SSEVERIN/Flickr-Upload-1.4/ChangeLog Uses SSL API now. PR: 197154 Submitted by: parv@pair.com Changes: head/www/p5-Flickr-Upload/Makefile head/www/p5-Flickr-Upload/distinfo
Committed, thanks.