Date: Tue, 22 Jul 2014 21:52:21 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362587 - head/audio/denemo Message-ID: <201407222152.s6MLqLZ6025509@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Tue Jul 22 21:52:21 2014 New Revision: 362587 URL: http://svnweb.freebsd.org/changeset/ports/362587 QAT: https://qat.redports.org/buildarchive/r362587/ Log: - Add missing dependency on gettext via USES if NLS build is requested - Introduce NLS option - Bump PORTREVISION Approved by: mentors (implicit) Modified: head/audio/denemo/Makefile head/audio/denemo/pkg-plist Modified: head/audio/denemo/Makefile ============================================================================== --- head/audio/denemo/Makefile Tue Jul 22 21:37:30 2014 (r362586) +++ head/audio/denemo/Makefile Tue Jul 22 21:52:21 2014 (r362587) @@ -3,7 +3,7 @@ PORTNAME= denemo PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GNU @@ -36,11 +36,15 @@ CPPFLAGS+= -I${LOCALBASE}/include/portau LDFLAGS+= ${LOCALBASE}/lib/portaudio2/libportaudio.so \ -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS EXAMPLES GTK3 LILYPOND +OPTIONS_DEFINE= DOCS EXAMPLES GTK3 LILYPOND NLS +OPTIONS_SUB= yes LILYPOND_DESC= Install LilyPond (Printing) LILYPOND_RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGTK3} Modified: head/audio/denemo/pkg-plist ============================================================================== --- head/audio/denemo/pkg-plist Tue Jul 22 21:37:30 2014 (r362586) +++ head/audio/denemo/pkg-plist Tue Jul 22 21:52:21 2014 (r362587) @@ -2452,15 +2452,15 @@ share/applications/denemo.desktop share/fonts/truetype/denemo/Denemo.ttf share/fonts/truetype/denemo/emmentaler.ttf share/fonts/truetype/denemo/feta.ttf -share/locale/cs/LC_MESSAGES/denemo.mo -share/locale/de/LC_MESSAGES/denemo.mo -share/locale/en_GB/LC_MESSAGES/denemo.mo -share/locale/es/LC_MESSAGES/denemo.mo -share/locale/fr/LC_MESSAGES/denemo.mo -share/locale/it/LC_MESSAGES/denemo.mo -share/locale/ja/LC_MESSAGES/denemo.mo -share/locale/pl/LC_MESSAGES/denemo.mo -share/locale/sv/LC_MESSAGES/denemo.mo +%%NLS%%share/locale/cs/LC_MESSAGES/denemo.mo +%%NLS%%share/locale/de/LC_MESSAGES/denemo.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/denemo.mo +%%NLS%%share/locale/es/LC_MESSAGES/denemo.mo +%%NLS%%share/locale/fr/LC_MESSAGES/denemo.mo +%%NLS%%share/locale/it/LC_MESSAGES/denemo.mo +%%NLS%%share/locale/ja/LC_MESSAGES/denemo.mo +%%NLS%%share/locale/pl/LC_MESSAGES/denemo.mo +%%NLS%%share/locale/sv/LC_MESSAGES/denemo.mo share/pixmaps/denemo.png @dirrm share/fonts/truetype/denemo @dirrmtry share/fonts/truetype
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407222152.s6MLqLZ6025509>