diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-31 16:05:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-31 16:05:05 +0800 |
commit | a632514b368ae5a3616d2a1747b771c6a76a04cc (patch) | |
tree | e1bed81c2a9942548a493e8c7cf9637fe0897bc4 /graphics | |
parent | 27c7b875ed618d6d2cdf143c9aedf64818588ccf (diff) | |
download | freebsd-ports-graphics-a632514b368ae5a3616d2a1747b771c6a76a04cc.tar.gz freebsd-ports-graphics-a632514b368ae5a3616d2a1747b771c6a76a04cc.tar.zst freebsd-ports-graphics-a632514b368ae5a3616d2a1747b771c6a76a04cc.zip |
Per distfile report, update WWW site and also mastersite. However,
this port has gotten stale, and this version (1.0.6) is not available
there; only 1.1.0. Since the maintainer has not been active in the
FreeBSD community for quite some time, reset to ports@FreeBSD.org.
If someone uses this port, the time to adopt it would be now ...
Reviewed by: portmgr (maintainer update).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cybervrml97/Makefile | 7 | ||||
-rw-r--r-- | graphics/cybervrml97/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/graphics/cybervrml97/Makefile b/graphics/cybervrml97/Makefile index 9311fbd35b4..a34d9591005 100644 --- a/graphics/cybervrml97/Makefile +++ b/graphics/cybervrml97/Makefile @@ -9,11 +9,14 @@ PORTNAME= cybervrml97 PORTVERSION= 1.0.6 CATEGORIES= graphics -MASTER_SITES= http://www.cyber.koganei.tokyo.jp/vrml/cv97/cv97cc/download/ +# the master site really is SourceForge, but they only have version 1.1.0 +# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= +MASTER_SITE_SUBDIR= cv97cc DISTFILES= cv97r${PORTVERSION:S/.//g}${EXTRACT_SUFX} Makefile EXTRACT_ONLY= cv97r${PORTVERSION:S/.//g}${EXTRACT_SUFX} -MAINTAINER= 3d@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A development library of VRML97/2.0 applications DIST_SUBDIR= ${PORTNAME} diff --git a/graphics/cybervrml97/pkg-descr b/graphics/cybervrml97/pkg-descr index 2181adc5e95..5a131c0f8b2 100644 --- a/graphics/cybervrml97/pkg-descr +++ b/graphics/cybervrml97/pkg-descr @@ -2,4 +2,4 @@ CyberVRML97 for C++ is a development library of VRML97/2.0 applications. Using the library, you can read and write the VRML files, set and get the scene graph information, draw the geometries, run the behaviors easily. -WWW: http://www.cyber.koganei.tokyo.jp/vrml/cv97/cv97cc/ +WWW: http://www.cybergarage.org/vrml/cv97/cv97cc/index.html |