Date: Tue, 9 Apr 2013 06:45:32 GMT From: Ganael Laplanche <ganael.laplanche@martymac.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/177730: devel/flatzebra: Update to 0.1.6 Message-ID: <201304090645.r396jW2s046950@red.freebsd.org> Resent-Message-ID: <201304090650.r396o1qK087514@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177730 >Category: ports >Synopsis: devel/flatzebra: Update to 0.1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Apr 09 06:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 10-CURRENT >Organization: http://contribs.martymac.org >Environment: FreeBSD laptop.martymac.org 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r248557M: Wed Mar 20 20:39:39 CET 2013 martymac@laptop.martymac.org:/usr/obj/files/Src/sys/GENERIC amd64 >Description: Hi Edwin, Here is a patch to update devel/flatzebra to 0.1.6. Tinderbox build is OK, see : http://tinderbox.martymac.org/tb/index.php?action=describe_port&id=233 Thanks in advance, Best regards. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aurN devel/flatzebra.orig/Makefile devel/flatzebra/Makefile --- devel/flatzebra.orig/Makefile 2012-11-17 06:55:42.000000000 +0100 +++ devel/flatzebra/Makefile 2013-04-09 05:47:02.076934488 +0200 @@ -1,13 +1,8 @@ -# New ports collection makefile for: flatzebra -# Date created: 2005-10-18 -# Whom: Edwin Groothuis <edwin2mavetju.org> -# +# Created by: Edwin Groothuis <edwin2mavetju.org> # $FreeBSD: ports/devel/flatzebra/Makefile,v 1.18 2012/11/17 05:55:42 svnexp Exp $ -# PORTNAME= flatzebra -PORTVERSION= 0.1.5 -PORTREVISION= 2 +PORTVERSION= 0.1.6 CATEGORIES= devel games MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/ @@ -19,15 +14,17 @@ USE_AUTOTOOLS= libtool USE_SDL= sdl mixer image -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO THANKS +.include <bsd.port.options.mk> + post-patch: -.if defined(NOPORTDOCS) +.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-pkgconfigDATA|' ${WRKSRC}/Makefile.in .endif diff -aurN devel/flatzebra.orig/distinfo devel/flatzebra/distinfo --- devel/flatzebra.orig/distinfo 2011-07-03 16:55:41.000000000 +0200 +++ devel/flatzebra/distinfo 2013-04-08 07:58:38.928641309 +0200 @@ -1,2 +1,2 @@ -SHA256 (flatzebra-0.1.5.tar.gz) = d663aa222fb8ba3974ccbe82778ecd38e64a2d7524b12e54b3cf0dbb9f017c07 -SIZE (flatzebra-0.1.5.tar.gz) = 340636 +SHA256 (flatzebra-0.1.6.tar.gz) = 4e7bb0a77136ec3b81e0f73c1d08e828d38ef011095d5ce7068a94f3bb21d67a +SIZE (flatzebra-0.1.6.tar.gz) = 359098 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304090645.r396jW2s046950>