Date: Mon, 11 Nov 2019 13:45:56 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517261 - head/audio/shntool Message-ID: <201911111345.xABDjuAn063205@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Mon Nov 11 13:45:56 2019 New Revision: 517261 URL: https://svnweb.freebsd.org/changeset/ports/517261 Log: Unbreak with a new master site While here: - Define the license. - Pet portclippy, portfmt, and portlint. PR: 241868 Submitted by: António Barbosa <amrgbarbosa77@gmail.com> Modified: head/audio/shntool/Makefile Modified: head/audio/shntool/Makefile ============================================================================== --- head/audio/shntool/Makefile Mon Nov 11 13:23:00 2019 (r517260) +++ head/audio/shntool/Makefile Mon Nov 11 13:45:56 2019 (r517261) @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= shntool -PORTVERSION= 3.0.10 -PORTREVISION= 1 +DISTVERSION= 3.0.10 +PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://www.etree.org/shnutils/shntool/dist/src/ +MASTER_SITES= http://shnutils.freeshell.org/shntool/dist/src/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Multi-purpose WAVE data processing and reporting utility -BROKEN= unfetchable +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -SHN_ALIASES= cat cmp conv cue fix gen hash info join len pad split \ - strip tool trim -PLIST_FILES= ${SHN_ALIASES:S|^|bin/shn|} \ +PLIST_FILES= ${_SHN_ALIASES:S|^|bin/shn|} \ man/man1/shntool.1.gz OPTIONS_DEFINE= AIFF ALAC APE FLAC KXS LA LPAC OFR SHN TTA WAVPACK @@ -39,5 +38,8 @@ OFR_RUN_DEPENDS= ofr:audio/optimfrog SHN_RUN_DEPENDS= shorten:audio/shorten TTA_RUN_DEPENDS= ttaenc:audio/tta WAVPACK_RUN_DEPENDS= wavpack:audio/wavpack + +_SHN_ALIASES= cat cmp conv cue fix gen hash info join len pad split strip \ + tool trim .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911111345.xABDjuAn063205>