Bug 179826 - sysutils/mkfile update to 1.1.1
Summary: sysutils/mkfile update to 1.1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-22 02:00 UTC by HATANO Tomomi
Modified: 2013-06-22 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.07 KB, patch)
2013-06-22 02:00 UTC, HATANO Tomomi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description HATANO Tomomi 2013-06-22 02:00:00 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-06-22 03:42:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-06-22 13:18:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-22 13:18:46 UTC
Author: wg
Date: Sat Jun 22 12:18:39 2013
New Revision: 321569
URL: http://svnweb.freebsd.org/changeset/ports/321569

Log:
  sysutils/mkfile: update to 1.1.1
  
  - Update to 1.1.1 [1]
  - Trim Makefile header
  
  Changelog:
    - Improved exit status handling.
    - No overwrite on existing files.
    - K&R -> ANSI. Deprecated expressions are changed.
  
  PR:		ports/179826 [1]
  Submitted by:	HATANO Tomomi <hatanou@infolab.ne.jp> (maintainer)

Modified:
  head/sysutils/mkfile/Makefile
  head/sysutils/mkfile/distinfo

Modified: head/sysutils/mkfile/Makefile
==============================================================================
--- head/sysutils/mkfile/Makefile	Sat Jun 22 11:57:08 2013	(r321568)
+++ head/sysutils/mkfile/Makefile	Sat Jun 22 12:18:39 2013	(r321569)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: mkfile
-# Date created:		18 November 2001
-# Whom:			HATANOU Tomomi <hatanou@infolab.ne.jp>
-#
+# Created by: HATANO Tomomi <hatanou@infolab.ne.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	mkfile
-PORTVERSION=	1.1
+PORTVERSION=	1.1.1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.infolab.ne.jp/~hatanou/freebsd/mkfile/
 

Modified: head/sysutils/mkfile/distinfo
==============================================================================
--- head/sysutils/mkfile/distinfo	Sat Jun 22 11:57:08 2013	(r321568)
+++ head/sysutils/mkfile/distinfo	Sat Jun 22 12:18:39 2013	(r321569)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"