- Update to 20060425 - Take maintainership Generated with FreeBSD Port Tools 0.77
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?
Responsible Changed From-To: freebsd-ports-bugs->lawrance Take it.
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 ---------------------------------------------------------------------------------------
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 ---------------------------------------------------------------------------------------
State Changed From-To: feedback->closed Committed, thanks!