svn commit: r352764 - head/devel/gprbuild

John Marino marino at FreeBSD.org
Thu May 1 18:36:20 UTC 2014


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
 


More information about the svn-ports-all mailing list