diff options
author | shattered <shattered@pkgsrc.org> | 2011-11-02 20:22:15 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2011-11-02 20:22:15 +0000 |
commit | a28e21d8b11258c92653b3f6df78938b7d3f5319 (patch) | |
tree | 03ec0428c47eb7374f0873837da4b8ac1c29b772 | |
parent | e1a914013b2aafd15a255ea13d2fcba2367fa4d5 (diff) | |
download | pkgsrc-a28e21d8b11258c92653b3f6df78938b7d3f5319.tar.gz |
Update version number. Current 4.0 tarball is actually 4.0.6.
-rw-r--r-- | doc/CHANGES-2011 | 3 | ||||
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | graphics/rayshade/Makefile | 9 | ||||
-rw-r--r-- | graphics/rayshade/distinfo | 8 |
4 files changed, 12 insertions, 11 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 63d9a19e2d1..78d4fd51347 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2748 2011/11/02 14:45:28 adam Exp $ +$NetBSD: CHANGES-2011,v 1.2749 2011/11/02 20:22:15 shattered Exp $ Changes to the packages collection and infrastructure in 2011: @@ -4323,3 +4323,4 @@ Changes to the packages collection and infrastructure in 2011: Updated net/py-IP to 0.75 [obache 2011-11-02] Updated net/py-zsi to 2.0nb1 [obache 2011-11-02] Updated net/p5-SOAP-Lite to 0.714 [adam 2011-11-02] + Updated graphics/rayshade to 4.0.6 [shattered 2011-11-02] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.10650 2011/11/01 21:10:16 scottr Exp $ +$NetBSD: TODO,v 1.10651 2011/11/02 20:22:15 shattered Exp $ Suggested new packages ====================== @@ -1153,7 +1153,6 @@ For possible perl packages updates, see http://www.pkgbox.org/p2c/ o raptor-2.0.3 o rasqal-0.9.27 [needs raptor-2.0.0] o rat-4.2.25 - o rayshade-4.0.6 o rc-1.7.1 [at ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/] o rcs-5.8 o rdp-1.6 diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 0ecd0021d86..8cd0a8844db 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2011/01/13 13:38:17 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2011/11/02 20:22:15 shattered Exp $ -DISTNAME= rayshade.4.0 -PKGNAME= rayshade-4.0 -PKGREVISION= 8 +DISTNAME= rayshade.4.0.6 +PKGNAME= rayshade-4.0.6 +#KGREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://graphics.stanford.edu/pub/rayshade/ EXTRACT_SUFX= .tar.Z @@ -17,6 +17,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure BUILD_TARGET= INSTALLATION_DIRS= bin lib share/doc/rayshade share/examples/rayshade +WRKSRC= ${WRKDIR}/rayshade.4.0 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rayshade/rayshade ${DESTDIR}${PREFIX}/bin diff --git a/graphics/rayshade/distinfo b/graphics/rayshade/distinfo index b65a1ac3594..76d51ff40a4 100644 --- a/graphics/rayshade/distinfo +++ b/graphics/rayshade/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2008/09/01 06:57:58 dholland Exp $ +$NetBSD: distinfo,v 1.7 2011/11/02 20:22:15 shattered Exp $ -SHA1 (rayshade.4.0.tar.Z) = 5fd1ce05e7ba3bc8e8b337c212eccb6b53b5b4ca -RMD160 (rayshade.4.0.tar.Z) = a19bf35aa3f66de9ce406a1a98cf7edbde60f356 -Size (rayshade.4.0.tar.Z) = 369527 bytes +SHA1 (rayshade.4.0.6.tar.Z) = 5fd1ce05e7ba3bc8e8b337c212eccb6b53b5b4ca +RMD160 (rayshade.4.0.6.tar.Z) = a19bf35aa3f66de9ce406a1a98cf7edbde60f356 +Size (rayshade.4.0.6.tar.Z) = 369527 bytes SHA1 (patch-aa) = b510e1b3a98ef25ffe0d23f9b499fb5c16c333f4 SHA1 (patch-ab) = 13b48848c4a40d86ee5ceef8dddf10988b59e088 SHA1 (patch-ac) = 496d4d89edaa7a8786cbd22c2fc31679fda96df5 |