- Update from 0.3.10 to 0.3.11
PR: ports/185504 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
646ca5f5a4
commit
f9953e161f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339951
2 changed files with 5 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qjackctl
|
||||
DISTVERSION= 0.3.10
|
||||
DISTVERSION= 0.3.11
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Qt Interface for the JACK Audio Connection Kit
|
||||
|
@ -14,10 +14,10 @@ LICENSE= GPLv2
|
|||
LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib \
|
||||
libjack.so:${PORTSDIR}/audio/jack
|
||||
|
||||
USES= gmake
|
||||
USE_QT4= corelib dbus gui xml \
|
||||
linguist_build moc_build qmake_build rcc_build uic_build
|
||||
QT_NONSTANDARD= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_path_ac_moc=${MOC} \
|
||||
ac_cv_path_ac_uic=${UIC} \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (qjackctl-0.3.10.tar.gz) = 5cdd937c44e5c737f3d2c2063ada015cac2fc8ed0cdbcb90d0ba747087270132
|
||||
SIZE (qjackctl-0.3.10.tar.gz) = 487678
|
||||
SHA256 (qjackctl-0.3.11.tar.gz) = 944393e87d193e8b495b0878ac3726882b5dc9a8cc596666f75a093bfacb5ff2
|
||||
SIZE (qjackctl-0.3.11.tar.gz) = 487451
|
||||
|
|
Loading…
Reference in a new issue