Bug 226243 - [PATCH][MAINTAINER] multimedia/py-soco Update to 0.14
Summary: [PATCH][MAINTAINER] multimedia/py-soco Update to 0.14
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: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-02-27 14:08 UTC by Conall O'Brien
Modified: 2018-03-02 18:53 UTC (History)
0 users

See Also:


Attachments
svn diff for v0.14 (841 bytes, patch)
2018-02-27 14:08 UTC, Conall O'Brien
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conall O'Brien 2018-02-27 14:08:10 UTC
Created attachment 191054 [details]
svn diff for v0.14
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-02-27 15:51:01 UTC
Can we change MASTER_SITES from GitHub to PyPI (CHEESESHOP)?

Remove:
DISTVERSIONPREFIX=     v
USE_GITHUB=    yes
GH_ACCOUNT=    SoCo
GH_PROJECT=    SoCo

Add:
MASTER_SITES=  CHEESESHOP
Comment 2 Conall O'Brien 2018-02-27 23:02:12 UTC
Is there any documented guidance for preferring PyPI over Github when developing ports? If not, should there be?

I originally created the port against Github since that's where the upstream source resides. In the interest of simplicity, I skipped the additional layer of abstraction. I also would expect Github to have higher availability, given their service growth
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-03-02 18:53:01 UTC
A commit references this bug:

Author: sunpoet
Date: Fri Mar  2 18:52:40 UTC 2018
New revision: 463441
URL: https://svnweb.freebsd.org/changeset/ports/463441

Log:
  Update to 0.14

  - Sort RUN_DEPENDS

  Changes:	https://github.com/SoCo/SoCo/releases
  PR:		226243
  Submitted by:	Conall O'Brien <conall@conall.net> (maintainer)

Changes:
  head/multimedia/py-soco/Makefile
  head/multimedia/py-soco/distinfo
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2018-03-02 18:53:34 UTC
Committed. Thanks!