From owner-svn-ports-head@freebsd.org Thu Dec 1 05:02:34 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 882D4C6929B; Thu, 1 Dec 2016 05:02:34 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52D27363C; Thu, 1 Dec 2016 05:02:34 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB152XRE032015; Thu, 1 Dec 2016 05:02:33 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB152XjV032013; Thu, 1 Dec 2016 05:02:33 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201612010502.uB152XjV032013@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Thu, 1 Dec 2016 05:02:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427470 - in head: devel/monodevelop lang/mono X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 05:02:34 -0000 Author: dbn Date: Thu Dec 1 05:02:33 2016 New Revision: 427470 URL: https://svnweb.freebsd.org/changeset/ports/427470 Log: Fix PORTSCOUT limit for mono(develop) Modified: head/devel/monodevelop/Makefile head/lang/mono/Makefile Modified: head/devel/monodevelop/Makefile ============================================================================== --- head/devel/monodevelop/Makefile Thu Dec 1 03:20:07 2016 (r427469) +++ head/devel/monodevelop/Makefile Thu Dec 1 05:02:33 2016 (r427470) @@ -64,7 +64,7 @@ INSTALLS_ICONS= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= Build parallelization not implemented WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}/main -PORTSCOUT= ^\d+\.\d+.[1-9]\d* +PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d* post-extract: .for tuple in ${GH_TUPLE} Modified: head/lang/mono/Makefile ============================================================================== --- head/lang/mono/Makefile Thu Dec 1 03:20:07 2016 (r427469) +++ head/lang/mono/Makefile Thu Dec 1 05:02:33 2016 (r427470) @@ -37,7 +37,7 @@ MAKE_ENV= MONO_SHARED_DIR="${MONO_SHARED LC_ALL=C TZ=UTC ONLY_FOR_ARCHS= i386 amd64 powerpc -PORTSCOUT= ^\d+\.\d+.[1-9]\d* +PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d* .include