diff options
author | danfe <danfe@FreeBSD.org> | 2011-06-17 17:59:29 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-06-17 17:59:29 +0800 |
commit | 45e0b07449432716296fcdea2a71f5e2d29c9433 (patch) | |
tree | 425e403905765afb1163c3ec92ff192aca3dd606 /graphics | |
parent | a6f30f080a4551947ba3c402a40d30b097ca7092 (diff) | |
download | freebsd-ports-gnome-45e0b07449432716296fcdea2a71f5e2d29c9433.tar.gz freebsd-ports-gnome-45e0b07449432716296fcdea2a71f5e2d29c9433.tar.zst freebsd-ports-gnome-45e0b07449432716296fcdea2a71f5e2d29c9433.zip |
Provide home for the distfile and undeprecate. While this version is not
under development anymore, it is still available from the vendor site, but
named ``yafray-0.0.9.tar_.gz'' (notice bogus underscore). I decided not
to adhere to this stupidity, and instead asked upstream to rename file to
something sane. Once this is fixed, I will adjust MASTER_SITES. Also, do
some usual cleanups while I'm here.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yafray/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index 72908896d22f..50b72d613527 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -1,14 +1,16 @@ -# New ports collection makefile for: yafray +# New ports collection makefile for: YafRay # Date created: 18 May 2003 # Whom: David Yeske <dyeske@gmail.com> # # $FreeBSD$ +# PORTNAME= yafray PORTVERSION= 0.0.9 PORTREVISION= 2 CATEGORIES= graphics -MASTER_SITES= http://www.yafray.org/sec/2/downloads/ +MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ + #http://www.yafaray.org/sites/default/files/download/builds/ MAINTAINER= ports@FreeBSD.org COMMENT= A fast XML based raytracer @@ -18,10 +20,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg USE_SCONS= yes USE_LDCONFIG= yes -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME} pre-patch: @${MV} ${WRKSRC}/linux-settings.py ${WRKSRC}/freebsd-settings.py |