Updated from 0.8.6 to 0.8.7
 
Changelog:
Minor release fixing newfs_udf bug that would not 
detect an overflow on the number of sectors. It now 
allows for discs bigger than 2tb.

Tested on amd64.
Index: Makefile
===================================================================
RCS file: /systems/cvs/ports/sysutils/udfclient/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    11 Jan 2017 13:44:33 -0000      1.4
+++ Makefile    12 Feb 2017 12:32:59 -0000
@@ -2,10 +2,9 @@
 
 COMMENT =      userland implementation of the UDF filesystem
 
-V =            0.8.6
+V =            0.8.7
 DISTNAME =     UDFclient.${V}
 PKGNAME =      udfclient-${V}
-REVISION =     0
 CATEGORIES =   sysutils
 
 HOMEPAGE =     http://www.13thmonkey.org/udfclient/
Index: distinfo
===================================================================
RCS file: /systems/cvs/ports/sysutils/udfclient/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    12 Aug 2016 22:03:40 -0000      1.2
+++ distinfo    12 Feb 2017 12:33:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (UDFclient.0.8.6.tgz) = QvpQjz6Arx064LQp70GDtAhnBCpKWyU9fWbLiY0h5Dk=
-SIZE (UDFclient.0.8.6.tgz) = 252263
+SHA256 (UDFclient.0.8.7.tgz) = cNxH/fs9muoAq2mKP7uYEsFkko9hiGDBmH0y+iOOi8Y=
+SIZE (UDFclient.0.8.7.tgz) = 251784

Reply via email to