ports/154768: [MAINTAINER] graphics/box: update to 0.2.1

Charlie Kester corky1951 at comcast.net
Mon Feb 14 05:40:09 UTC 2011


>Number:         154768
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/box: update to 0.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 14 05:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Charlie Kester
>Release:        FreeBSD 8.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD atom.local 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Thu Feb 3 17:45:33 PST 2011 root at atom.local:/usr/obj/usr/src/sys/ATOM i386


	
>Description:
Update to version 0.2.1

Upstream author's changelog:
---------------------------
Bugfixes and reworked memory management. 
This release fixes some bugs. It does not bring new features. 
However, the memory management system has been largely rewritten. 
The memory management system is now aware of the "complex" types 
and knows how to create, destroy, copy and relocate them. 
The release prepares the ground for future features 
(boxing/unboxing through the Obj type, which will allow
several fundamental improvements to both Box and Boxer).

>How-To-Repeat:
	
>Fix:
--------------------------
Files added:	files/patch-box__Makefile.in
Files deleted:	None
--------------------------

--- box-0.2.1.diff begins here ---
diff -ruN /usr/ports/graphics/box/Makefile ./box/Makefile
--- /usr/ports/graphics/box/Makefile	2010-11-25 14:38:01.000000000 -0800
+++ ./box/Makefile	2011-02-13 18:17:39.000000000 -0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	box
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/
 
diff -ruN /usr/ports/graphics/box/distinfo ./box/distinfo
--- /usr/ports/graphics/box/distinfo	2010-11-25 14:38:01.000000000 -0800
+++ ./box/distinfo	2011-02-08 17:43:43.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (box-0.2.0.tar.gz) = 96639c071918135f5e07b33e58fdbcc78ac81c624eb94c5eb34f40c08e82437d
-SIZE (box-0.2.0.tar.gz) = 936390
+SHA256 (box-0.2.1.tar.gz) = b34ae16f7bbf4fcaca7a246bf63c8c7ecbee333e5ac291d36beb503d42f4e5ab
+SIZE (box-0.2.1.tar.gz) = 950209
diff -ruN /usr/ports/graphics/box/files/patch-box__Makefile.in ./box/files/patch-box__Makefile.in
--- /usr/ports/graphics/box/files/patch-box__Makefile.in	1969-12-31 16:00:00.000000000 -0800
+++ ./box/files/patch-box__Makefile.in	2011-02-13 18:24:02.000000000 -0800
@@ -0,0 +1,11 @@
+--- ./box/Makefile.in.orig	2011-02-13 18:23:20.000000000 -0800
++++ ./box/Makefile.in	2011-02-13 18:23:53.000000000 -0800
+@@ -329,7 +329,7 @@
+   paths.c main.c cmpproc.c bltinarray.c ast.c value.c \
+   compiler.c operator.c namespace.c autogen.c tsdesc.c
+ 
+-box_LDADD = $(LIBLTDL) libboxcore0.2.la
++box_LDADD = libboxcore0.2.la $(LIBLTDL)
+ box_LDFLAGS = -static
+ box_DEPENDENCIES = $(LTDLDEPS)
+ all: $(BUILT_SOURCES)
diff -ruN /usr/ports/graphics/box/pkg-plist ./box/pkg-plist
--- /usr/ports/graphics/box/pkg-plist	2010-11-25 14:38:01.000000000 -0800
+++ ./box/pkg-plist	2011-02-13 18:35:08.000000000 -0800
@@ -2,6 +2,7 @@
 bin/box
 bin/box0.2
 include/box0.2/box/array.h
+include/box0.2/box/defaults.h
 include/box0.2/box/error.h
 include/box0.2/box/hashfunc.h
 include/box0.2/box/hashtable.h
@@ -14,6 +15,12 @@
 include/box0.2/box/srcpos.h
 include/box0.2/box/str.h
 include/box0.2/box/types.h
+include/box0.2/box/version.h
+include/box0.2/box/virtmach.h
+include/box0.2/box/vmalloc.h
+include/box0.2/box/vmproc.h
+include/box0.2/box/vmsym.h
+include/box0.2/box/vmsymstuff.h
 lib/box0.2/lib/libg.a
 lib/box0.2/lib/libg.la
 lib/box0.2/lib/libg.so
@@ -38,7 +45,7 @@
 lib/box0.2/pkg/g.bxh
 lib/box0.2/pkg/label.bxh
 lib/box0.2/pkg/math.bxh
-lib/box0.2/pkg/objects.bxh
+lib/box0.2/pkg/obj.bxh
 lib/box0.2/pkg/tools.bxh
 lib/libboxcore0.2.a
 lib/libboxcore0.2.la
--- box-0.2.1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list