Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 18:15:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426948 - in head/devel/flatzebra: . files
Message-ID:  <201611231815.uANIFPsA072076@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Nov 23 18:15:24 2016
New Revision: 426948
URL: https://svnweb.freebsd.org/changeset/ports/426948

Log:
  - Add LICENSE
  - Remove unneeded CONFIGURE_ARGS
  - Strip binary
  - Don't install useless docs
  - Sort plist

Added:
  head/devel/flatzebra/files/patch-Makefile.in   (contents, props changed)
Modified:
  head/devel/flatzebra/Makefile
  head/devel/flatzebra/pkg-plist

Modified: head/devel/flatzebra/Makefile
==============================================================================
--- head/devel/flatzebra/Makefile	Wed Nov 23 18:12:19 2016	(r426947)
+++ head/devel/flatzebra/Makefile	Wed Nov 23 18:15:24 2016	(r426948)
@@ -3,23 +3,23 @@
 
 PORTNAME=	flatzebra
 PORTVERSION=	0.1.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel games
 MASTER_SITES=	http://perso.b2b2c.ca/sarrazip/dev/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generic game engine for 2D double-buffering animation
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--includedir=${PREFIX}/include
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		pathfix pkgconfig libtool
+GNU_CONFIGURE=	yes
 USE_SDL=	sdl mixer image
-
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
-DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
-PORTDOCS=	AUTHORS COPYING INSTALL NEWS README TODO THANKS
+PORTDOCS=	AUTHORS NEWS README
 
 OPTIONS_DEFINE=	DOCS
 

Added: head/devel/flatzebra/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/flatzebra/files/patch-Makefile.in	Wed Nov 23 18:15:24 2016	(r426948)
@@ -0,0 +1,25 @@
+--- Makefile.in.orig	2016-11-23 17:35:51 UTC
++++ Makefile.in
+@@ -233,7 +233,7 @@ build_vendor = @build_vendor@
+ builddir = @builddir@
+ datadir = @datadir@
+ datarootdir = @datarootdir@
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
++docdir = $(datadir)/doc/$(PACKAGE)
+ dvidir = @dvidir@
+ exec_prefix = @exec_prefix@
+ host = @host@
+@@ -269,12 +269,8 @@ pkgconfigdir = $(prefix)/libdata/pkgconf
+ pkgconfig_DATA = $(PACKAGE)-$(API).pc
+ doc_DATA = \
+ 	AUTHORS \
+-	COPYING \
+-	INSTALL \
+ 	NEWS \
+-	README \
+-	THANKS \
+-	TODO
++	README
+ 
+ RPMBUILD = rpmbuild
+ M4_MACROS = \

Modified: head/devel/flatzebra/pkg-plist
==============================================================================
--- head/devel/flatzebra/pkg-plist	Wed Nov 23 18:12:19 2016	(r426947)
+++ head/devel/flatzebra/pkg-plist	Wed Nov 23 18:15:24 2016	(r426948)
@@ -1,14 +1,14 @@
-lib/libflatzebra-0.1.so.2
-lib/libflatzebra-0.1.so.2.0.0
-lib/libflatzebra-0.1.so
-libdata/pkgconfig/flatzebra-0.1.pc
 include/flatzebra/Couple.h
-include/flatzebra/Joystick.h
-include/flatzebra/RCouple.h
 include/flatzebra/GameEngine.h
+include/flatzebra/Joystick.h
+include/flatzebra/KeyState.h
 include/flatzebra/PixmapArray.h
 include/flatzebra/PixmapLoadError.h
-include/flatzebra/Sprite.h
+include/flatzebra/RCouple.h
 include/flatzebra/RSprite.h
 include/flatzebra/SoundMixer.h
-include/flatzebra/KeyState.h
+include/flatzebra/Sprite.h
+lib/libflatzebra-0.1.so
+lib/libflatzebra-0.1.so.2
+lib/libflatzebra-0.1.so.2.0.0
+libdata/pkgconfig/flatzebra-0.1.pc



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