From tkato432@yahoo.com  Wed Aug 24 18:44:19 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7501A1065672
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 24 Aug 2011 18:44:13 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 485638FC19
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 24 Aug 2011 18:44:13 +0000 (UTC)
Received: from localhost.localdomain (ZT038043.ppp.dion.ne.jp [59.128.38.43])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id 640BF50036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 25 Aug 2011 03:44:11 +0900 (JST)
Message-Id: <20110825033705.60c45e3e.tkato432@yahoo.com>
Date: Thu, 25 Aug 2011 03:37:05 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: graphics/box to 0.2.3

>Number:         160113
>Category:       ports
>Synopsis:       Update port: graphics/box to 0.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 24 18:50:25 UTC 2011
>Closed-Date:    Thu Sep 01 08:52:37 UTC 2011
>Last-Modified:  Thu Sep  1 09:00:21 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 0.2.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/box/Makefile graphics/box/Makefile
--- /usr/ports/graphics/box/Makefile	2011-04-27 16:29:39.000000000 +0900
+++ graphics/box/Makefile	2011-08-25 00:37:01.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	box
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}c/Box%20-%20the%20compiler/${DISTNAME}/
 
@@ -18,11 +18,14 @@
 
 LICENSE_COMB=	multi
 LICENSE=	GPLv2 LGPL3
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LESSER
 
 USE_GMAKE=	yes
-USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARG+=	--with-cairo
+CONFIGURE_ARGS=	--with-cairo
+USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=yes
 
 MAN1=		${PORTNAME}.1
 
@@ -34,8 +37,8 @@
 
 post-install:
 .if !defined(NOPORTEXAMPLES)
-	${MKDIR} ${EXAMPLESDIR}
-	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
+	@${MKDIR} ${EXAMPLESDIR}
+	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/graphics/box/distinfo graphics/box/distinfo
--- /usr/ports/graphics/box/distinfo	2011-04-09 02:29:09.000000000 +0900
+++ graphics/box/distinfo	2011-08-14 17:47:44.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (box-0.2.2.tar.gz) = 060f016415d1edf7eaf36b984bd85e511050e1eb45b904bbde1dead05017ce4d
-SIZE (box-0.2.2.tar.gz) = 951210
+SHA256 (box-0.2.3.tar.gz) = f01480d112a805d024b3f02af85a438ec4e850fdb87db6b637b1aea19a5e3521
+SIZE (box-0.2.3.tar.gz) = 966658
diff -urN /usr/ports/graphics/box/pkg-plist graphics/box/pkg-plist
--- /usr/ports/graphics/box/pkg-plist	2011-04-09 02:29:09.000000000 +0900
+++ graphics/box/pkg-plist	2011-08-14 18:00:29.000000000 +0900
@@ -24,6 +24,7 @@
 lib/box0.2/lib/libg.a
 lib/box0.2/lib/libg.la
 lib/box0.2/lib/libg.so
+lib/box0.2/pkg/_area.bxh
 lib/box0.2/pkg/_arrows.bxh
 lib/box0.2/pkg/_bbox.bxh
 lib/box0.2/pkg/_circle.bxh
@@ -47,6 +48,7 @@
 lib/box0.2/pkg/label.bxh
 lib/box0.2/pkg/math.bxh
 lib/box0.2/pkg/obj.bxh
+lib/box0.2/pkg/raw.bxh
 lib/box0.2/pkg/tools.bxh
 lib/libboxcore0.2.a
 lib/libboxcore0.2.la
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Tue Aug 30 18:16:26 CEST 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160113 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Thu Sep 1 08:52:36 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160113 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160113: commit references a PR
Date: Thu,  1 Sep 2011 08:52:35 +0000 (UTC)

 dhn         2011-09-01 08:52:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/box         Makefile distinfo pkg-plist 
   Log:
   - Update to 0.2.3
   
   PR:             ports/160113
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.5       +11 -8     ports/graphics/box/Makefile
   1.4       +2 -2      ports/graphics/box/distinfo
   1.4       +3 -1      ports/graphics/box/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
