Bug 183315 - sysutils/mkfile update to 1.1.2
Summary: sysutils/mkfile update to 1.1.2
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: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-26 02:00 UTC by HATANO Tomomi
Modified: 2013-10-26 04:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.01 KB, patch)
2013-10-26 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-10-26 02:00:00 UTC
mkfile updated to 1.1.2.
Remove O_EXCL flag which breaks some scripts for Solaris.

Fix: Patch attached with submission follows:
Comment 1 HATANO Tomomi 2013-10-26 02:24:22 UTC
----Next_Part(Sat_Oct_26_10_24_22_2013_564)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi.

I found 1.1.2 still has another bug (ports/183207)
just after sent pr.

1.1.3 fixes it.
Use attached patch instead.

Sorry confusing...

Thank you.
--
HATANO Tomomi.
----Next_Part(Sat_Oct_26_10_24_22_2013_564)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="mkfile.1.1.1-1.1.3.diff.txt"

diff -u 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 10:16:29.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.3
 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	2013-06-22 21:18:39.000000000 +0900
+++ sysutils/mkfile/distinfo	2013-10-26 10:15:02.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.3.tar.gz) = d51591319c5336620b45494a458aa8e27be0ee96a03aa641b1c03463e105353c
+SIZE (mkfile-1.1.3.tar.gz) = 4167

----Next_Part(Sat_Oct_26_10_24_22_2013_564)----
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-26 04:18:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-10-26 04:43:42 UTC
Author: danilo
Date: Sat Oct 26 03:43:34 2013
New Revision: 331648
URL: http://svnweb.freebsd.org/changeset/ports/331648

Log:
  - Update from 1.1.1 to 1.1.3 [1]
  - Add stage support
  
  PR:		ports/183315
  Submitted by:	HATANO Tomomi <hatanou@infolab.ne.jp> (maintainer) [1]

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

Modified: head/sysutils/mkfile/Makefile
==============================================================================
--- head/sysutils/mkfile/Makefile	Sat Oct 26 02:22:07 2013	(r331647)
+++ head/sysutils/mkfile/Makefile	Sat Oct 26 03:43:34 2013	(r331648)
@@ -2,18 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	mkfile
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.infolab.ne.jp/~hatanou/freebsd/mkfile/
 
 MAINTAINER=	hatanou@infolab.ne.jp
 COMMENT=	Create files suitable for use as swap files
 
-MAN8=		mkfile.8
-MANCOMPRESSED=	yes
-PLIST_FILES=	sbin/mkfile
+PLIST_FILES=	sbin/mkfile \
+		man/man8/mkfile.8.gz
 
-MAKE_ARGS=	BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
+do-install:
+	${CP} ${WRKSRC}/mkfile ${STAGEDIR}${PREFIX}/sbin/
+	${CP} ${WRKSRC}/mkfile.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8/
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/mkfile/distinfo
==============================================================================
--- head/sysutils/mkfile/distinfo	Sat Oct 26 02:22:07 2013	(r331647)
+++ head/sysutils/mkfile/distinfo	Sat Oct 26 03:43:34 2013	(r331648)
@@ -1,2 +1,2 @@
-SHA256 (mkfile-1.1.1.tar.gz) = d4eed5aa59f6f2fba8c9267d006bb3c00846d8dfcdc8024c2fc40a5c177a526f
-SIZE (mkfile-1.1.1.tar.gz) = 4096
+SHA256 (mkfile-1.1.3.tar.gz) = d51591319c5336620b45494a458aa8e27be0ee96a03aa641b1c03463e105353c
+SIZE (mkfile-1.1.3.tar.gz) = 4167
_______________________________________________
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"
Comment 4 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-26 04:44:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!