Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2010 19:10:27 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        greenwood.andy@gmail.com
Subject:   ports/151516: [PATCH] emulators/dynagui: change dependency from dynagen-devel to dynagen
Message-ID:  <20101017111027.DF2672AEC52E@sunpoet.net>
Resent-Message-ID: <201010171120.o9HBK5Ae017533@freefall.freebsd.org>

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

>Number:         151516
>Category:       ports
>Synopsis:       [PATCH] emulators/dynagui: change dependency from dynagen-devel to dynagen
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 17 11:20:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Jul 30 00:11:08 CST 2010
>Description:
- Change dependency from dynagen-devel to dynagen
  (dynagen-devel is marked deprecrated)

Tinderbox logs:
- https://sunpoet.net/tinderbox/logs/8-FreeBSD/dynagui-0.4_1.log
- https://sunpoet.net/tinderbox/logs/7-FreeBSD/dynagui-0.4_1.log

Port maintainer (greenwood.andy@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- dynagui-0.4_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/emulators/dynagui/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	22 Aug 2009 00:20:20 -0000	1.2
+++ Makefile	17 Oct 2010 11:07:41 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	dynagui
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	dynagui
@@ -14,7 +15,7 @@
 MAINTAINER=	greenwood.andy@gmail.com
 COMMENT=	GUI frontend to the dynamips router simulator
 
-BUILD_DEPENDS=	dynagen:${PORTSDIR}/emulators/dynagen-devel
+BUILD_DEPENDS=	dynagen:${PORTSDIR}/emulators/dynagen
 
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=	yes
--- dynagui-0.4_1.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?20101017111027.DF2672AEC52E>