From stephen@wilberforce.math.missouri.edu  Sun Jun  6 20:39:59 2010
Return-Path: <stephen@wilberforce.math.missouri.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2E6D11065676
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Jun 2010 20:39:54 +0000 (UTC)
	(envelope-from stephen@wilberforce.math.missouri.edu)
Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213])
	by mx1.freebsd.org (Postfix) with ESMTP id E46AC8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 Jun 2010 20:39:53 +0000 (UTC)
Received: from wilberforce.math.missouri.edu (localhost [127.0.0.1])
	by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id o56KdqUO085748
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 6 Jun 2010 15:39:52 -0500 (CDT)
	(envelope-from stephen@wilberforce.math.missouri.edu)
Received: (from stephen@localhost)
	by wilberforce.math.missouri.edu (8.14.4/8.14.4/Submit) id o56KdqOF085747;
	Sun, 6 Jun 2010 15:39:52 -0500 (CDT)
	(envelope-from stephen)
Message-Id: <201006062039.o56KdqOF085747@wilberforce.math.missouri.edu>
Date: Sun, 6 Jun 2010 15:39:52 -0500 (CDT)
From: Stephen Montgomery-Smith <stephen@missouri.edu>
Reply-To: Stephen Montgomery-Smith <stephen@missouri.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update octave-forge-nurbs<synopsis of the problem (one line)>
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147574
>Category:       ports
>Synopsis:       update math/octave-forge-nurbs
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 06 20:50:00 UTC 2010
>Closed-Date:    Wed Jun 09 08:27:48 UTC 2010
>Last-Modified:  Wed Jun  9 08:30:08 UTC 2010
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.3-STABLE i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD wilberforce 7.3-STABLE FreeBSD 7.3-STABLE #0: Fri May 28 18:26:27 CDT 2010 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386


	<machine, os, target, libraries (multiple lines)>
>Description:
	<precise description of the problem (multiple lines)>
update octave-forge-nurbs

>How-To-Repeat:
	<code/input/activities to reproduce the problem (multiple lines)>
>Fix:

	<how to correct or work around the problem, if known (multiple lines)>


diff -ur /usr/ports/math/octave-forge-nurbs/Makefile octave-forge-nurbs/Makefile
--- /usr/ports/math/octave-forge-nurbs/Makefile	2010-06-02 15:11:26.000000000 -0500
+++ octave-forge-nurbs/Makefile	2010-06-06 14:22:09.000000000 -0500
@@ -6,14 +6,17 @@
 #
 
 PORTNAME=	octave-forge-nurbs
-PORTVERSION=	1.0.1
-PORTREVISION=	3
+PORTVERSION=	1.0.3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@missouri.edu
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
-GNU_CONFIGURE=	yes
+
+WRKSRC=		${WRKDIR}/${OCTAVE_PKGNAME}/src
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/Mk/bsd.octave.mk"
+post-build:
+	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
+
 .include <bsd.port.post.mk>
diff -ur /usr/ports/math/octave-forge-nurbs/distinfo octave-forge-nurbs/distinfo
--- /usr/ports/math/octave-forge-nurbs/distinfo	2010-05-21 22:26:52.000000000 -0500
+++ octave-forge-nurbs/distinfo	2010-06-06 14:20:36.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (octave-forge/nurbs-1.0.1.tar.gz) = 2e53ff2a0140c9edb2f3a5154c62f62c
-SHA256 (octave-forge/nurbs-1.0.1.tar.gz) = cb955eded28d5d6046f96896b4a4b7ed0f4c75a296ccda896b83aca282a77f6e
-SIZE (octave-forge/nurbs-1.0.1.tar.gz) = 47795
+MD5 (octave-forge/nurbs-1.0.3.tar.gz) = d230ddcc786386906004d6ded3d27358
+SHA256 (octave-forge/nurbs-1.0.3.tar.gz) = aca8c1f0e3a7898edf23c07932c3f633eb304fd0fb119a40762bba8b92980b5f
+SIZE (octave-forge/nurbs-1.0.3.tar.gz) = 53095
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: gavin 
Class-Changed-When: Mon Jun 7 19:18:39 UTC 2010 
Class-Changed-Why:  
Ports bug 


Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Mon Jun 7 19:18:39 UTC 2010 
Responsible-Changed-Why:  
Ports bug 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147574 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jun 9 08:27:47 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/147574: commit references a PR
Date: Wed,  9 Jun 2010 08:27:55 +0000 (UTC)

 miwi        2010-06-09 08:27:42 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/octave-forge-nurbs Makefile distinfo 
   Log:
   - Update to 1.0.3
   
   PR:             147574
   Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
   
   Revision  Changes    Path
   1.7       +6 -3      ports/math/octave-forge-nurbs/Makefile
   1.3       +3 -3      ports/math/octave-forge-nurbs/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
