From owner-svn-ports-all@freebsd.org Sat Jun 17 10:02:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D8C5BF7052; Sat, 17 Jun 2017 10:02:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3739E2C1F; Sat, 17 Jun 2017 10:02:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5HA1xoK083518; Sat, 17 Jun 2017 10:01:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5HA1xof083517; Sat, 17 Jun 2017 10:01:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706171001.v5HA1xof083517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Jun 2017 10:01:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443753 - head/audio/soundgrab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2017 10:02:00 -0000 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