From 573e2ec5ed4e36fe788dc1199686df704af9c01d Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 13 Feb 2018 23:49:51 +0000 Subject: sysutils/bchunk: Update to 1.2.2 Changelog is in: http://he.fi/bchunk/ freebsd_ports@k-worx.org took maintainership Additional port changes: * Changed to DISTVERSION * Added LICENSE/LICENSE_FILE * Silenced do-build PR: 225772 Submitted by: owk Approved by: tcberner (mentor, implicit) --- sysutils/bchunk/Makefile | 9 ++++++--- sysutils/bchunk/distinfo | 5 +++-- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'sysutils/bchunk') diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index cc26ed47971a..49f86faeeb54 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -2,17 +2,20 @@ # $FreeBSD$ PORTNAME= bchunk -PORTVERSION= 1.2.0 +DISTVERSION= 1.2.2 CATEGORIES= sysutils MASTER_SITES= http://he.fi/bchunk/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd_ports@k-worx.org COMMENT= Converts .bin/.cue files to .iso/audio +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + PLIST_FILES= bin/bchunk man/man1/bchunk.1.gz do-build: - cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk + @cd ${WRKSRC} && ${CC} ${CFLAGS} bchunk.c -o bchunk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${STAGEDIR}${PREFIX}/bin diff --git a/sysutils/bchunk/distinfo b/sysutils/bchunk/distinfo index e74b1057457f..7f33e4df9788 100644 --- a/sysutils/bchunk/distinfo +++ b/sysutils/bchunk/distinfo @@ -1,2 +1,3 @@ -SHA256 (bchunk-1.2.0.tar.gz) = afdc9d5e38bdd16f0b8b9d9d382b0faee0b1e0494446d686a08b256446f78b5d -SIZE (bchunk-1.2.0.tar.gz) = 15078 +TIMESTAMP = 1518120975 +SHA256 (bchunk-1.2.2.tar.gz) = e7d99b5b60ff0b94c540379f6396a670210400124544fb1af985dd3551eabd89 +SIZE (bchunk-1.2.2.tar.gz) = 15359 -- cgit v1.2.3