svn commit: r356005 - head/audio/fmit

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat May 31 18:15:36 UTC 2014


Author: danilo
Date: Sat May 31 18:15:34 2014
New Revision: 356005
URL: http://svnweb.freebsd.org/changeset/ports/356005
QAT: https://qat.redports.org/buildarchive/r356005/

Log:
  - Update from 0.99.2 to 0.99.5
  - Convert USE_BZIP2 to USES
  - Take maintainership

Modified:
  head/audio/fmit/Makefile
  head/audio/fmit/distinfo
  head/audio/fmit/pkg-plist

Modified: head/audio/fmit/Makefile
==============================================================================
--- head/audio/fmit/Makefile	Sat May 31 18:11:46 2014	(r356004)
+++ head/audio/fmit/Makefile	Sat May 31 18:15:34 2014	(r356005)
@@ -2,25 +2,23 @@
 # $FreeBSD$
 
 PORTNAME=	fmit
-PORTVERSION=	0.99.2
-PORTREVISION=	5
+PORTVERSION=	0.99.5
 CATEGORIES=	audio
 MASTER_SITES=	http://download.gna.org/fmit/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-Source
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Free Music Instrument Tuner
 
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/math/fftw3
 
-USE_BZIP2=	yes
 USE_XORG=	xmu
 USE_QT4=	corelib gui opengl \
 		linguist_build moc_build qmake_build rcc_build uic_build
 USE_GL=		glut
-USES=		cmake
+USES=		cmake tar:bzip2
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	ALSA JACK OSS PORTAUDIO

Modified: head/audio/fmit/distinfo
==============================================================================
--- head/audio/fmit/distinfo	Sat May 31 18:11:46 2014	(r356004)
+++ head/audio/fmit/distinfo	Sat May 31 18:15:34 2014	(r356005)
@@ -1,2 +1,2 @@
-SHA256 (fmit-0.99.2-Source.tar.bz2) = 234f927b09833b86a6889376983c431fd42b831b7b68d749b1234143b6f32383
-SIZE (fmit-0.99.2-Source.tar.bz2) = 156875
+SHA256 (fmit-0.99.5-Source.tar.bz2) = 2191f0104133086d711c05c48d0efaba5eefbbb8c08309ab16b8ca23e22388e5
+SIZE (fmit-0.99.5-Source.tar.bz2) = 150037

Modified: head/audio/fmit/pkg-plist
==============================================================================
--- head/audio/fmit/pkg-plist	Sat May 31 18:11:46 2014	(r356004)
+++ head/audio/fmit/pkg-plist	Sat May 31 18:15:34 2014	(r356005)
@@ -1,11 +1,10 @@
 bin/fmit
+share/appdata/fmit.appdata.xml
 share/applications/fmit.desktop
 %%DATADIR%%/tr/fmit_de.qm
 %%DATADIR%%/tr/fmit_fr.qm
+%%DATADIR%%/tr/fmit_pt.qm
 share/icons/hicolor/scalable/apps/fmit.svg
- at dirrmtry share/icons/hicolor/scalable/apps
- at dirrmtry share/icons/hicolor/scalable
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
- at dirrm %%DATADIR%%/tr
- at dirrm %%DATADIR%%
+ at dirrmtry share/appdata
+ at dirrmtry %%DATADIR%%/tr
+ at dirrmtry %%DATADIR%%


More information about the svn-ports-all mailing list