From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 6 18:10:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 16518AB4 for ; Fri, 6 Sep 2013 18:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED4252377 for ; Fri, 6 Sep 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r86IA33E054552 for ; Fri, 6 Sep 2013 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r86IA35V054551; Fri, 6 Sep 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Fri, 6 Sep 2013 18:10:03 GMT Resent-Message-Id: <201309061810.r86IA35V054551@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D53E2843 for ; Fri, 6 Sep 2013 18:01:18 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from omta02.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id A8B0A2316 for ; Fri, 6 Sep 2013 18:01:18 +0000 (UTC) Received: from coppermine.my.domain (ZT030236.ppp.dion.ne.jp [59.128.30.236]) by omta02.auone-net.jp (au one net mail) with ESMTP id 9EF84156011E for ; Sat, 7 Sep 2013 03:01:16 +0900 (JST) Message-Id: <20130907025051.bb5b683b3895c81d253616a1@yahoo.com> Date: Sat, 7 Sep 2013 02:50:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/181884: devel/ace: Update to version 6.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 18:10:04 -0000 >Number: 181884 >Category: ports >Synopsis: devel/ace: Update to version 6.2.1 >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: Fri Sep 06 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 6.2.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/ace/Makefile devel/ace/Makefile --- /usr/ports/devel/ace/Makefile 2013-09-05 01:46:36.000000000 +0900 +++ devel/ace/Makefile 2013-09-07 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/ace/Makefile 324191 2013-08-03 13:44:00Z mat $ PORTNAME= ace -PORTVERSION= 6.2.0 +PORTVERSION= 6.2.1 CATEGORIES= devel MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \ http://download.dre.vanderbilt.edu/previous_versions/ @@ -21,9 +21,8 @@ WRKSRC= ${WRKDIR}/ACE_wrappers USE_BZIP2= yes -USES= pkgconfig perl5 +USES= gmake perl5 pkgconfig USE_PERL5= build -USE_GMAKE= yes MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${WRKSRC}" \ CROSS-COMPILE=1 MAKEFILE= GNUmakefile diff -urN /usr/ports/devel/ace/distinfo devel/ace/distinfo --- /usr/ports/devel/ace/distinfo 2013-09-05 01:46:36.000000000 +0900 +++ devel/ace/distinfo 2013-09-07 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ACE-6.2.0.tar.bz2) = 750f0ddee3d7abd75fcd6a47c86b84e2455543f7a6db9710e68cef7ddc27365f -SIZE (ACE-6.2.0.tar.bz2) = 8026844 +SHA256 (ACE-6.2.1.tar.bz2) = 6178e8b9ff19dea19f77f038907c5ad4d702d0422c0102d7ec30b0ed639e8781 +SIZE (ACE-6.2.1.tar.bz2) = 8068391 diff -urN /usr/ports/devel/ace/pkg-plist devel/ace/pkg-plist --- /usr/ports/devel/ace/pkg-plist 2013-09-05 01:46:36.000000000 +0900 +++ devel/ace/pkg-plist 2013-09-07 00:00:00.000000000 +0900 @@ -1133,6 +1133,7 @@ include/ace/config-vxworks6.7.h include/ace/config-vxworks6.8.h include/ace/config-vxworks6.9.h +include/ace/config-win32-borland.h include/ace/config-win32-cegcc.h include/ace/config-win32-common.h include/ace/config-win32-dmc.h @@ -1380,6 +1381,7 @@ %%DATADIR%%/bin/MakeProjectCreator/config/acenosubsets.mpb %%DATADIR%%/bin/MakeProjectCreator/config/acexml.mpb %%DATADIR%%/bin/MakeProjectCreator/config/avoids_ace_for_tao.mpb +%%DATADIR%%/bin/MakeProjectCreator/config/bmake.features %%DATADIR%%/bin/MakeProjectCreator/config/conv_lib.mpb %%DATADIR%%/bin/MakeProjectCreator/config/core.mpb %%DATADIR%%/bin/MakeProjectCreator/config/crosscompile.mpb @@ -1419,6 +1421,7 @@ %%DATADIR%%/bin/MakeProjectCreator/config/vc10nmake.mpb %%DATADIR%%/bin/MakeProjectCreator/config/vc11.features %%DATADIR%%/bin/MakeProjectCreator/config/vc11nmake.mpb +%%DATADIR%%/bin/MakeProjectCreator/config/vc12nmake.mpb %%DATADIR%%/bin/MakeProjectCreator/config/vc71.features %%DATADIR%%/bin/MakeProjectCreator/config/vc8.features %%DATADIR%%/bin/MakeProjectCreator/config/vc8nmake.mpb >Release-Note: >Audit-Trail: >Unformatted: