pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/rio500



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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index