svn commit: r429610 - head/devel/bullet

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 27 12:15:47 UTC 2016


Author: amdmi3
Date: Tue Dec 27 12:15:45 2016
New Revision: 429610
URL: https://svnweb.freebsd.org/changeset/ports/429610

Log:
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  - Fix WWW:
  
  Approved by:	portmgr blanket

Modified:
  head/devel/bullet/Makefile
  head/devel/bullet/pkg-descr

Modified: head/devel/bullet/Makefile
==============================================================================
--- head/devel/bullet/Makefile	Tue Dec 27 12:15:00 2016	(r429609)
+++ head/devel/bullet/Makefile	Tue Dec 27 12:15:45 2016	(r429610)
@@ -15,7 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	bulletphysics
 GH_PROJECT=	bullet3
 
-USES=		cmake compiler:c++11-lang tar:tgz
+USES=		cmake compiler:c++11-lang
 USE_GL=		gl glu glut
 USE_LDCONFIG=	yes
 USE_XORG=	x11

Modified: head/devel/bullet/pkg-descr
==============================================================================
--- head/devel/bullet/pkg-descr	Tue Dec 27 12:15:00 2016	(r429609)
+++ head/devel/bullet/pkg-descr	Tue Dec 27 12:15:45 2016	(r429610)
@@ -12,5 +12,4 @@ hardware.
 Bullet is native part of Blender 3D modeler and it supports COLLADA Physics
 file format.
 
-
-WWW: http://www.bulletphysics.com
+WWW: http://www.bulletphysics.com/


More information about the svn-ports-head mailing list