Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  3 Aug 2006 10:42:59 +0200 (CEST)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Gabor Kovesdan <gabor@FreeBSD.org>
Subject:   ports/101308: [patch] lang/ccscript - fix dependency
Message-ID:  <20060803084259.2FD7D289F0B@catv-50635cb6.catv.broadband.hu>
Resent-Message-ID: <200608030850.k738oEr3060820@freefall.freebsd.org>

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

>Number:         101308
>Category:       ports
>Synopsis:       [patch] lang/ccscript - fix dependency
>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:   Thu Aug 03 08:50:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sat Jul 29 18:31:18 CEST 2006 gabor@spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

- Fix dependency
- Bump PORTREVISION

>How-To-Repeat:
>Fix:

--- lang-ccscript.diff begins here ---
Index: Makefile
===================================================================
RCS file: /usr/cvs/ports/lang/ccscript/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	23 Feb 2006 10:37:37 -0000	1.22
+++ Makefile	3 Aug 2006 08:38:57 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	ccscript
 PORTVERSION=	2.5.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gnutelephony
@@ -15,7 +15,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	State-event driven class extendible C++ script interpreter
 
-LIB_DEPENDS=	ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp
+LIB_DEPENDS=	ccgnu2:${PORTSDIR}/devel/commoncpp
 
 USE_GNOME=	gnometarget
 GNU_CONFIGURE=	yes
--- lang-ccscript.diff ends here ---


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



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