Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 03:48:33 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/170726: [MAINTAINER] games/fbg2: Makefile changed, OptionsNG
Message-ID:  <20120818014836.F0F1E1065670@hub.freebsd.org>
Resent-Message-ID: <201208180150.q7I1o8r8043928@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170726
>Category:       ports
>Synopsis:       [MAINTAINER] games/fbg2: Makefile changed, OptionsNG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 18 01:50:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:

Makefile changed

OptionsNG

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MDOCS}

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- fbg2-0.4_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/fbg2/Makefile ./Makefile
--- /usr/ports/games/fbg2/Makefile	2012-06-01 07:18:40.000000000 +0200
+++ ./Makefile	2012-08-18 03:45:37.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	fbg2
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/fbg/
 
@@ -22,9 +22,9 @@
 LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
 
 LIB_DEPENDS=	radius:${PORTSDIR}/graphics/radius-engine \
-		lua-5.1:${PORTSDIR}/lang/lua \
+		lua:${PORTSDIR}/lang/lua \
 		png15:${PORTSDIR}/graphics/png \
-		physfs.1:${PORTSDIR}/devel/physfs
+		physfs:${PORTSDIR}/devel/physfs
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
 GNU_CONFIGURE=	yes
@@ -41,8 +41,10 @@
 PORTDATA=	*
 PORTDOCS=	ChangeLog
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
 .endif
--- fbg2-0.4_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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