svn commit: r492051 - head/graphics/sdl2_gfx

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 3 14:49:08 UTC 2019


Author: amdmi3
Date: Sun Feb  3 14:49:07 2019
New Revision: 492051
URL: https://svnweb.freebsd.org/changeset/ports/492051

Log:
  - Pet portlint
  - Add PORTSCOUT, upstream serves SDL2_gfx-1.0.X.tar.gz as SDL2_gfx-*.0.X.tar.gz

Modified:
  head/graphics/sdl2_gfx/Makefile

Modified: head/graphics/sdl2_gfx/Makefile
==============================================================================
--- head/graphics/sdl2_gfx/Makefile	Sun Feb  3 14:17:06 2019	(r492050)
+++ head/graphics/sdl2_gfx/Makefile	Sun Feb  3 14:49:07 2019	(r492051)
@@ -12,11 +12,13 @@ COMMENT=	SDL graphics drawing primitives and other sup
 
 LICENSE=	ZLIB
 
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
 USES=		gmake libtool pathfix
 USE_SDL=	sdl2
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+
+PORTSCOUT=	limit:^1
 
 OPTIONS_DEFINE=	MMX
 


More information about the svn-ports-head mailing list