Date: Thu, 23 Mar 2017 09:01:58 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436759 - head/graphics/lib3ds Message-ID: <201703230901.v2N91wGG015583@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Mar 23 09:01:58 2017 New Revision: 436759 URL: https://svnweb.freebsd.org/changeset/ports/436759 Log: - Update WWW - Add MASTER_SITES - Switch to USES=localbase Modified: head/graphics/lib3ds/Makefile head/graphics/lib3ds/pkg-descr Modified: head/graphics/lib3ds/Makefile ============================================================================== --- head/graphics/lib3ds/Makefile Thu Mar 23 08:48:00 2017 (r436758) +++ head/graphics/lib3ds/Makefile Thu Mar 23 09:01:58 2017 (r436759) @@ -5,20 +5,18 @@ PORTNAME= lib3ds PORTVERSION= 1.3.0 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/lib3ds/lib3ds-1.3.0.zip/2572f7b0f29b591d494c1a0658b35c86/ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/lib3ds/ \ + http://pkgs.fedoraproject.org/repo/pkgs/lib3ds/${DISTNAME}${EXTRACT_SUFX}/2572f7b0f29b591d494c1a0658b35c86/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for handling 3DS (3D Studio) files LICENSE= LGPL21+ +USES= libtool localbase zip GNU_CONFIGURE= yes +USE_GL= gl glu glut INSTALL_TARGET= install-strip -USES= libtool zip -USE_GL= glut USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - .include <bsd.port.mk> Modified: head/graphics/lib3ds/pkg-descr ============================================================================== --- head/graphics/lib3ds/pkg-descr Thu Mar 23 08:48:00 2017 (r436758) +++ head/graphics/lib3ds/pkg-descr Thu Mar 23 09:01:58 2017 (r436759) @@ -2,4 +2,4 @@ Lib3ds is a free alternative to Autodesk files. It's main goal is to simplify the creation of 3DS import and export filters. -WWW: http://code.google.com/p/lib3ds/ +WWW: https://code.google.com/archive/p/lib3ds/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703230901.v2N91wGG015583>