svn commit: r443753 - head/audio/soundgrab

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 17 10:02:00 UTC 2017


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 at 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
 


More information about the svn-ports-all mailing list