From nobody@FreeBSD.org  Fri Feb 28 16:18:43 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 8370459E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Feb 2014 16:18:43 +0000 (UTC)
Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 705281B63
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Feb 2014 16:18:43 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1SGIgf2065134
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 28 Feb 2014 16:18:43 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1SGIgaq065121;
	Fri, 28 Feb 2014 16:18:42 GMT
	(envelope-from nobody)
Message-Id: <201402281618.s1SGIgaq065121@cgiserv.freebsd.org>
Date: Fri, 28 Feb 2014 16:18:42 GMT
From: Pedro Giffuni <giffunip@tutopia.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update graphics/dataplot to version 20132012
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         187146
>Category:       ports
>Synopsis:       Update graphics/dataplot to version 20132012
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gerald
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 28 16:20:00 UTC 2014
>Closed-Date:    Mon Mar 03 00:32:04 UTC 2014
>Last-Modified:  Mon Mar 03 00:32:04 UTC 2014
>Originator:     Pedro Giffuni
>Release:        10-STABLE
>Organization:
>Environment:
FreeBSD kakumen 10.0-STABLE FreeBSD 10.0-STABLE #0 r262247M: Thu Feb 20 14:07:15 COT 2014     pfg@kakumen:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
We were using an old version cached in the servers.
Update to the latest version with a small change required to build.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: dataplot/Makefile
===================================================================
--- dataplot/Makefile	(revision 346529)
+++ dataplot/Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dataplot
-PORTVERSION=	20090821
-PORTREVISION=	3
+PORTVERSION=	20132012
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.nist.gov/pub/dataplot/unix/:source \
 		LOCAL/beech:source \
Index: dataplot/distinfo
===================================================================
--- dataplot/distinfo	(revision 346529)
+++ dataplot/distinfo	(working copy)
@@ -1,4 +1,4 @@
-SHA256 (dataplot/dpsrc.tar.gz) = 059b2863ed488a706f26c34a07363e76a444d56d1ac3e5c6c81d28d97cc58e6e
-SIZE (dataplot/dpsrc.tar.gz) = 6655840
+SHA256 (dataplot/dpsrc.tar.gz) = 419f2a672e2fcc076d95bb67f5c2a9c05a66dc1f697c729b52cddb860e83ae12
+SIZE (dataplot/dpsrc.tar.gz) = 6761551
 SHA256 (dataplot/dpsnapsh.pdf) = 4854cdab00ce10df87686eb025a80f57575fea1b362a22b49f202e10348f0e4b
 SIZE (dataplot/dpsnapsh.pdf) = 62085
Index: dataplot/files/Makefile.tmpl
===================================================================
--- dataplot/files/Makefile.tmpl	(revision 346529)
+++ dataplot/files/Makefile.tmpl	(working copy)
@@ -89,6 +89,7 @@
 		libplot_src.o \
 		rldp.o \
 		gd_src.o \
+		gks_src.o \
 		x11_src.o \
 		main.o
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Feb 28 22:04:26 UTC 2014 
Responsible-Changed-Why:  
ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187146 
Responsible-Changed-From-To: freebsd-ports-bugs->gerald 
Responsible-Changed-By: gerald 
Responsible-Changed-When: Sun Mar 2 14:55:31 UTC 2014 
Responsible-Changed-Why:  
I'll have a look. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187146: commit references a PR
Date: Mon,  3 Mar 2014 00:29:39 +0000 (UTC)

 Author: gerald
 Date: Mon Mar  3 00:29:26 2014
 New Revision: 346845
 URL: http://svnweb.freebsd.org/changeset/ports/346845
 QAT: https://qat.redports.org/buildarchive/r346845/
 
 Log:
   Update to version 20132012.
   
   PR:		187146
   Submitted by:	pfg
 
 Modified:
   head/graphics/dataplot/Makefile
   head/graphics/dataplot/distinfo
   head/graphics/dataplot/files/Makefile.tmpl
 
 Modified: head/graphics/dataplot/Makefile
 ==============================================================================
 --- head/graphics/dataplot/Makefile	Mon Mar  3 00:10:14 2014	(r346844)
 +++ head/graphics/dataplot/Makefile	Mon Mar  3 00:29:26 2014	(r346845)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	dataplot
 -PORTVERSION=	20090821
 -PORTREVISION=	3
 +PORTVERSION=	20132012
  CATEGORIES=	graphics
  MASTER_SITES=	ftp://ftp.nist.gov/pub/dataplot/unix/:source \
  		LOCAL/beech:source \
 
 Modified: head/graphics/dataplot/distinfo
 ==============================================================================
 --- head/graphics/dataplot/distinfo	Mon Mar  3 00:10:14 2014	(r346844)
 +++ head/graphics/dataplot/distinfo	Mon Mar  3 00:29:26 2014	(r346845)
 @@ -1,4 +1,4 @@
 -SHA256 (dataplot/dpsrc.tar.gz) = 059b2863ed488a706f26c34a07363e76a444d56d1ac3e5c6c81d28d97cc58e6e
 -SIZE (dataplot/dpsrc.tar.gz) = 6655840
 +SHA256 (dataplot/dpsrc.tar.gz) = 419f2a672e2fcc076d95bb67f5c2a9c05a66dc1f697c729b52cddb860e83ae12
 +SIZE (dataplot/dpsrc.tar.gz) = 6761551
  SHA256 (dataplot/dpsnapsh.pdf) = 4854cdab00ce10df87686eb025a80f57575fea1b362a22b49f202e10348f0e4b
  SIZE (dataplot/dpsnapsh.pdf) = 62085
 
 Modified: head/graphics/dataplot/files/Makefile.tmpl
 ==============================================================================
 --- head/graphics/dataplot/files/Makefile.tmpl	Mon Mar  3 00:10:14 2014	(r346844)
 +++ head/graphics/dataplot/files/Makefile.tmpl	Mon Mar  3 00:29:26 2014	(r346845)
 @@ -89,6 +89,7 @@ OBJS	      = dp1_linux.o \
  		libplot_src.o \
  		rldp.o \
  		gd_src.o \
 +		gks_src.o \
  		x11_src.o \
  		main.o
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: gerald 
State-Changed-When: Mon Mar 3 00:30:26 UTC 2014 
State-Changed-Why:  
Committed, thank you! 

(I looked for changes brought by that version, alas failed to find one 
online.  That is good to submit with ports updates like this in general.) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187146 
>Unformatted:
