Bug 185504 - audio/qjackctl: Update to version 0.3.11
Summary: audio/qjackctl: Update to version 0.3.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-05 18:10 UTC by tkato432
Modified: 2014-01-16 18:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.39 KB, patch)
2014-01-05 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-01-05 18:10:01 UTC
- Update to version 0.3.11
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-01-05 19:46:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-16 18:05:06 UTC
Author: danilo
Date: Thu Jan 16 18:04:57 2014
New Revision: 339951
URL: http://svnweb.freebsd.org/changeset/ports/339951
QAT: https://qat.redports.org/buildarchive/r339951/

Log:
  - Update from 0.3.10 to 0.3.11
  
  PR:		ports/185504
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Modified:
  head/audio/qjackctl/Makefile
  head/audio/qjackctl/distinfo

Modified: head/audio/qjackctl/Makefile
==============================================================================
--- head/audio/qjackctl/Makefile	Thu Jan 16 17:58:47 2014	(r339950)
+++ head/audio/qjackctl/Makefile	Thu Jan 16 18:04:57 2014	(r339951)
@@ -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} \

Modified: head/audio/qjackctl/distinfo
==============================================================================
--- head/audio/qjackctl/distinfo	Thu Jan 16 17:58:47 2014	(r339950)
+++ head/audio/qjackctl/distinfo	Thu Jan 16 18:04:57 2014	(r339951)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-01-16 18:05:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!