Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2004 05:02:50 +0800 (CST)
From:      Rong-En Fan <rafan@infor.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        autrijus@autrijus.org
Subject:   ports/70278: [PATCH] devel/SVN-Simple: unbreak it
Message-ID:  <20040810210250.EC2225247E@muse.csie.ntu.edu.tw>
Resent-Message-ID: <200408102110.i7ALAOBT070278@freefall.freebsd.org>

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

>Number:         70278
>Category:       ports
>Synopsis:       [PATCH] devel/SVN-Simple: unbreak it
>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:   Tue Aug 10 21:10:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD muse.csie.ntu.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #1: Mon Jul 12 20:06:43 CST 2004
>Description:
This port was broken on Jul 11 by Kris.
However, I can't find any related errorlogs
on pointyhat. Also I have tested from 
ports and installed with package.
No problem at all.

So, if there is no obvious reason
why this port is "missing dependency",
I think we should unbreak it.

Port maintainer (autrijus@autrijus.org) is cc'd.

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

--- p5-SVN-Simple-0.25_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Simple/Makefile /home/rafan/tmp/ports/p5-SVN-Simple/Makefile
--- /usr/ports/devel/p5-SVN-Simple/Makefile	Sun Jul 11 09:05:43 2004
+++ /home/rafan/tmp/ports/p5-SVN-Simple/Makefile	Wed Aug 11 04:52:44 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	SVN-Simple
 PORTVERSION=	0.25
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/C/CL/CLKAO
@@ -17,8 +18,6 @@
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl
 RUN_DEPENDS=	${BUILD_DEPENDS}
-
-BROKEN=		"Missing dependency"
 
 PERL_CONFIGURE=	yes
 
--- p5-SVN-Simple-0.25_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?20040810210250.EC2225247E>