Bug 220706 - mail/postfix-policyd-spf-python: Update to 2.0.2
Summary: mail/postfix-policyd-spf-python: Update to 2.0.2
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: Bryan Drewery
URL:
Keywords:
Depends on: 206067
Blocks:
  Show dependency treegraph
 
Reported: 2017-07-13 12:48 UTC by Yasuhiro Kimura
Modified: 2018-05-15 05:03 UTC (History)
4 users (show)

See Also:


Attachments
patch file (1.33 KB, patch)
2017-07-13 12:48 UTC, Yasuhiro Kimura
no flags Details | Diff
updated patch file (1.44 KB, patch)
2017-07-31 14:12 UTC, Yasuhiro Kimura
no flags Details | Diff
updated patch file (1.33 KB, patch)
2017-10-21 15:14 UTC, Yasuhiro Kimura
no flags Details | Diff
updated patch file (1.37 KB, patch)
2017-12-03 20:03 UTC, Yasuhiro Kimura
no flags Details | Diff
updated patch file (1.37 KB, patch)
2017-12-14 20:27 UTC, Yasuhiro Kimura
yasu: maintainer-approval+
Details | Diff
updated patch file (1.37 KB, patch)
2017-12-29 21:28 UTC, Yasuhiro Kimura
yasu: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2017-07-13 12:48:59 UTC
Created attachment 184328 [details]
patch file

* Update to 2.0.1.
* Change MASTER_SITES to CHEESESHOP.

Result of portlint check is as follwing:

yasu@eastasia[2012]% pwd
/usr/ports/mail/postfix-policyd-spf-python
yasu@eastasia[2013]% portlint -A
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX.
0 fatal errors and 2 warnings found.
yasu@eastasia[2014]% 

And unfortunately this port can't be tested with poudriere because of issue of poudriere reported in following PR.

Bug 206067 - ports-mgmt/poudriere: failure at check-sanity phase and issue of python version dependency
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206067
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2017-07-31 14:12:45 UTC
Created attachment 184868 [details]
updated patch file

Take maintainership because previous maintainer released it.

So please commit attached patch instead of original one.
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2017-08-01 09:58:36 UTC
Note: Changing to USES:3.x+ (as in attachment 184868 [details]) will break package creation without the creation of py3-* ports for its dependencies, at least until the official package build infrastructure is updated (to use a special poudriere version, cc bdrewery@).

I would hold off on this update, and backport only commits from upstream that fix the issue in bug 220470 if they exist.
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2017-08-07 10:12:51 UTC
(In reply to Kubilay Kocak from comment #2)

Is there any chance that my patch will be committed in near future or should I simply give up it?
Comment 4 Yasuhiro Kimura freebsd_committer freebsd_triage 2017-10-21 15:14:34 UTC
Created attachment 187350 [details]
updated patch file

Update patch to fit latest port tree. So please commit attached patch instead of previous ones.
Comment 5 Yasuhiro Kimura freebsd_committer freebsd_triage 2017-12-03 20:03:21 UTC
Created attachment 188496 [details]
updated patch file

Update patch to fit latest port tree. So please commit attached patch instead of previous ones.
Comment 6 Yasuhiro Kimura freebsd_committer freebsd_triage 2017-12-14 20:27:40 UTC
Created attachment 188839 [details]
updated patch file

Newer version 2.0.2 is released. So please commit attached patch instead of previous ones.
Comment 7 Yasuhiro Kimura freebsd_committer freebsd_triage 2017-12-29 21:28:36 UTC
Created attachment 189209 [details]
updated patch file

Update patch to fit it to latest ports tree.
So please commit attached patch instead of previous ones.
Comment 8 Bryan Drewery freebsd_committer freebsd_triage 2018-01-24 19:09:58 UTC
Committed!
Comment 9 commit-hook freebsd_committer freebsd_triage 2018-01-24 19:10:38 UTC
A commit references this bug:

Author: bdrewery
Date: Wed Jan 24 19:09:50 UTC 2018
New revision: 459884
URL: https://svnweb.freebsd.org/changeset/ports/459884

Log:
  - Update to 2.0.2.
  - Change MASTER_SITES to CHEESESHOP.

  This now requires Python 3.3+.

  PR:		220706
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)

Changes:
  head/mail/postfix-policyd-spf-python/Makefile
  head/mail/postfix-policyd-spf-python/distinfo
Comment 10 Kubilay Kocak freebsd_committer freebsd_triage 2018-05-15 05:03:33 UTC
Assign to committer that resolved.