From owner-svn-ports-all@freebsd.org Thu Mar 23 09:02:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C591D18047; Thu, 23 Mar 2017 09:02:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 091C01E01; Thu, 23 Mar 2017 09:01:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2N91xQA015585; Thu, 23 Mar 2017 09:01:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2N91wGG015583; Thu, 23 Mar 2017 09:01:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703230901.v2N91wGG015583@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 23 Mar 2017 09:01:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436759 - head/graphics/lib3ds X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2017 09:02:00 -0000 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 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/