Bug 223718

Summary: [maintainer] multimedia/syncplay update to 1.5.0
Product: Ports & Packages Reporter: Christian Heckendorf <heckendorfc>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Only Me CC: tcberner
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git diff from 1.4.0_1 to 1.5.0
none
diff from 1.4.0_1 with requested changes none

Description Christian Heckendorf 2017-11-17 02:32:13 UTC
Created attachment 188064 [details]
git diff from 1.4.0_1 to 1.5.0

Update to 1.5.0.

git diff attached.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2017-11-17 06:39:13 UTC
Hi there

1) You should not need to use
INSTALLS_ICONS= yes
as this is not a Gtk+ port.

2) python:2 should probably be python:2.7
   [python:2 = give me the python2 meta port, python:2.7 = I need to have python2.7]

3) USES should appear above USE_GITHUB


mfg Tobias
Comment 2 Christian Heckendorf 2017-11-17 15:43:42 UTC
Created attachment 188076 [details]
diff from 1.4.0_1 with requested changes

Hi Tobias,
Thanks for the suggestions, they appear to be correct. Here's a new diff with the changes included.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-11-17 19:31:14 UTC
A commit references this bug:

Author: tcberner
Date: Fri Nov 17 19:30:13 UTC 2017
New revision: 454381
URL: https://svnweb.freebsd.org/changeset/ports/454381

Log:
  Update multimedia/syncplay to 1.5.0

  PR:		223718
  Submitted by:	Christian Heckendorf <heckendorfc@gmail.com> (maintainer)

Changes:
  head/multimedia/syncplay/Makefile
  head/multimedia/syncplay/distinfo
  head/multimedia/syncplay/pkg-plist
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2017-11-17 19:31:32 UTC
Committed. Thanks :)