Bug 226697 - sysutils/py-plumbum: Fix misformatted pkg-descr
Summary: sysutils/py-plumbum: Fix misformatted pkg-descr
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: David Naylor
URL:
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2018-03-18 14:25 UTC by Mateusz Piotrowski
Modified: 2018-06-02 20:31 UTC (History)
0 users

See Also:
dbn: maintainer-feedback+


Attachments
Patch fixing formatting of the pkg-descr in sysutils/py-plumbum (2.14 KB, patch)
2018-03-18 14:25 UTC, Mateusz Piotrowski
no flags Details | Diff
Patch fixing formatting of the pkg-descr in sysutils/py-plumbum (with a bumped portrevision) (2.22 KB, patch)
2018-03-19 15:32 UTC, Mateusz Piotrowski
0mp: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mateusz Piotrowski freebsd_committer freebsd_triage 2018-03-18 14:25:31 UTC
Created attachment 191600 [details]
Patch fixing formatting of the pkg-descr in sysutils/py-plumbum

Changes:
 - Capitalize Python in COMMENT
 - Fix misformatted pkg-descr
Comment 1 David Naylor freebsd_committer freebsd_triage 2018-03-18 14:53:06 UTC
Approved, would you like to commit this change?  If so please rememeber to bump portrevision.  Otherwise I'll happily commit this.  

Thank you for improving plumbum.
Comment 2 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-03-18 15:51:36 UTC
(In reply to David Naylor from comment #1)

I'd love to commit this change but I've not got a chance to be a committer yet :)

I think I'll have to leave this patch to you. 

Also, I didn't bump the port revision as there is nothing to rebuild and I didn't want to make people have to rebuild this port.
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2018-03-19 05:24:21 UTC
(In reply to Mateusz Piotrowski from comment #2)

The current [1] definitional requirement for PORTREVISION bumps is:

"PORTREVISION must be increased each time a change is made to the port that changes the generated package in any way" [1], with some listed exceptions. 

Though not precisely listed or mentioned, this change could plausibly be argued to come under the following exception:

"Style changes to the port skeleton with no functional change to what appears in the resulting package."

[1] https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#makefile-naming (Section 5.2.3.1 - PORTREVISION)
Comment 4 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-03-19 15:32:36 UTC
Created attachment 191631 [details]
Patch fixing formatting of the pkg-descr in sysutils/py-plumbum (with a bumped portrevision)

I'm submitting an alternative patch with the port revision bumped just in case. :)
Comment 5 commit-hook freebsd_committer freebsd_triage 2018-06-02 16:33:34 UTC
A commit references this bug:

Author: dbn
Date: Sat Jun  2 16:32:38 UTC 2018
New revision: 471377
URL: https://svnweb.freebsd.org/changeset/ports/471377

Log:
  sysutils/py-plumbum: fix comment and pkg-descr

  PR:		226697
  Submitted by:	0mp

Changes:
  head/sysutils/py-plumbum/Makefile
  head/sysutils/py-plumbum/pkg-descr
Comment 6 David Naylor freebsd_committer freebsd_triage 2018-06-02 16:33:53 UTC
My sincere apologies, I somehow thought this was already committed.  I've just done so now.  Thank you for the patch :-)
Comment 7 Mateusz Piotrowski freebsd_committer freebsd_triage 2018-06-02 20:31:03 UTC
(In reply to David Naylor from comment #6)

No worries :) I'm glad that you've found my patch useful.