Bug 210682

Summary: net-p2p/retroshare: Update fixing connectivity problems in 0.6.0
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: peter, pi, rakuco
Priority: --- Flags: peter: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 211916    
Attachments:
Description Flags
patch
none
patch
none
new version of yuris patch with DISTVERSIONPREFIX in right order and USES=ssl added peter: maintainer-approval+

Description Yuri Victorovich freebsd_committer freebsd_triage 2016-06-29 05:16:29 UTC
Created attachment 171933 [details]
patch

The current revisions are said to fix RS connectivity problems - random disconnects.

This patch:
* Updates to the current revision to 9f7ef8b
* Deletes no longer relevant patches
* Makes RS show the code revision when GH_TAGNAME is explicitly defined
* Changes PORTVERSION to 0.6.0e to reflect the fact that extra commits are added
* Bumps PORTREVISION

Passes poudriere (on 10.3 amd64) and seems to work fine.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2016-06-29 05:28:57 UTC
Created attachment 171934 [details]
patch

Also:
* Adds the missing desktop-file-utils
* Sorts USES alphabetically
Comment 2 peter 2016-06-29 21:58:20 UTC
Comment on attachment 171934 [details]
patch

portlint dislikes that DISTVERSIONPREFIX is out of order and ssl needs to be added to USES, I will upload a new version. Otherwise great patch!
Comment 3 peter 2016-06-29 22:01:06 UTC
Created attachment 171960 [details]
new version of yuris patch with DISTVERSIONPREFIX in right order and USES=ssl added
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-09-04 11:20:02 UTC
testbuilds@work after binutils fix
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-09-04 13:27:16 UTC
A commit references this bug:

Author: pi
Date: Sun Sep  4 13:27:04 UTC 2016
New revision: 421336
URL: https://svnweb.freebsd.org/changeset/ports/421336

Log:
  net-p2p/retroshare: Update fixing connectivity problems in 0.6.0

  - Updates to the current revision to 9f7ef8b
  - Deletes no longer relevant patches
  - Makes RS show the code revision when GH_TAGNAME is explicitly defined
  - Changes PORTVERSION to 0.6.0e to reflect the fact that extra commits are added
  - Bumps PORTREVISION
  - also fixes the build in C++11 mode (See PR#212365)

  PR:		210682
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
  Approved by:	peter@netkey.at (maintainer)

Changes:
  head/net-p2p/retroshare/Makefile
  head/net-p2p/retroshare/distinfo
  head/net-p2p/retroshare/files/patch-libbitdht_src_bitdht_bencode.c
  head/net-p2p/retroshare/files/patch-libretroshare_src_grouter_p3grouter.h
  head/net-p2p/retroshare/files/patch-libretroshare_src_rsserver_rsinit.cc
  head/net-p2p/retroshare/files/patch-libretroshare_src_util_argstream.h
  head/net-p2p/retroshare/files/patch-retroshare-nogui_src_retroshare.cc
  head/net-p2p/retroshare/pkg-plist
Comment 6 Kurt Jaeger freebsd_committer freebsd_triage 2016-09-04 13:27:55 UTC
Committed, thanks!