Bug 179064 - devel/ace: Update to version 6.2.0
Summary: devel/ace: Update to version 6.2.0
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 19:40 UTC by tkato432
Modified: 2013-05-29 06:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.62 KB, patch)
2013-05-28 19:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-05-28 19:40:03 UTC
- Update to version 6.2.0

New file:
files/patch-tests__TkReactor_Test.cpp
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-28 19:40:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-05-29 06:23:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-29 06:23:49 UTC
Author: miwi
Date: Wed May 29 05:23:40 2013
New Revision: 319341
URL: http://svnweb.freebsd.org/changeset/ports/319341

Log:
  - Update to 6.2.0
  
  PR:		179064
  Submitted by:	Ports Fury

Added:
  head/devel/ace/files/patch-tests__TkReactor_Test.cpp   (contents, props changed)
Modified:
  head/devel/ace/Makefile
  head/devel/ace/distinfo

Modified: head/devel/ace/Makefile
==============================================================================
--- head/devel/ace/Makefile	Wed May 29 05:23:13 2013	(r319340)
+++ head/devel/ace/Makefile	Wed May 29 05:23:40 2013	(r319341)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ace
-PORTVERSION=	6.1.9
+PORTVERSION=	6.2.0
 CATEGORIES=	devel
 MASTER_SITES=	ftp://download.dre.vanderbilt.edu/previous_versions/ \
 		http://download.dre.vanderbilt.edu/previous_versions/

Modified: head/devel/ace/distinfo
==============================================================================
--- head/devel/ace/distinfo	Wed May 29 05:23:13 2013	(r319340)
+++ head/devel/ace/distinfo	Wed May 29 05:23:40 2013	(r319341)
@@ -1,2 +1,2 @@
-SHA256 (ACE-6.1.9.tar.bz2) = 6388b44d3b38947ccde1062764f88516f225a5333fd043403cb28ed9e9b54fe6
-SIZE (ACE-6.1.9.tar.bz2) = 8023410
+SHA256 (ACE-6.2.0.tar.bz2) = 750f0ddee3d7abd75fcd6a47c86b84e2455543f7a6db9710e68cef7ddc27365f
+SIZE (ACE-6.2.0.tar.bz2) = 8026844

Added: head/devel/ace/files/patch-tests__TkReactor_Test.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ace/files/patch-tests__TkReactor_Test.cpp	Wed May 29 05:23:40 2013	(r319341)
@@ -0,0 +1,11 @@
+--- tests/TkReactor_Test.cpp.orig
++++ tests/TkReactor_Test.cpp
+@@ -248,7 +248,7 @@
+   tk = Tk_MainWindow(tcl_interp);
+   if (tk == 0)
+     {
+-      ACE_ERROR_RETURN ((LM_ERROR, "Tk_Reactor_Test: %s\n", tcl_interp->result),1);
++      ACE_ERROR_RETURN ((LM_ERROR, "Tk_Reactor_Test: %s\n", Tcl_GetStringResult(tcl_interp)),1);
+     }
+ 
+   char tcl_cmd[] = "source TkReactor_Test.tcl";
_______________________________________________
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"