Date: Sat, 17 Jun 2017 10:01:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443753 - head/audio/soundgrab Message-ID: <201706171001.v5HA1xof083517@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 17 10:01:59 2017 New Revision: 443753 URL: https://svnweb.freebsd.org/changeset/ports/443753 Log: Remove Perl core modules - Pet portlint - Add NO_ARCH - Bump PORTREVISION for dependency change Modified: head/audio/soundgrab/Makefile Modified: head/audio/soundgrab/Makefile ============================================================================== --- head/audio/soundgrab/Makefile Sat Jun 17 10:01:54 2017 (r443752) +++ head/audio/soundgrab/Makefile Sat Jun 17 10:01:59 2017 (r443753) @@ -3,25 +3,25 @@ PORTNAME= soundgrab PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio perl5 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Interactively select and save sections of an audio file +LICENSE= GPLv2 + RUN_DEPENDS= sox:audio/sox \ rawplay:audio/rawrec \ oggenc:audio/vorbis-tools \ flac:audio/flac \ - p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes + p5-Term-ReadLine-Gnu>=0:devel/p5-Term-ReadLine-Gnu -LICENSE= GPLv2 - +NO_ARCH= yes +NO_BUILD= yes USES= perl5 shebangfix SHEBANG_FILES= src/soundgrab -NO_BUILD= yes PLIST_FILES= bin/soundgrab man/man1/soundgrab.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706171001.v5HA1xof083517>