Bug 197154 - www/p5-Flickr-Upload - patch - update to version 1.4
Summary: www/p5-Flickr-Upload - patch - update to version 1.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-28 12:56 UTC by parv
Modified: 2015-02-01 15:16 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (perl)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description parv 2015-01-28 12:56:43 UTC
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
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-28 12:56:43 UTC
Auto-assigned to maintainer perl@FreeBSD.org
Comment 2 parv 2015-01-31 07:41:56 UTC
Initially I had set "Importance" to "Affects Many People". Should I have set that to something else given the port update?
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-01 09:10:27 UTC
Testing @work.

It's just the usual "who has the time" problem...
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-01 09:57:57 UTC
Building in poudriere went fine, but: Isn't 1.32 > 1.4 ?
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-01 10:41:19 UTC
Yes:

pkg version -t 1.32 1.4

says that 1.32 is larger than 1.4.
Comment 6 Mathieu Arnold freebsd_committer freebsd_triage 2015-02-01 10:48:17 UTC
It is, you have to make it 1.40 and set DISTNAME to ${PORTNAME}-1.4.
Comment 7 Mathieu Arnold freebsd_committer freebsd_triage 2015-02-01 10:53:28 UTC
or bump PORTEPOCH.
Comment 8 commit-hook freebsd_committer freebsd_triage 2015-02-01 15:16:24 UTC
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
Comment 9 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-01 15:16:51 UTC
Committed, thanks.