Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2013 22:42:05 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316640 - in head/graphics: giflib png
Message-ID:  <201304262242.r3QMg59t084859@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304262242.r3QMg59t084859>