Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2013 00:54:14 GMT
From:      HATANO Tomomi <hatanou@infolab.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179826: sysutils/mkfile update to 1.1.1
Message-ID:  <201306220054.r5M0sEF9094000@oldred.freebsd.org>
Resent-Message-ID: <201306220100.r5M100u8065197@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179826
>Category:       ports
>Synopsis:       sysutils/mkfile update to 1.1.1
>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 Jun 22 01:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     HATANO Tomomi
>Release:        9.1-RELEASE-p4
>Organization:
>Environment:
FreeBSD sasami.infolab.ne.jp 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Mon Jun 17 11:42:37 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
sysutils/mkfile update to 1.1.1.
- Improved exit status handling.
  mkfile(8) now exits after an error with non-zero status.
- No overwrite on existing files.
- K&R -> ANSI. Deprecated expressions are changed.
Tested on i386 and amd64.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u sysutils/mkfile.old/Makefile sysutils/mkfile/Makefile
--- sysutils/mkfile.old/Makefile	2012-11-17 15:01:38.000000000 +0900
+++ sysutils/mkfile/Makefile	2013-06-22 09:37:46.000000000 +0900
@@ -1,12 +1,12 @@
 # New ports collection makefile for: mkfile
 # Date created:		18 November 2001
-# Whom:			HATANOU Tomomi <hatanou@infolab.ne.jp>
+# Whom:			HATANO Tomomi <hatanou@infolab.ne.jp>
 #
 # $FreeBSD: ports/sysutils/mkfile/Makefile,v 1.5 2012/11/17 06:01:38 svnexp Exp $
 #
 
 PORTNAME=	mkfile
-PORTVERSION=	1.1
+PORTVERSION=	1.1.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.infolab.ne.jp/~hatanou/freebsd/mkfile/
 
diff -u sysutils/mkfile.old/distinfo sysutils/mkfile/distinfo
--- sysutils/mkfile.old/distinfo	2011-03-19 21:32:52.000000000 +0900
+++ sysutils/mkfile/distinfo	2013-06-22 09:34:53.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (mkfile-1.1.tar.gz) = e0b24960d9a27d9c7830960a2f054b9929b1d2516fa9219fa9c36a88cb5f17bf
-SIZE (mkfile-1.1.tar.gz) = 3692
+SHA256 (mkfile-1.1.1.tar.gz) = d4eed5aa59f6f2fba8c9267d006bb3c00846d8dfcdc8024c2fc40a5c177a526f
+SIZE (mkfile-1.1.1.tar.gz) = 4096


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306220054.r5M0sEF9094000>