diff options
author | krion <krion@FreeBSD.org> | 2005-01-09 23:31:49 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-09 23:31:49 +0000 |
commit | ab9bc2cb66da5a109cff6287d3e9cce73a85235b (patch) | |
tree | df3a2343cd80d021c1c945e6bdd12db8291814d4 /graphics | |
parent | a630b48ef14002173a06f73169654dccb97f4abd (diff) | |
download | FreeBSD-ports-ab9bc2cb66da5a109cff6287d3e9cce73a85235b.zip FreeBSD-ports-ab9bc2cb66da5a109cff6287d3e9cce73a85235b.tar.gz |
Change MASTER_SITES to fix fetch problem.
Added SIZE to distinfo.
Change WWW line.
PR: ports/76003
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/quesa/Makefile | 3 | ||||
-rw-r--r-- | graphics/quesa/distinfo | 1 | ||||
-rw-r--r-- | graphics/quesa/pkg-descr | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index e3bf7db..6c1080e 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -8,7 +8,8 @@ PORTNAME= quesa PORTVERSION= 1.6d18 CATEGORIES= graphics -MASTER_SITES= http://www.quesa.org/info/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ip@doom.homeunix.org diff --git a/graphics/quesa/distinfo b/graphics/quesa/distinfo index 41da5e4..3fc53c4 100644 --- a/graphics/quesa/distinfo +++ b/graphics/quesa/distinfo @@ -1 +1,2 @@ MD5 (quesa_1.6d18.tar.gz) = 6c6740ef4459e2d6cbde7389a63f61b6 +SIZE (quesa_1.6d18.tar.gz) = 3457691 diff --git a/graphics/quesa/pkg-descr b/graphics/quesa/pkg-descr index ea171a0..287156d 100644 --- a/graphics/quesa/pkg-descr +++ b/graphics/quesa/pkg-descr @@ -7,7 +7,7 @@ QD3D supports both retained and immediate mode rendering, an extensible file format, plug-in renderers, a wide range of high level geometries, hierarchical models, and a consistent and object-orientated API. -WWW: http://www.quesa.org/ +WWW: http://quesa.designcommunity.com/ - Igor Pokrovsky tiamat@comset.net |