svn commit: r331648 - head/sysutils/mkfile
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sat Oct 26 03:43:35 UTC 2013
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 at 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 at 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
More information about the svn-ports-all
mailing list