Date: Thu, 25 Aug 2011 03:37:05 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/160113: Update port: graphics/box to 0.2.3 Message-ID: <20110825033705.60c45e3e.tkato432@yahoo.com> Resent-Message-ID: <201108241850.p7OIoPpU012709@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 160113 >Category: ports >Synopsis: Update port: graphics/box to 0.2.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 24 18:50:25 UTC 2011 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110825033705.60c45e3e.tkato432>