Bug 208671 - [maintainer] devel/py-icalendar: update to 3.9.2
Summary: [maintainer] devel/py-icalendar: update to 3.9.2
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: Bartek Rutkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-10 12:47 UTC by jun-g
Modified: 2016-04-23 22:12 UTC (History)
1 user (show)

See Also:


Attachments
patch for devel/py-icalendar (952 bytes, patch)
2016-04-10 12:47 UTC, jun-g
no flags Details | Diff
fixed patch (1.39 KB, patch)
2016-04-10 15:17 UTC, jun-g
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jun-g 2016-04-10 12:47:07 UTC
Created attachment 169145 [details]
patch for devel/py-icalendar

Update to 3.9.2.
Comment 1 Bartek Rutkowski freebsd_committer freebsd_triage 2016-04-10 13:52:48 UTC
This patch fails to build with:

"
=======================<phase: configure      >============================
===>   py27-icalendar-3.9.2 depends on package: py27-setuptools27>0 - found
===>   py27-icalendar-3.9.2 depends on file: /usr/local/bin/python2.7 - found
===>   py27-icalendar-3.9.2 depends on file: /usr/local/bin/ccache - found
===>  Configuring for py27-icalendar-3.9.2
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 67
    test_suite='icalendar.tests'
SyntaxError: keyword argument repeated
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/py-icalendar
"

You can see the full buildlog here: http://pd.valinor.palantiri.org/data/latest-per-pkg/py27-icalendar/3.9.2/11amd64-default.log
Can you please test it and provide a fixed patch?
Comment 2 jun-g 2016-04-10 15:17:47 UTC
Created attachment 169156 [details]
fixed patch
Comment 3 jun-g 2016-04-10 15:18:16 UTC
I'm sorry. I created a new patch.
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-04-23 22:11:48 UTC
A commit references this bug:

Author: robak
Date: Sat Apr 23 22:10:47 UTC 2016
New revision: 413916
URL: https://svnweb.freebsd.org/changeset/ports/413916

Log:
  devel/py-icalendar: update 3.9.1 -> 3.9.2

  PR:		208671
  Submitted by:	Junji Nakanishi <jun-g@daemonfreaks.com> (maintainer)

Changes:
  head/devel/py-icalendar/Makefile
  head/devel/py-icalendar/distinfo
Comment 5 Bartek Rutkowski freebsd_committer freebsd_triage 2016-04-23 22:12:20 UTC
Committed, thanks!