Bug 210823

Summary: sysutils/exfat-utils, sysutils/fusefs-exfat: Update to 1.2.4
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me CC: samm
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/relan/exfat/releases
Bug Depends on:    
Bug Blocks: 199874, 210162    
Attachments:
Description Flags
v1
none
v2
none
v2.1
none
v2.2 jbeich: maintainer-approval? (samm)

Description Jan Beich freebsd_committer freebsd_triage 2016-07-04 17:00:58 UTC
Created attachment 172111 [details]
v1

- Both projects were merged into one repo and migrated to GitHub
- libublio dependency was removed in https://github.com/relan/exfat/commit/3959f7d
- Drop unused iconv dependency

poudriere bulk -t succeeded on 9.3R i386, 9.3R amd64, 10.1R i386, 10.3R amd64, 11.0A3 i386
Comment 1 Jan Beich freebsd_committer freebsd_triage 2016-07-04 18:29:19 UTC
Created attachment 172113 [details]
v2

Oops, libublio is really essential on FreeBSD.

  $ truncate -s1g foo
  $ mdconfig -f foo

Before

  $ mkexfatfs /dev/md0
  mkexfatfs 1.2.4
  Creating... ERROR: failed to erase block 1/1 at 0x38000.

After

  $ mkexfatfs /dev/md0
  mkexfatfs 1.2.4
  Creating... done.
  Flushing... done.
  File system created successfully.
Comment 2 Jan Beich freebsd_committer freebsd_triage 2016-07-04 18:38:50 UTC
Created attachment 172115 [details]
v2.1

Cleanup and fix build with poudriere.
Comment 3 Jan Beich freebsd_committer freebsd_triage 2016-07-04 23:26:10 UTC
Created attachment 172122 [details]
v2.2

- Update URL for the patent license
- Restore GPLv2 after ports r328060 (per bug 193629 comment 29)
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-07-18 18:30:09 UTC
A commit references this bug:

Author: jbeich
Date: Mon Jul 18 18:30:00 UTC 2016
New revision: 418728
URL: https://svnweb.freebsd.org/changeset/ports/418728

Log:
  sysutils/*exfat*: update to 1.2.4

  - Chase project move to GitHub
  - Chase patent licensing URL [1]
  - Restore GPLv2 after r328060 [2]
  - Fix build on DragonFly
  - Drop unused iconv dependency

  PR:		199874, 210823
  PR:		210162 [1]
  Suggested by:	decke, tijl [2] (via bug 193629)
  Approved by:	maintainer timeout (2 weeks)
  MFH:		2016Q3

Changes:
  head/sysutils/exfat-utils/Makefile
  head/sysutils/exfat-utils/distinfo
  head/sysutils/exfat-utils/files/patch-SConstruct
  head/sysutils/exfat-utils/files/patch-libexfat_platform.h
  head/sysutils/exfat-utils/files/patch-ublio
  head/sysutils/exfat-utils/pkg-descr
  head/sysutils/fusefs-exfat/Makefile
  head/sysutils/fusefs-exfat/distinfo
  head/sysutils/fusefs-exfat/files/patch-SConstruct
  head/sysutils/fusefs-exfat/files/patch-libexfat_platform.h
  head/sysutils/fusefs-exfat/files/patch-ublio
  head/sysutils/fusefs-exfat/pkg-descr
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-07-18 20:26:38 UTC
A commit references this bug:

Author: jbeich
Date: Mon Jul 18 20:26:09 UTC 2016
New revision: 418745
URL: https://svnweb.freebsd.org/changeset/ports/418745

Log:
  MFH: r418728

  sysutils/*exfat*: update to 1.2.4

  - Chase project move to GitHub
  - Chase patent licensing URL [1]
  - Restore GPLv2 after r328060 [2]
  - Fix build on DragonFly
  - Drop unused iconv dependency

  PR:		199874, 210823
  PR:		210162 [1]
  Suggested by:	decke, tijl [2] (via bug 193629)
  Approved by:	maintainer timeout (2 weeks)
  Approved by:	ports-secteam (feld)

Changes:
_U  branches/2016Q3/
  branches/2016Q3/sysutils/exfat-utils/Makefile
  branches/2016Q3/sysutils/exfat-utils/distinfo
  branches/2016Q3/sysutils/exfat-utils/files/patch-SConstruct
  branches/2016Q3/sysutils/exfat-utils/files/patch-libexfat_platform.h
  branches/2016Q3/sysutils/exfat-utils/files/patch-ublio
  branches/2016Q3/sysutils/exfat-utils/pkg-descr
  branches/2016Q3/sysutils/fusefs-exfat/Makefile
  branches/2016Q3/sysutils/fusefs-exfat/distinfo
  branches/2016Q3/sysutils/fusefs-exfat/files/patch-SConstruct
  branches/2016Q3/sysutils/fusefs-exfat/files/patch-libexfat_platform.h
  branches/2016Q3/sysutils/fusefs-exfat/files/patch-ublio
  branches/2016Q3/sysutils/fusefs-exfat/pkg-descr