Bug 183796

Summary: Update devel/yajl-tcl to 1.4
Product: Ports & Packages Reporter: jeff.lawson
Component: Individual Port(s)Assignee: freebsd-tcltk (Nobody) <tcltk>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
yajl-tcl-1.4-port.diff none

Description jeff.lawson 2013-11-08 18:40:00 UTC
	Update port to current version containing bugfixes for memory leaks.

Fix: Update port to current version containing bugfixes for memory leaks.
How-To-Repeat: 	n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-08 18:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tcltk

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-11-08 23:26:49 UTC
Author: gahr
Date: Fri Nov  8 23:26:41 2013
New Revision: 333269
URL: http://svnweb.freebsd.org/changeset/ports/333269

Log:
  - Update to 1.4
  
    * Fixed memory leaks
    * Fixed a warning due to an imprecise function signature
  
  PR:		183796
  Submitted by:	Jeff Lawson <jeff.lawson@flightaware.com>

Modified:
  head/devel/yajl-tcl/Makefile
  head/devel/yajl-tcl/distinfo

Modified: head/devel/yajl-tcl/Makefile
==============================================================================
--- head/devel/yajl-tcl/Makefile	Fri Nov  8 23:08:10 2013	(r333268)
+++ head/devel/yajl-tcl/Makefile	Fri Nov  8 23:26:41 2013	(r333269)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yajl-tcl
-PORTVERSION=	1.3
+PORTVERSION=	1.4
 CATEGORIES=	devel
 
 MAINTAINER=	tcltk@FreeBSD.org
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libyajl.so:${PORTSDIR}/deve
 USE_GITHUB=	yes
 GH_ACCOUNT=	flightaware
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	eab11f1
+GH_COMMIT=	06b7c59
 
 USES+=		tcl:85+
 USE_AUTOTOOLS=	autoconf

Modified: head/devel/yajl-tcl/distinfo
==============================================================================
--- head/devel/yajl-tcl/distinfo	Fri Nov  8 23:08:10 2013	(r333268)
+++ head/devel/yajl-tcl/distinfo	Fri Nov  8 23:26:41 2013	(r333269)
@@ -1,2 +1,2 @@
-SHA256 (yajl-tcl-1.3.tar.gz) = 14eb3068158ad1853dc95190156d3fa78b0b67826803086ad955112c2a93ded1
-SIZE (yajl-tcl-1.3.tar.gz) = 483253
+SHA256 (yajl-tcl-1.4.tar.gz) = d146449cf7ffe648098c970b639338e45346a820a7de4d3266fdc7af61b0b610
+SIZE (yajl-tcl-1.4.tar.gz) = 483671
_______________________________________________
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"
Comment 3 Pietro Cerutti freebsd_committer freebsd_triage 2013-11-08 23:28:13 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!