From nemysis@gmx.ch  Mon Aug 27 22:28:48 2012
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 22FCE1065673
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Aug 2012 22:28:48 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22])
	by mx1.freebsd.org (Postfix) with SMTP id 72BB58FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Aug 2012 22:28:47 +0000 (UTC)
Received: (qmail invoked by alias); 27 Aug 2012 22:28:45 -0000
Received: from cpe.r57.logikom.net (EHLO something.email.com) [213.244.239.57]
  by mail.gmx.net (mp004) with SMTP; 28 Aug 2012 00:28:45 +0200
Received: by something.email.com (sSMTP sendmail emulation); Tue, 28 Aug 2012 00:28:46 +0200
Message-Id: <20120827222848.22FCE1065673@hub.freebsd.org>
Date: Tue, 28 Aug 2012 00:28:46 +0200
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jgh@FreeBSD.org
Subject: [MAINTAINER] games/cretan-hubris: added BUILD_DEPENDS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171126
>Category:       ports
>Synopsis:       [MAINTAINER] games/cretan-hubris: added BUILD_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    avilla
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 27 22:30:06 UTC 2012
>Closed-Date:    Wed Aug 29 02:18:39 UTC 2012
>Last-Modified:  Wed Aug 29 02:20:08 UTC 2012
>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:

Added

+BUILD_DEPENDS=${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine

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

--- cretan-hubris-0.2_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/cretan-hubris/Makefile ./Makefile
--- /usr/ports/games/cretan-hubris/Makefile	2012-06-01 07:18:35.000000000 +0200
+++ ./Makefile	2012-08-28 00:24:11.000000000 +0200
@@ -7,7 +7,7 @@
 
 PORTNAME=	cretan-hubris
 PORTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	SF/radius-engine/egp/
 
@@ -21,8 +21,8 @@
 LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt
 LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
 
-LIB_DEPENDS=	radius:${PORTSDIR}/graphics/radius-engine \
-		lua-5.1:${PORTSDIR}/lang/lua \
+BUILD_DEPENDS=${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine
+LIB_DEPENDS=	lua-5.1:${PORTSDIR}/lang/lua \
 		png15:${PORTSDIR}/graphics/png \
 		physfs.1:${PORTSDIR}/devel/physfs
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
--- cretan-hubris-0.2_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->avilla 
Responsible-Changed-By: avilla 
Responsible-Changed-When: Wed Aug 29 02:04:20 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171126 
State-Changed-From-To: open->closed 
State-Changed-By: avilla 
State-Changed-When: Wed Aug 29 02:18:38 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171126 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171126: commit references a PR
Date: Wed, 29 Aug 2012 02:14:59 +0000 (UTC)

 Author: avilla
 Date: Wed Aug 29 02:14:30 2012
 New Revision: 303307
 URL: http://svn.freebsd.org/changeset/ports/303307
 
 Log:
   - Move radius-engine to BUILD_DEPENDS.
   - Bump PORTREVISION.
   
   PR:		171126
   Submitted by:	nemysis at gmx.ch (maintainer)
 
 Modified:
   head/games/cretan-hubris/Makefile   (contents, props changed)
 
 Modified: head/games/cretan-hubris/Makefile
 ==============================================================================
 --- head/games/cretan-hubris/Makefile	Wed Aug 29 01:58:35 2012	(r303306)
 +++ head/games/cretan-hubris/Makefile	Wed Aug 29 02:14:30 2012	(r303307)
 @@ -7,7 +7,7 @@
  
  PORTNAME=	cretan-hubris
  PORTVERSION=	0.2
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	games
  MASTER_SITES=	SF/radius-engine/egp/
  
 @@ -21,8 +21,8 @@ LICENSE_FILE=	${WRKSRC}/License.txt
  LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt
  LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
  
 -LIB_DEPENDS=	radius:${PORTSDIR}/graphics/radius-engine \
 -		lua-5.1:${PORTSDIR}/lang/lua \
 +BUILD_DEPENDS=	${LOCALBASE}/include/radius.h:${PORTSDIR}/graphics/radius-engine
 +LIB_DEPENDS=	lua-5.1:${PORTSDIR}/lang/lua \
  		png15:${PORTSDIR}/graphics/png \
  		physfs.1:${PORTSDIR}/devel/physfs
  RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
