Date: Sun, 6 Apr 2014 22:01:17 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350417 - head/audio/taglib-sharp Message-ID: <201404062201.s36M1HI8048197@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Apr 6 22:01:17 2014 New Revision: 350417 URL: http://svnweb.freebsd.org/changeset/ports/350417 QAT: https://qat.redports.org/buildarchive/r350417/ Log: Support stage disable docs as it is not stage friendly Modified: head/audio/taglib-sharp/Makefile head/audio/taglib-sharp/pkg-plist Modified: head/audio/taglib-sharp/Makefile ============================================================================== --- head/audio/taglib-sharp/Makefile Sun Apr 6 22:00:52 2014 (r350416) +++ head/audio/taglib-sharp/Makefile Sun Apr 6 22:01:17 2014 (r350417) @@ -2,6 +2,7 @@ PORTNAME= taglib-sharp PORTVERSION= 2.0.3.7 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://download.banshee.fm/${PORTNAME}/${PORTVERSION}/ @@ -15,16 +16,12 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOC GNU_CONFIGURE= yes USES= gmake pathfix pkgconfig -NO_STAGE= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" \ VERSIONSUFX="db62eba44689b5b0" +CONFIGURE_ARGS= --disable-docs + .include <bsd.port.pre.mk> .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" - -.if defined(NOPORTDOCS) -CONFIGURE_ARGS+= --disable-docs -.endif - .include <bsd.port.post.mk> Modified: head/audio/taglib-sharp/pkg-plist ============================================================================== --- head/audio/taglib-sharp/pkg-plist Sun Apr 6 22:00:52 2014 (r350416) +++ head/audio/taglib-sharp/pkg-plist Sun Apr 6 22:01:17 2014 (r350417) @@ -3,9 +3,6 @@ lib/mono/gac/policy.2.0.taglib-sharp/0.0 lib/mono/gac/taglib-sharp/%%PORTVERSION%%__%%VERSIONSUFX%%/taglib-sharp.dll lib/mono/gac/taglib-sharp/%%PORTVERSION%%__%%VERSIONSUFX%%/taglib-sharp.dll.mdb lib/mono/taglib-sharp/taglib-sharp.dll -%%PORTDOCS%%lib/monodoc/sources/taglib-sharp-docs.source -%%PORTDOCS%%lib/monodoc/sources/taglib-sharp-docs.tree -%%PORTDOCS%%lib/monodoc/sources/taglib-sharp-docs.zip libdata/pkgconfig/taglib-sharp.pc @dirrm lib/mono/taglib-sharp @dirrm lib/mono/gac/taglib-sharp/%%PORTVERSION%%__%%VERSIONSUFX%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404062201.s36M1HI8048197>