Bug 97290 - [PATCH] graphics/dataplot: update to 20060425
Summary: [PATCH] graphics/dataplot: update to 20060425
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: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-15 05:50 UTC by Beech Rintoul
Modified: 2006-05-15 10:56 UTC (History)
1 user (show)

See Also:


Attachments
dataplot-20060425.patch (1.93 KB, patch)
2006-05-15 05:50 UTC, Beech Rintoul
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beech Rintoul 2006-05-15 05:50:19 UTC
- Update to 20060425
- Take maintainership

Generated with FreeBSD Port Tools 0.77
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2006-05-15 09:13:18 UTC
State Changed
From-To: open->feedback

Hi Beech, 

The distfiles you have used are just symlics to the latest 
version of dataplot, eg: 

dpsrc.tar.gz -> dpsrc.04_25_2006.tar.gz 

Do you want to use the versioned distfiles instead, so that 
the port isn't broken the moment they do a new release? 



Comment 2 Sam Lawrance freebsd_committer freebsd_triage 2006-05-15 09:13:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Take it.
Comment 3 Beech Rintoul 2006-05-15 09:56:41 UTC
On Monday 15 May 2006 00:17, Sam Lawrance wrote:
> Synopsis: [PATCH] graphics/dataplot: update to 20060425
>
> State-Changed-From-To: open->feedback
> State-Changed-By: lawrance
> State-Changed-When: Mon May 15 08:13:18 UTC 2006
> State-Changed-Why:
> Hi Beech,
>
> The distfiles you have used are just symlics to the latest
> version of dataplot, eg:
>
> dpsrc.tar.gz -> dpsrc.04_25_2006.tar.gz
>
> Do you want to use the versioned distfiles instead, so that
> the port isn't broken the moment they do a new release?

Good idea. I rolled and tested a new diff:

diff -ruN --exclude=CVS /usr/ports/graphics/dataplot.orig/Makefile /usr/ports/graphics/dataplot/Makefile
--- /usr/ports/graphics/dataplot.orig/Makefile	Sun May  7 15:45:54 2006
+++ /usr/ports/graphics/dataplot/Makefile	Mon May 15 00:51:23 2006
@@ -6,16 +6,17 @@
 #
 
 PORTNAME=	dataplot
-PORTVERSION=	20050830
+PORTVERSION=	20060425
+PORTREVISION=
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.nist.gov/pub/dataplot/unix/:source \
 		http://www.itl.nist.gov/div898/software/dataplot.html/:doc
-DISTFILES=	dpsrc.08_30_2005.gz:source \
+DISTFILES=	dpsrc.04_25_2006.tar.gz:source \
 		dpsnapsh.pdf:doc
 DIST_SUBDIR=	dataplot
-EXTRACT_ONLY=	dpsrc.08_30_2005.gz
+EXTRACT_ONLY=	dpsrc.tar.gz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	beech@alaskaparadise.com
 COMMENT=	A free software system for statistical visualization
 
 LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd \
@@ -29,7 +30,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "alpha"
-BROKEN=		"Does not link on alpha (.got subsegment exceeds 64k)"
+BROKEN=		Does not link on alpha (.got subsegment exceeds 64k)
 .endif
 
 post-extract:
diff -ruN --exclude=CVS /usr/ports/graphics/dataplot.orig/distinfo /usr/ports/graphics/dataplot/distinfo
--- /usr/ports/graphics/dataplot.orig/distinfo	Sat Nov 26 11:04:43 2005
+++ /usr/ports/graphics/dataplot/distinfo	Mon May 15 00:43:37 2006
@@ -1,6 +1,6 @@
-MD5 (dataplot/dpsrc.08_30_2005.gz) = 7f40e8e42014e3ac3a406a99fb9109b8
-SHA256 (dataplot/dpsrc.08_30_2005.gz) = 
a6d3cf922cc886b5ec39bc9127192c68c6a0410ed969dac9f87053058737a774
-SIZE (dataplot/dpsrc.08_30_2005.gz) = 5967784
+MD5 (dataplot/dpsrc.04_25_2006.tar.gz) = 05931945ee0f733868f02b76b4c950c6
+SHA256 (dataplot/dpsrc.04_25_2006.tar.gz) = 
a052b7fdf2e51bde5c6b9cab15df02f0225e512a6f942d4332e02eb73d1364a4
+SIZE (dataplot/dpsrc.08_30_2005.gz) = 5912396
 MD5 (dataplot/dpsnapsh.pdf) = 88ca193586405a71387abbeba9be9f0e
 SHA256 (dataplot/dpsnapsh.pdf) = 
