svn commit: r436759 - head/graphics/lib3ds

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 23 09:02:00 UTC 2017


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 at 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/


More information about the svn-ports-all mailing list