svn commit: r305082 - in head/audio/ctronome: . files

Ruslan Mahmatkhanov rm at FreeBSD.org
Sun Sep 30 19:15:58 UTC 2012


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



More information about the svn-ports-all mailing list