Bug 185685 - [Patch]: Update devel/bullet to version 2.82
Summary: [Patch]: Update devel/bullet to version 2.82
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-12 14:20 UTC by Marcus von Appen
Modified: 2014-03-26 16:30 UTC (History)
1 user (show)

See Also:


Attachments
update_282.patch (21.27 KB, patch)
2014-01-12 14:20 UTC, Marcus von Appen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!!