svn commit: r398386 - in head/audio/rosegarden: . files
Pawel Pekala
pawel at FreeBSD.org
Thu Oct 1 20:38:05 UTC 2015
Author: pawel
Date: Thu Oct 1 20:38:03 2015
New Revision: 398386
URL: https://svnweb.freebsd.org/changeset/ports/398386
Log:
- Update to version 15.08
- Simplify MASTER_SITES
- Add LICENSE_FILE
- Use CPPFLAGS for preprocessor flags
- Remove INSTALLS_ICONS, it's for Gtk+ applications
PR: 202841
Submitted by: tkato432 at yahoo.com
Deleted:
head/audio/rosegarden/files/
Modified:
head/audio/rosegarden/Makefile
head/audio/rosegarden/distinfo
head/audio/rosegarden/pkg-descr
Modified: head/audio/rosegarden/Makefile
==============================================================================
--- head/audio/rosegarden/Makefile Thu Oct 1 20:35:47 2015 (r398385)
+++ head/audio/rosegarden/Makefile Thu Oct 1 20:38:03 2015 (r398386)
@@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= rosegarden
-PORTVERSION= 14.12
+PORTVERSION= 15.08
CATEGORIES= audio
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
COMMENT= General purpose music editor and sequencer suite
-LICENSE= GPLv2
+LICENSE= GPLv2 # (or later)
+LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \
makedepend:${PORTSDIR}/devel/makedepend
@@ -21,16 +22,22 @@ LIB_DEPENDS= libasound.so:${PORTSDIR}/au
RUN_DEPENDS= dssi_osc_update:${PORTSDIR}/audio/dssi \
lilypond:${PORTSDIR}/print/lilypond
-USES= tar:bzip2 desktop-file-utils gmake pkgconfig shared-mime-info
+USES= compiler:c++0x desktop-file-utils gmake pkgconfig \
+ shared-mime-info tar:bzip2
+USE_QT4= gui network xml \
+ linguisttools_build moc_build rcc_build uic_build
+QT_NONSTANDARD= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= QTLIBDIR=${QT_LIBDIR}
-USE_QT4= gui network xml rcc_build moc_build uic_build linguisttools_build
-INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --with-qtdir=${QT_PREFIX} \
+ --with-qtlibdir=${QT_LIBDIR}
-CXXFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+post-patch:
+ @${REINPLACE_CMD} '/LIBS/s|-ldl||' ${WRKSRC}/configure
+
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rosegarden
.include <bsd.port.mk>
Modified: head/audio/rosegarden/distinfo
==============================================================================
--- head/audio/rosegarden/distinfo Thu Oct 1 20:35:47 2015 (r398385)
+++ head/audio/rosegarden/distinfo Thu Oct 1 20:38:03 2015 (r398386)
@@ -1,2 +1,2 @@
-SHA256 (rosegarden-14.12.tar.bz2) = f876fbb818326da7f012a01a4d6baf45022dcbb98626e0ce40c67b6943ee147e
-SIZE (rosegarden-14.12.tar.bz2) = 6235233
+SHA256 (rosegarden-15.08.tar.bz2) = 9a527eb8a5523dd0709cc70795ad5a037042940d83d287673676577de12262de
+SIZE (rosegarden-15.08.tar.bz2) = 6269373
Modified: head/audio/rosegarden/pkg-descr
==============================================================================
--- head/audio/rosegarden/pkg-descr Thu Oct 1 20:35:47 2015 (r398385)
+++ head/audio/rosegarden/pkg-descr Thu Oct 1 20:38:03 2015 (r398386)
@@ -2,4 +2,4 @@ Rosegarden is a free integrated musical
sequencer for Unix/X platforms, with specific support for FreeBSD,
Linux PCs and SGI IRIX workstations.
-WWW: http://www.rosegardenmusic.com
+WWW: http://www.rosegardenmusic.com/
More information about the svn-ports-all
mailing list