Bug 240797 - devel/py-furl: Update to 2.1.0
Summary: devel/py-furl: Update to 2.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-24 16:54 UTC by Gilbert Morgan
Modified: 2019-09-24 21:40 UTC (History)
1 user (show)

See Also:


Attachments
py-furl patch file (786 bytes, patch)
2019-09-24 17:04 UTC, Gilbert Morgan
no flags Details | Diff
py-furl.patch (787 bytes, patch)
2019-09-24 21:24 UTC, Gilbert Morgan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gilbert Morgan 2019-09-24 16:54:22 UTC

    
Comment 1 Gilbert Morgan 2019-09-24 17:04:23 UTC
Created attachment 207775 [details]
py-furl patch file

Patch file
Comment 2 Gilbert Morgan 2019-09-24 17:05:15 UTC
py-furl's latest version is 2.1.0.
Comment 3 Dan Langille freebsd_committer freebsd_triage 2019-09-24 21:11:42 UTC
That patch does not apply cleanly:

[dvl@dvl:~/FreeBSDPortsWorkingDirectory/devel/py-furl] $ patch < patch-py-furl 
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- Makefile	(revision 512716)
|+++ Makefile	(working copy)
--------------------------
Patching file Makefile using Plan A...
Hunk #1 succeeded at 2 with fuzz 1 (offset 1 line).
Hunk #2 failed at 2.
1 out of 2 hunks failed--saving rejects to Makefile.rej
done


$ cat Makefile.rej
@@ -2,3 +2,3 @@
-TIMESTAMP = 1568134642
-SHA256 (furl-2.0.0.tar.gz) = fdcaedc1fb19a63d7d875b0105b0a5b496dd0989330d454a42bcb401fa5454ec
-SIZE (furl-2.0.0.tar.gz) = 42732
+TIMESTAMP = 1569337394
+SHA256 (furl-2.1.0.tar.gz) = c0e0231a1feee2acd256574b7033df3144775451c610cb587060d6a0d7e0b621
+SIZE (furl-2.1.0.tar.gz) = 43765
Comment 4 Gilbert Morgan 2019-09-24 21:24:12 UTC
Created attachment 207778 [details]
py-furl.patch

New patch file
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-09-24 21:38:24 UTC
A commit references this bug:

Author: dvl
Date: Tue Sep 24 21:37:26 UTC 2019
New revision: 512753
URL: https://svnweb.freebsd.org/changeset/ports/512753

Log:
  Update to 2.1.0

  PR:		240797
  Submitted by:	Gilbert Morgan <gmm@tutanota.com>

Changes:
  head/devel/py-furl/Makefile
  head/devel/py-furl/distinfo
Comment 6 Dan Langille freebsd_committer freebsd_triage 2019-09-24 21:40:21 UTC
Thank you for your patch.