Date: Sun, 30 Sep 2012 19:15:57 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305082 - in head/audio/ctronome: . files Message-ID: <201209301915.q8UJFvav096727@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sun Sep 30 19:15:57 2012 New Revision: 305082 URL: http://svn.freebsd.org/changeset/ports/305082 Log: - update to 0.5.4 - remove patch, applied upstream - add license (GPLv2) - remove indefinite article in COMMENT - move pkg-plist content into Makefile changelog: - fixed amd64 platform bug that caused ctronome to produce no sound on amd64 platform due to incorrect width of integers used in bitwise operations, thanks to Dmitry Kazarov - http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170207 Deleted: head/audio/ctronome/files/patch-ctronome.h head/audio/ctronome/pkg-plist Modified: head/audio/ctronome/Makefile head/audio/ctronome/distinfo Modified: head/audio/ctronome/Makefile ============================================================================== --- head/audio/ctronome/Makefile Sun Sep 30 15:28:42 2012 (r305081) +++ head/audio/ctronome/Makefile Sun Sep 30 19:15:57 2012 (r305082) @@ -2,13 +2,19 @@ # $FreeBSD$ PORTNAME= ctronome -PORTVERSION= 0.5.3 -PORTREVISION= 1 +PORTVERSION= 0.5.4 CATEGORIES= audio MASTER_SITES= http://ctronome.kign.org/source/ MAINTAINER= ports@FreeBSD.org -COMMENT= A programmable console-based metronome +COMMENT= Programmable console-based metronome + +LICENSE= GPLv2 + +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 Sun Sep 30 15:28:42 2012 (r305081) +++ head/audio/ctronome/distinfo Sun Sep 30 19:15:57 2012 (r305082) @@ -1,2 +1,2 @@ -SHA256 (ctronome-0.5.3.tar.gz) = 0ceb6ab2f243ac45d0475e901f70f5ac20100c7489d28375fc2b5ce38c0124ad -SIZE (ctronome-0.5.3.tar.gz) = 25979 +SHA256 (ctronome-0.5.4.tar.gz) = 337632036867e432e938c5bbfacf1e993994dedc32674ecd04eadc6e5090ef78 +SIZE (ctronome-0.5.4.tar.gz) = 26102
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209301915.q8UJFvav096727>