Bug 185685

Summary: [Patch]: Update devel/bullet to version 2.82
Product: Ports & Packages Reporter: Marcus von Appen <mva>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me CC: acm
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update_282.patch none

Description Marcus von Appen freebsd_committer freebsd_triage 2014-01-12 14:20:00 UTC
    The attached patch updates devel/bullet to version 2.82.
    Additionally, it adds stage-support, the WWW line and adds
    a LICENSE entry.
    Please note that files/patch-src_BulletSoftBody_btSoftBodyInternals.h
    is not necessary anymore (fixed upstream).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-12 14:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-26 16:23:04 UTC
Author: acm
Date: Wed Mar 26 16:23:00 2014
New Revision: 349265
URL: http://svnweb.freebsd.org/changeset/ports/349265
QAT: https://qat.redports.org/buildarchive/r349265/

Log:
  - Add LICENSE
  - Clean up
  
  PR:		ports/185685
  Submitted by:	mva

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

Modified: head/devel/bullet/Makefile
==============================================================================
--- head/devel/bullet/Makefile	Wed Mar 26 16:17:25 2014	(r349264)
+++ head/devel/bullet/Makefile	Wed Mar 26 16:23:00 2014	(r349265)
@@ -11,9 +11,10 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	3D collision detection and rigid body dynamics library
 
+LICENSE=	ZLIB
+
 USE_GL=		gl glu glut
 USE_XORG=	x11
-#USE_GCC=	any
 
 USES=		cmake
 

Modified: head/devel/bullet/pkg-descr
==============================================================================
--- head/devel/bullet/pkg-descr	Wed Mar 26 16:17:25 2014	(r349264)
+++ head/devel/bullet/pkg-descr	Wed Mar 26 16:23:00 2014	(r349265)
@@ -13,4 +13,4 @@ Bullet is native part of Blender 3D mode
 file format.
 
 
-WWW:	http://www.bulletphysics.com
+WWW: http://www.bulletphysics.com
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2014-03-26 16:23:13 UTC
State Changed
From-To: open->closed

- Committed thanks!!