Bug 210823 - sysutils/exfat-utils, sysutils/fusefs-exfat: Update to 1.2.4
Summary: sysutils/exfat-utils, sysutils/fusefs-exfat: Update to 1.2.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL: https://github.com/relan/exfat/releases
Keywords: patch
Depends on:
Blocks: 199874 210162
  Show dependency treegraph
 
Reported: 2016-07-04 17:00 UTC by Jan Beich
Modified: 2016-07-18 20:26 UTC (History)
1 user (show)

See Also:


Attachments
v1 (7.38 KB, patch)
2016-07-04 17:00 UTC, Jan Beich
no flags Details | Diff
v2 (18.84 KB, patch)
2016-07-04 18:29 UTC, Jan Beich
no flags Details | Diff
v2.1 (18.77 KB, patch)
2016-07-04 18:38 UTC, Jan Beich
no flags Details | Diff
v2.2 (20.32 KB, patch)
2016-07-04 23:26 UTC, Jan Beich
jbeich: maintainer-approval? (samm)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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