svn commit: r453225 - in head/sysutils/unetbootin: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Oct 31 10:30:05 UTC 2017
Author: danfe
Date: Tue Oct 31 10:30:04 2017
New Revision: 453225
URL: https://svnweb.freebsd.org/changeset/ports/453225
Log:
- Update `sysutils/unetbootin' to version 657, which had added
support for Ubuntu 17.10 (Artful Aardvark) [*]
- Once again, reword the comment about using getvfsbyname(3)
- TIMESTAMP (unetbootin-source-657.tar.gz) = 1508836950
Found out via: repology.org [*]
Modified:
head/sysutils/unetbootin/Makefile
head/sysutils/unetbootin/distinfo
head/sysutils/unetbootin/files/patch-unetbootin.cpp
Modified: head/sysutils/unetbootin/Makefile
==============================================================================
--- head/sysutils/unetbootin/Makefile Tue Oct 31 10:30:00 2017 (r453224)
+++ head/sysutils/unetbootin/Makefile Tue Oct 31 10:30:04 2017 (r453225)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= unetbootin
-PORTVERSION= 655
-PORTREVISION= 1
+PORTVERSION= 657
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/UNetbootin/${PORTVERSION}
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
Modified: head/sysutils/unetbootin/distinfo
==============================================================================
--- head/sysutils/unetbootin/distinfo Tue Oct 31 10:30:00 2017 (r453224)
+++ head/sysutils/unetbootin/distinfo Tue Oct 31 10:30:04 2017 (r453225)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500449397
-SHA256 (unetbootin-source-655.tar.gz) = 700125b0ea45805a22f729986c59377b1ff0c0a66ea6f01b29cd3cf60bfbaa79
-SIZE (unetbootin-source-655.tar.gz) = 749246
+TIMESTAMP = 1508836950
+SHA256 (unetbootin-source-657.tar.gz) = eacf0d8e7d712a34ae41f01c9a4c03cf01dd9a36284cd67475670c0ab5787690
+SIZE (unetbootin-source-657.tar.gz) = 749244
Modified: head/sysutils/unetbootin/files/patch-unetbootin.cpp
==============================================================================
--- head/sysutils/unetbootin/files/patch-unetbootin.cpp Tue Oct 31 10:30:00 2017 (r453224)
+++ head/sysutils/unetbootin/files/patch-unetbootin.cpp Tue Oct 31 10:30:04 2017 (r453225)
@@ -24,10 +24,10 @@
+ struct statfs *fslist;
+
+ /*
-+ * Find out VFS number assigned by kernel for MSDOSFS.
-+ * This helps to ensure that it is configured with the
-+ * kernel. As a nice side effect, this also allows to
-+ * compare a number instead of "msdosfs" string later.
++ * Make sure that MSDOSFS is configured with the kernel.
++ * As a nice side effect, this would allow to compare a
++ * number (assigned by VFS) instead of "msdosfs" string
++ * when iterating over mounted filesystems.
+ */
+ if (getvfsbyname("msdosfs", &fsconf) == -1)
+ goto out;
More information about the svn-ports-head
mailing list