ports/183315: sysutils/mkfile update to 1.1.2
HATANO Tomomi
hatanou at infolab.ne.jp
Sat Oct 26 01:00:00 UTC 2013
>Number: 183315
>Category: ports
>Synopsis: sysutils/mkfile update to 1.1.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Oct 26 01:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: HATANO Tomomi
>Release: 9.2-RELEASE
>Organization:
>Environment:
FreeBSD sasami.infolab.ne.jp 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root at bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
h
>Description:
mkfile updated to 1.1.2.
Remove O_EXCL flag which breaks some scripts for Solaris.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ur sysutils/mkfile.old/Makefile sysutils/mkfile/Makefile
--- sysutils/mkfile.old/Makefile 2013-09-21 08:05:58.000000000 +0900
+++ sysutils/mkfile/Makefile 2013-10-26 09:41:39.000000000 +0900
@@ -2,7 +2,7 @@
# $FreeBSD: sysutils/mkfile/Makefile 327772 2013-09-20 23:05:58Z bapt $
PORTNAME= mkfile
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= sysutils
MASTER_SITES= http://www.infolab.ne.jp/~hatanou/freebsd/mkfile/
@@ -15,5 +15,4 @@
MAKE_ARGS= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
-NO_STAGE= yes
.include <bsd.port.mk>
diff -ur sysutils/mkfile.old/distinfo sysutils/mkfile/distinfo
--- sysutils/mkfile.old/distinfo 2013-06-22 21:18:39.000000000 +0900
+++ sysutils/mkfile/distinfo 2013-10-26 09:20:45.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (mkfile-1.1.1.tar.gz) = d4eed5aa59f6f2fba8c9267d006bb3c00846d8dfcdc8024c2fc40a5c177a526f
-SIZE (mkfile-1.1.1.tar.gz) = 4096
+SHA256 (mkfile-1.1.2.tar.gz) = 28a6b1c218d3f620ad85e8df7cb19d4744c879f225ea19a0269eb12e4d792cb1
+SIZE (mkfile-1.1.2.tar.gz) = 4174
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list