Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AF5137A3D9 for ; Sun, 10 Jul 2016 09:44:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 25EE185EED; Sun, 10 Jul 2016 09:44:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC84685EEB for ; Sun, 10 Jul 2016 09:44:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DCLLyVxSTJ6P for ; Sun, 10 Jul 2016 09:44:57 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1975985DFE for ; Sun, 10 Jul 2016 09:44:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14791FBB5; Sun, 10 Jul 2016 09:44:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146814389798320" MIME-Version: 1.0 Date: Sun, 10 Jul 2016 09:44:57 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/audio/rio500 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160710094457.14791FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146814389798320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Jul 10 09:44:57 UTC 2016 Modified Files: pkgsrc/audio/rio500: Makefile Log Message: Fixed pkglint warnings. Bumped version. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/rio500/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146814389798320 Content-Disposition: inline Content-Length: 884 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/rio500/Makefile diff -u pkgsrc/audio/rio500/Makefile:1.24 pkgsrc/audio/rio500/Makefile:1.25 --- pkgsrc/audio/rio500/Makefile:1.24 Wed Apr 20 12:10:31 2016 +++ pkgsrc/audio/rio500/Makefile Sun Jul 10 09:44:56 2016 @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.24 2016/04/20 12:10:31 nros Exp $ +# $NetBSD: Makefile,v 1.25 2016/07/10 09:44:56 rillig Exp $ # DISTNAME= rio500-0.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://rio500.sourceforge.net/ COMMENT= Utilities to manage your Diamond Rio 500 MP3 player -LISENCE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 NOT_FOR_PLATFORM= Interix-*-* -USE_TOOLS+= gmake - +USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-devicepath=/dev CONFIGURE_ARGS+= --with-deviceentry=urio0 --_----------=_146814389798320--