4854cdab00ce10df87686eb025a80f57575fea1b362a22b49f202e10348f0e4b
 SIZE (dataplot/dpsnapsh.pdf) = 62085

-- 

---------------------------------------------------------------------------------------
Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail   | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---------------------------------------------------------------------------------------
Comment 4 Beech Rintoul 2006-05-15 10:36:09 UTC
On Monday 15 May 2006 00:17, Sam Lawrance wrote:
> Synopsis: [PATCH] graphics/dataplot: update to 20060425
>
> State-Changed-From-To: open->feedback
> State-Changed-By: lawrance
> State-Changed-When: Mon May 15 08:13:18 UTC 2006
> State-Changed-Why:
> Hi Beech,
>
> The distfiles you have used are just symlics to the latest
> version of dataplot, eg:
>
> dpsrc.tar.gz -> dpsrc.04_25_2006.tar.gz
>
> Do you want to use the versioned distfiles instead, so that
> the port isn't broken the moment they do a new release?
>
Sorry, I missed EXTRACT_ONLY.... one more time:

diff -ruN --exclude=CVS /usr/ports/graphics/dataplot.orig/Makefile /usr/ports/graphics/dataplot/Makefile
--- /usr/ports/graphics/dataplot.orig/Makefile	Sun May  7 15:45:54 2006
+++ /usr/ports/graphics/dataplot/Makefile	Mon May 15 01:31:41 2006
@@ -6,16 +6,17 @@
 #
 
 PORTNAME=	dataplot
-PORTVERSION=	20050830
+PORTVERSION=	20060425
+PORTREVISION=
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.nist.gov/pub/dataplot/unix/:source \
 		http://www.itl.nist.gov/div898/software/dataplot.html/:doc
-DISTFILES=	dpsrc.08_30_2005.gz:source \
+DISTFILES=	dpsrc.04_25_2006.tar.gz:source \
 		dpsnapsh.pdf:doc
 DIST_SUBDIR=	dataplot
-EXTRACT_ONLY=	dpsrc.08_30_2005.gz
+EXTRACT_ONLY=	dpsrc.04_25_2006.tar.gz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	beech@alaskaparadise.com
 COMMENT=	A free software system for statistical visualization
 
 LIB_DEPENDS=	gd:${PORTSDIR}/graphics/gd \
@@ -29,7 +30,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "alpha"
-BROKEN=		"Does not link on alpha (.got subsegment exceeds 64k)"
+BROKEN=		Does not link on alpha (.got subsegment exceeds 64k)
 .endif
 
 post-extract:
diff -ruN --exclude=CVS /usr/ports/graphics/dataplot.orig/distinfo /usr/ports/graphics/dataplot/distinfo
--- /usr/ports/graphics/dataplot.orig/distinfo	Sat Nov 26 11:04:43 2005
+++ /usr/ports/graphics/dataplot/distinfo	Mon May 15 00:43:37 2006
@@ -1,6 +1,6 @@
-MD5 (dataplot/dpsrc.08_30_2005.gz) = 7f40e8e42014e3ac3a406a99fb9109b8
-SHA256 (dataplot/dpsrc.08_30_2005.gz) = 
a6d3cf922cc886b5ec39bc9127192c68c6a0410ed969dac9f87053058737a774
-SIZE (dataplot/dpsrc.08_30_2005.gz) = 5967784
+MD5 (dataplot/dpsrc.04_25_2006.tar.gz) = 05931945ee0f733868f02b76b4c950c6
+SHA256 (dataplot/dpsrc.04_25_2006.tar.gz) = 
a052b7fdf2e51bde5c6b9cab15df02f0225e512a6f942d4332e02eb73d1364a4
+SIZE (dataplot/dpsrc.08_30_2005.gz) = 5912396
 MD5 (dataplot/dpsnapsh.pdf) = 88ca193586405a71387abbeba9be9f0e
 SHA256 (dataplot/dpsnapsh.pdf) = 
4854cdab00ce10df87686eb025a80f57575fea1b362a22b49f202e10348f0e4b
 SIZE (dataplot/dpsnapsh.pdf) = 62085


-- 

---------------------------------------------------------------------------------------
Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
/"\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail   | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---------------------------------------------------------------------------------------
Comment 5 Sam Lawrance freebsd_committer freebsd_triage 2006-05-15 10:56:17 UTC
State Changed
From-To: feedback->closed

Committed, thanks!