From owner-svn-ports-all@FreeBSD.ORG Fri Apr 26 22:42:06 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 31363217; Fri, 26 Apr 2013 22:42:06 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 22A5A11F8; Fri, 26 Apr 2013 22:42:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3QMg60U084861; Fri, 26 Apr 2013 22:42:06 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3QMg59t084859; Fri, 26 Apr 2013 22:42:05 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201304262242.r3QMg59t084859@svn.freebsd.org> From: Dirk Meyer Date: Fri, 26 Apr 2013 22:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316640 - in head/graphics: giflib png X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2013 22:42:06 -0000 Author: dinoex Date: Fri Apr 26 22:42:05 2013 New Revision: 316640 URL: http://svnweb.freebsd.org/changeset/ports/316640 Log: - set a limit for portscout Modified: head/graphics/giflib/Makefile head/graphics/png/Makefile Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Fri Apr 26 22:08:53 2013 (r316639) +++ head/graphics/giflib/Makefile Fri Apr 26 22:42:05 2013 (r316640) @@ -12,6 +12,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with GIF images CONFLICTS= libungif-[0-9]* +PORTSCOUT= limit:^4\. USE_BZIP2= yes USE_AUTOTOOLS= libtool Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Fri Apr 26 22:08:53 2013 (r316639) +++ head/graphics/png/Makefile Fri Apr 26 22:42:05 2013 (r316640) @@ -12,6 +12,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Library for manipulating PNG images MAKE_JOBS_SAFE= yes +PORTSCOUT= limit:^1\.5\. USE_XZ= yes GNU_CONFIGURE= yes