From stephen@wilberforce.math.missouri.edu  Sun Jun  6 20:40:15 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 621A0106567B
	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 F2F618FC21
	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 o56KdriA085765
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 6 Jun 2010 15:39:53 -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 o56KdraK085764;
	Sun, 6 Jun 2010 15:39:53 -0500 (CDT)
	(envelope-from stephen)
Message-Id: <201006062039.o56KdraK085764@wilberforce.math.missouri.edu>
Date: Sun, 6 Jun 2010 15:39:53 -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-plot<synopsis of the problem (one line)>
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         147577
>Category:       ports
>Synopsis:       update math/octave-forge-plot
>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:01 UTC 2010
>Closed-Date:    Wed Jun 09 08:31:54 UTC 2010
>Last-Modified:  Wed Jun  9 08:40:03 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-plot

>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-plot/Makefile octave-forge-plot/Makefile
--- /usr/ports/math/octave-forge-plot/Makefile	2010-06-02 15:11:26.000000000 -0500
+++ octave-forge-plot/Makefile	2010-06-06 15:01:07.000000000 -0500
@@ -6,14 +6,18 @@
 #
 
 PORTNAME=	octave-forge-plot
-PORTVERSION=	1.0.7
-PORTREVISION=	3
+PORTVERSION=	1.0.8
 CATEGORIES=	math
 
 MAINTAINER=	stephen@missouri.edu
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
-GNU_CONFIGURE=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/Mk/bsd.octave.mk"
+do-build:
+	@${DO_NADA}
+
+post-build:
+	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${DISTNAME}
+
 .include <bsd.port.post.mk>
diff -ur /usr/ports/math/octave-forge-plot/distinfo octave-forge-plot/distinfo
--- /usr/ports/math/octave-forge-plot/distinfo	2010-05-21 22:26:52.000000000 -0500
+++ octave-forge-plot/distinfo	2010-06-06 14:59:45.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (octave-forge/plot-1.0.7.tar.gz) = b740cf4b7818b17f84ffcebf80fe3dd1
-SHA256 (octave-forge/plot-1.0.7.tar.gz) = cecb0ca065452ac1c39502f0980f88f0a690ba803fe42e8b9c8248538d69ca3e
-SIZE (octave-forge/plot-1.0.7.tar.gz) = 47956
+MD5 (octave-forge/plot-1.0.8.tar.gz) = d1b518eb8e4d1031fa63ad36a0e47d30
+SHA256 (octave-forge/plot-1.0.8.tar.gz) = 2180adb62a5552405711936691309a61e70296697bdfaffe4db1e6facc60cba4
+SIZE (octave-forge/plot-1.0.8.tar.gz) = 12205
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Mon Jun 7 19:22:18 UTC 2010 
Responsible-Changed-Why:  
Ports bug 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147577 
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Jun 7 19:24:27 UTC 2010 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

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

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

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

 miwi        2010-06-09 08:31:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/octave-forge-plot Makefile distinfo 
   Log:
   - Update to 1.0.8
   
   PR:             147577
   Submitted by:   Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
   
   Revision  Changes    Path
   1.9       +7 -3      ports/math/octave-forge-plot/Makefile
   1.3       +3 -3      ports/math/octave-forge-plot/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:
