diskimage-tools: Upgrade to 0.2

Fix LICENSE_FILE issue

PR:             222558
Reported by:    Yasuhiro KIMURA <yasu@utahime.org>
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14520
This commit is contained in:
Jason W. Bacon 2018-03-01 02:25:58 +00:00
parent e6609915fb
commit a417ec7f48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463277
3 changed files with 25 additions and 16 deletions

View File

@ -1,25 +1,34 @@
# $FreeBSD$
PORTNAME= diskimage-tools
PORTVERSION= 0.1
DISTVERSION= 0.2
CATEGORIES= sysutils
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= jwb@FreeBSD.org
COMMENT= Convenience tools for manipulating disk images
LICENSE= BSD
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_BUILD= yes
USES= tar:xz
NO_BUILD= yes
NO_ARCH= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/mount_cd9660_image \
${WRKSRC}/umount_cd9660_image ${WRKSRC}/img2dev \
@${MKDIR} ${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/mount_image \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/mount_cd9660_image.1 \
${WRKSRC}/umount_cd9660_image.1 ${WRKSRC}/img2dev.1 \
${INSTALL_SCRIPT} ${WRKSRC}/umount_image \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/img2dev \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/mount_image.1 \
${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/umount_image.1 \
${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/img2dev.1 \
${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (diskimage-tools-0.1.tar.xz) = 4f0b6257fe7ea989adaff356c0e1ad6c1f1d206855164048aecb6174585f50b0
SIZE (diskimage-tools-0.1.tar.xz) = 1748
TIMESTAMP = 1519659063
SHA256 (diskimage-tools-0.2.tar.xz) = ef7340c52d0254d7b5df2908c1f0947748c63b7533a529ab91fe6fb627ce1291
SIZE (diskimage-tools-0.2.tar.xz) = 2800

View File

@ -1,7 +1,6 @@
@comment Generated by sysutils/genplist
sbin/img2dev
sbin/mount_cd9660_image
sbin/umount_cd9660_image
man/man1/img2dev.1.gz
man/man1/mount_cd9660_image.1.gz
man/man1/umount_cd9660_image.1.gz
man/man1/mount_image.1.gz
man/man1/umount_image.1.gz
sbin/img2dev
sbin/mount_image
sbin/umount_image