Date: Thu, 1 May 2014 18:36:20 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352764 - head/devel/gprbuild Message-ID: <201405011836.s41IaKkJ087333@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu May 1 18:36:20 2014 New Revision: 352764 URL: http://svnweb.freebsd.org/changeset/ports/352764 QAT: https://qat.redports.org/buildarchive/r352764/ Log: devel/gprbuild: Pet Jenkins by fixing PORTEXAMPLES definition I could have sworn that "." was a legitimate value for PORTEXAMPLES, which accepts directories. I believe I tested it, but it's not working now. Change it from "." to "*" (which is common), and bump the port to please Jenkins. Reported by: swills Modified: head/devel/gprbuild/Makefile Modified: head/devel/gprbuild/Makefile ============================================================================== --- head/devel/gprbuild/Makefile Thu May 1 18:16:36 2014 (r352763) +++ head/devel/gprbuild/Makefile Thu May 1 18:36:20 2014 (r352764) @@ -3,7 +3,7 @@ PORTNAME= gprbuild PORTVERSION= ${SNAPSHOT} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= gprbuild-gpl-${YEAR}-src @@ -25,7 +25,7 @@ USES= ada gmake MAKE_ARGS+= BUILD=production MAKE_ARGS+= PROCESSORS=${MAKE_JOBS_NUMBER} PORTDOCS= html txt pdf info -PORTEXAMPLES= . +PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405011836.s41IaKkJ087333>