Bug 201154

Summary: [patch] net-p2p/litecoin: Update to 0.10.2.2
Product: Ports & Packages Reporter: Andriy Voskoboinyk <avos>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (swills)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch.diff
none
portlint.log
none
poudriere-9.3-i386.log
none
Update.diff
none
portlint.txz
none
poudriere.txz
none
Update2.diff
none
Update3.diff
none
Desktop file fix none

Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-06-27 22:11:37 UTC
Created attachment 158105 [details]
patch.diff

- Use qt4-linguisttools instead of qt4-linguist;
- Add LICENSE;
- Wrap lines at 80 characters;
- Regen patches.
Comment 1 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-06-27 22:12:42 UTC
Created attachment 158106 [details]
portlint.log
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-06-27 22:24:05 UTC
Created attachment 158107 [details]
poudriere-9.3-i386.log
Comment 3 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-04 23:11:49 UTC
Created attachment 159554 [details]
Update.diff

- Update to 0.10.2.2 (https://litecoin.org/upgrade.html).
- (mostly) Copy Makefile contents from bitcoin* ports (adds litecoin-utils port).
- Add CPE info.
- Add LICENSE_FILE.
Comment 4 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-04 23:16:07 UTC
Created attachment 159555 [details]
portlint.txz
Comment 5 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-04 23:16:38 UTC
Created attachment 159556 [details]
poudriere.txz
Comment 6 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-04 23:24:47 UTC
Created attachment 159557 [details]
Update2.diff

- Fix USES=cpe in net-p2p/litecoin-daemon
Comment 7 commit-hook freebsd_committer freebsd_triage 2015-08-05 13:22:25 UTC
A commit references this bug:

Author: swills
Date: Wed Aug  5 13:21:56 UTC 2015
New revision: 393586
URL: https://svnweb.freebsd.org/changeset/ports/393586

Log:
  net-p2p/litecoin: Update to 0.10.2.2

  While here, clean up and add a litecoin-utils port

  PR:		201154
  Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>

Changes:
  head/net-p2p/Makefile
  head/net-p2p/litecoin/Makefile
  head/net-p2p/litecoin/distinfo
  head/net-p2p/litecoin/files/patch-bitcoin-qt.pro
  head/net-p2p/litecoin/files/patch-src__makefile.unix
  head/net-p2p/litecoin/files/patch-src__scrypt.cpp
  head/net-p2p/litecoin/files/patch-src__scrypt.h
  head/net-p2p/litecoin/files/patch-src_crypto_scrypt.cpp
  head/net-p2p/litecoin/files/patch-src_crypto_scrypt.h
  head/net-p2p/litecoin/files/patch-src_leveldb_helpers_memenv_memenv.cc
  head/net-p2p/litecoin-daemon/Makefile
  head/net-p2p/litecoin-utils/
  head/net-p2p/litecoin-utils/Makefile
Comment 8 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-05 13:22:29 UTC
Created attachment 159575 [details]
Update3.diff

- Fix .desktop file.
Comment 9 Andriy Voskoboinyk freebsd_committer freebsd_triage 2015-08-05 13:33:46 UTC
Created attachment 159576 [details]
Desktop file fix

Looks like the previous update was too late... Move this into separate patch.
Comment 10 commit-hook freebsd_committer freebsd_triage 2015-08-05 14:40:37 UTC
A commit references this bug:

Author: swills
Date: Wed Aug  5 14:39:43 UTC 2015
New revision: 393591
URL: https://svnweb.freebsd.org/changeset/ports/393591

Log:
  net-p2p/litecoin: Fix .desktop file

  PR:		201154
  Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>

Changes:
  head/net-p2p/litecoin/Makefile
Comment 11 Steve Wills freebsd_committer freebsd_triage 2015-08-05 14:41:13 UTC
Committed. Nice work, sorry for the wait. Thanks!