svn commit: r316640 - in head/graphics: giflib png

Dirk Meyer dinoex at FreeBSD.org
Fri Apr 26 22:42:06 UTC 2013


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 at 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 at FreeBSD.org
 COMMENT=	Library for manipulating PNG images
 
 MAKE_JOBS_SAFE=	yes
+PORTSCOUT=	limit:^1\.5\.
 
 USE_XZ=		yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list