From owner-svn-ports-head@FreeBSD.ORG Tue Oct 7 18:06:28 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5934EC6C; Tue, 7 Oct 2014 18:06:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 446F68EF; Tue, 7 Oct 2014 18:06:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97I6SOt027224; Tue, 7 Oct 2014 18:06:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97I6RZu027220; Tue, 7 Oct 2014 18:06:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201410071806.s97I6RZu027220@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 7 Oct 2014 18:06:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370385 - head/audio/ctronome X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 18:06:28 -0000 Author: amdmi3 Date: Tue Oct 7 18:06:27 2014 New Revision: 370385 URL: https://svnweb.freebsd.org/changeset/ports/370385 QAT: https://qat.redports.org/buildarchive/r370385/ Log: - Upadate to 0.5.6 - While here, add LICENSE_FILE and drop @dirrm PR: 194191 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/audio/ctronome/Makefile head/audio/ctronome/distinfo Modified: head/audio/ctronome/Makefile ============================================================================== --- head/audio/ctronome/Makefile Tue Oct 7 17:57:27 2014 (r370384) +++ head/audio/ctronome/Makefile Tue Oct 7 18:06:27 2014 (r370385) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ctronome -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= audio MASTER_SITES= http://ctronome.kign.org/source/ @@ -10,11 +10,11 @@ MAINTAINER= luca.pizzamiglio@gmail.com COMMENT= Programmable console-based metronome LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/ctronome \ %%DATADIR%%/metronome1.wav \ %%DATADIR%%/metronome2.wav -PLIST_DIRS= %%DATADIR%% post-patch: @${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|' ${WRKSRC}/ctronome.h ${WRKSRC}/dsp.c Modified: head/audio/ctronome/distinfo ============================================================================== --- head/audio/ctronome/distinfo Tue Oct 7 17:57:27 2014 (r370384) +++ head/audio/ctronome/distinfo Tue Oct 7 18:06:27 2014 (r370385) @@ -1,2 +1,2 @@ -SHA256 (ctronome-0.5.5.tar.gz) = 6666fb380e76c5c3d26c43f84110abae1ca9193fc46ff285dca32d9e9cc9361e -SIZE (ctronome-0.5.5.tar.gz) = 26402 +SHA256 (ctronome-0.5.6.tar.gz) = d8c17282235759491eae36efbc8fe93514dcac655efa68d3cb8db0132c29a24d +SIZE (ctronome-0.5.6.tar.gz) = 27233