Bug 187146 - Update graphics/dataplot to version 20132012
Summary: Update graphics/dataplot to version 20132012
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-28 16:20 UTC by Pedro F. Giffuni
Modified: 2014-03-03 00:32 UTC (History)
0 users

See Also:


Attachments
file.diff (1.27 KB, patch)
2014-02-28 16:20 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2014-02-28 16:20:00 UTC
We were using an old version cached in the servers.
Update to the latest version with a small change required to build.

Fix: Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-02-28 22:04:26 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2014-03-02 14:55:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

I'll have a look.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-03 00:29:39 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"
Comment 4 Gerald Pfeifer freebsd_committer freebsd_triage 2014-03-03 00:30:26 UTC
State Changed
From-To: open->closed

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.)