Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 17:23:48 GMT
From:      Fernando <fernando.apesteguia@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182491: [maintainer update] 'unbreaking' port test in graphics/opennurbs
Message-ID:  <201309291723.r8THNmtQ084858@oldred.freebsd.org>
Resent-Message-ID: <201309291730.r8THU0lV090132@freefall.freebsd.org>

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

>Number:         182491
>Category:       ports
>Synopsis:       [maintainer update] 'unbreaking' port test in graphics/opennurbs
>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:   Sun Sep 29 17:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Fernando
>Release:        9.1-RELEASE
>Organization:
Open Sistemas
>Environment:
FreeBSD beastie 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Tue Jun 11 18:21:20 CEST 2013     root@beastie:/usr/obj/usr/src/sys/APEKERNEL-9.1  amd64
>Description:
Apparently, in revision 327733[1] PORTREVISION was added in a place where port test considers a FATAL error.

[1] http://svnweb.freebsd.org/ports/head/graphics/opennurbs/Makefile?r1=327733&r2=328484
>How-To-Repeat:
cd /usr/ports/graphics/opennurbs && port test
>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -ruN /usr/ports/graphics/opennurbs/Makefile graphics/opennurbs/Makefile
--- /usr/ports/graphics/opennurbs/Makefile	2013-09-27 16:38:01.000000000 +0200
+++ graphics/opennurbs/Makefile	2013-09-29 18:53:31.000000000 +0200
@@ -3,11 +3,11 @@
 
 PORTNAME=	opennurbs
 PORTVERSION=	20121024
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://files.na.mcneel.com/opennurbs/5.0/2012-10-24/
 MASTER_SITE_SUBDIR=${PORTNAME}_${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}
-PORTREVISION=	1
 
 MAINTAINER=	fernando.apesteguia@gmail.com
 COMMENT=	Tools to accurately transfer 3-D geometry between applications


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



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