diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-07-05 19:15:08 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-07-05 19:15:08 +0000 |
commit | 7f110028273a8f44214fa26965882298aee0ab44 (patch) | |
tree | dd6f7da520049b9bdf343fd9edb9020509f616b1 /audio/rosegarden | |
parent | 76a286d58320499deedd34450671bca4cbf65f62 (diff) | |
download | ports-7f110028273a8f44214fa26965882298aee0ab44.tar.gz ports-7f110028273a8f44214fa26965882298aee0ab44.zip |
- update to version 11.06
- fix portlint error
- use CPPFLAGS instead of CONFIGURE_ENV for compiler flags
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=277130
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/Makefile | 9 | ||||
-rw-r--r-- | audio/rosegarden/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 98c60d66472f..e7669bf8b235 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -6,14 +6,15 @@ # PORTNAME= rosegarden -PORTVERSION= 11.02 -PORTREVISION= 1 +PORTVERSION= 11.06 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= pawel@FreeBSD.org COMMENT= The Rosegarden Editor and Sequencer suite +LICENSE= GPLv2 + BUILD_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ makedepend:${PORTSDIR}/devel/makedepend RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \ @@ -24,8 +25,6 @@ LIB_DEPENDS+= lrdf.2:${PORTSDIR}/textproc/liblrdf \ asound.2:${PORTSDIR}/audio/alsa-lib \ lirc_client:${PORTSDIR}/comms/lirc -LICENSE= GPLv2 - USE_BZIP2= yes USE_GMAKE= yes USE_QT_VER= 4 @@ -33,7 +32,7 @@ QT_COMPONENTS= gui xml network corelib sql qt3support \ rcc_build moc_build uic_build linguist_build LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= QTLIBDIR=${QT_LIBDIR} LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" +CONFIGURE_ENV+= QTLIBDIR=${QT_LIBDIR} LDFLAGS="${LDFLAGS}" GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes INSTALLS_ICONS= yes diff --git a/audio/rosegarden/distinfo b/audio/rosegarden/distinfo index fe963f88740d..602e6b457653 100644 --- a/audio/rosegarden/distinfo +++ b/audio/rosegarden/distinfo @@ -1,2 +1,2 @@ -SHA256 (rosegarden-11.02.tar.bz2) = d9aee73936c2bf5efb0dc184a8c54089bc012e8c0b7a68fd2526ef9f67098193 -SIZE (rosegarden-11.02.tar.bz2) = 5818771 +SHA256 (rosegarden-11.06.tar.bz2) = e1e5ebf2eb0e43090670352d0394f96dcba691547d2119e4d1c6fd9c9bbf2b3e +SIZE (rosegarden-11.06.tar.bz2) = 5604028 |