Bug 215439 - [UPDATE PORT]: www/domoticz to 3.5877
Summary: [UPDATE PORT]: www/domoticz to 3.5877
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: Matthew Seaman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-20 09:06 UTC by Xavier Beaudouin
Modified: 2016-12-27 21:01 UTC (History)
1 user (show)

See Also:


Attachments
Diff to update domoticz port to v3.5877 (33.81 KB, patch)
2016-12-20 09:06 UTC, Xavier Beaudouin
no flags Details | Diff
Clean up previous patch (33.57 KB, patch)
2016-12-27 16:29 UTC, Matthew Seaman
matthew: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Beaudouin 2016-12-20 09:06:00 UTC
Created attachment 178136 [details]
Diff to update domoticz port to v3.5877

Hi,

This diff is to update Domoticz port to latest release (version 3.5877)

Regards,
Xavier
Comment 1 Xavier Beaudouin 2016-12-27 15:13:46 UTC
ping ?
Comment 2 Matthew Seaman freebsd_committer freebsd_triage 2016-12-27 16:29:04 UTC
Created attachment 178327 [details]
Clean up previous patch

Hi,

I cleaned up your patch a bit:

   * GH_TAGNAME is unnecessary if you have a release version to download
   * Regenerated distinfo by 'make makesum'
   * Changes to mollify portlint:
     - Deleted trailing whitespace at line 34 of Makefile
     - Deleted blank line at end of pkg-message (and fixed a spelling mistake)
     - Regenerated files/patch-* using 'make makepatch'

Let me know if you agree with these changes please.
Comment 3 Xavier Beaudouin 2016-12-27 16:48:04 UTC
Comment on attachment 178327 [details]
Clean up previous patch

Hi :)

Agreed with this changes :)

Regards,
Xavier
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-12-27 21:00:06 UTC
A commit references this bug:

Author: matthew
Date: Tue Dec 27 20:59:18 UTC 2016
New revision: 429660
URL: https://svnweb.freebsd.org/changeset/ports/429660

Log:
  Update to 3.5877

   * Add OPTIONS to toggle between ports ad bundled versions of various libs
   * Drop GH_TAGNAME since we're using a release version
   * Various changes to mollify portlint:
       - Regenerated files/patch-* using 'make makepatch'
   * Add USES=ssl

  PR:		215439
  Submitted by:	kiwi@oav.net (maintainer)

Changes:
  head/www/domoticz/Makefile
  head/www/domoticz/distinfo
  head/www/domoticz/files/domoticz.in
  head/www/domoticz/files/patch-CMakeLists.txt
  head/www/domoticz/files/patch-appversion.default
  head/www/domoticz/files/patch-getgit.cmake
  head/www/domoticz/pkg-descr
  head/www/domoticz/pkg-message
  head/www/domoticz/pkg-plist
Comment 5 Matthew Seaman freebsd_committer freebsd_triage 2016-12-27 21:01:22 UTC
Committed, thanks!