svn commit: r370385 - head/audio/ctronome

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 7 18:06:28 UTC 2014


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


More information about the svn-ports-all mailing list