svn commit: r323494 - head/audio/rosegarden

Pawel Pekala pawel at FreeBSD.org
Mon Jul 22 19:09:17 UTC 2013


Author: pawel
Date: Mon Jul 22 19:09:16 2013
New Revision: 323494
URL: http://svnweb.freebsd.org/changeset/ports/323494

Log:
  - Update to version 13.06
  - Remove MAKE_JOBS_SAFE, now it's default
  - Set compiler not preprocessor flags
  
  The biggest highlight of 13.06 is that Ted Felix has reduced CPU usage
  by almost 50% when recording MIDI.  Rosegarden has been plagued with
  MIDI recording problems for most of its history, and this improvement is
  huge.  While Ted worked on stabilization, Tom Breton made significant
  improvements in a variety of areas.  (See new features enumerated below.)
  
  This release should be significantly more stable than recent versions,
  and we encourage all users to give this improved version a try.

Modified:
  head/audio/rosegarden/Makefile
  head/audio/rosegarden/distinfo

Modified: head/audio/rosegarden/Makefile
==============================================================================
--- head/audio/rosegarden/Makefile	Mon Jul 22 18:57:44 2013	(r323493)
+++ head/audio/rosegarden/Makefile	Mon Jul 22 19:09:16 2013	(r323494)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rosegarden
-PORTVERSION=	13.04
-PORTREVISION=	2
+PORTVERSION=	13.06
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 
@@ -27,10 +26,9 @@ USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	QTLIBDIR=${QT_LIBDIR}
 USE_QT4=	gui network xml rcc_build moc_build uic_build linguist_build
-MAKE_JOBS_SAFE=	yes
 INSTALLS_ICONS=	yes
 
+CXXFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CPPFLAGS+=	-I${LOCALBASE}/include
 
 .include <bsd.port.mk>

Modified: head/audio/rosegarden/distinfo
==============================================================================
--- head/audio/rosegarden/distinfo	Mon Jul 22 18:57:44 2013	(r323493)
+++ head/audio/rosegarden/distinfo	Mon Jul 22 19:09:16 2013	(r323494)
@@ -1,2 +1,2 @@
-SHA256 (rosegarden-13.04.tar.bz2) = 4d8dabb08a7b807cad46d64d808752a82e26dc6d0144e5849392c51421936c7d
-SIZE (rosegarden-13.04.tar.bz2) = 5858085
+SHA256 (rosegarden-13.06.tar.bz2) = d21777da4e17242502eff464a1c620f7c5672272733899da21e3e4a38f8e2d15
+SIZE (rosegarden-13.06.tar.bz2) = 6246199


More information about the svn-ports-all mailing list