From nobody@FreeBSD.org  Tue Aug  6 17:54:25 2013
Return-Path: <nobody@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 094BC36D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Aug 2013 17:54:25 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id EA9E32C2D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Aug 2013 17:54:24 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r76HsOvZ025681
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 6 Aug 2013 17:54:24 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r76HsO7O025675;
	Tue, 6 Aug 2013 17:54:24 GMT
	(envelope-from nobody)
Message-Id: <201308061754.r76HsO7O025675@oldred.freebsd.org>
Date: Tue, 6 Aug 2013 17:54:24 GMT
From: Fernando <fernando.apesteguia@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] update lang/basic256 to 0.9.9.64
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181094
>Category:       ports
>Synopsis:       [maintainer update] update lang/basic256 to 0.9.9.64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 06 18:00:00 UTC 2013
>Closed-Date:    Sun Aug 25 09:15:16 UTC 2013
>Last-Modified:  Sun Aug 25 09:20:00 UTC 2013
>Originator:     Fernando
>Release:        9.1-RELEASE
>Organization:
Open Sistemas
>Environment:
FreeBSD beastie 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Tue Jun 11 18:21:20 CEST 2013     root@beastie:/usr/obj/usr/src/sys/APEKERNEL-9.1  amd64

>Description:
Update lang/basic256 to 0.9.9.64

There is no official release notes and the upstream project didn't provide any other information besides some "There are a few minor changes but the big ones plug a couple of memory leaks with arrays and variables"
>How-To-Repeat:

>Fix:
Apply the attached patch.

It's been tested on redports.org for amd64[1] and i386[2]

Notice that I had to add MAKE_JOBS_UNSAFE=yes since it doesn't seem safe to build the port in parellel.

[1]https://redports.org/~fernape/20130805210600-59856-136118/basic256-0.9.9.64.log
[2]https://redports.org/~fernape/20130805210600-59856-136119/basic256-0.9.9.64.log

Patch attached with submission follows:

diff -ruN /usr/ports/lang/basic256/Makefile lang/basic256/Makefile
--- /usr/ports/lang/basic256/Makefile	2013-04-26 08:31:53.000000000 +0200
+++ lang/basic256/Makefile	2013-08-05 23:15:26.000000000 +0200
@@ -1,8 +1,8 @@
 # Created by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
-# $FreeBSD: lang/basic256/Makefile 316570 2013-04-26 06:31:53Z miwi $
+# $FreeBSD: lang/basic256/Makefile 313635 2013-03-08 11:32:11Z bapt $
 
 PORTNAME=	basic256
-PORTVERSION=	0.9.9.58
+PORTVERSION=	0.9.9.64
 CATEGORIES=	lang
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	kidbasic/${PORTNAME}
@@ -24,6 +24,8 @@
 USE_DOS2UNIX=	yes
 HAS_CONFIGURE=	yes
 
+MAKE_JOBS_UNSAFE=yes
+
 do-configure:
 	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
 	${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro
diff -ruN /usr/ports/lang/basic256/distinfo lang/basic256/distinfo
--- /usr/ports/lang/basic256/distinfo	2013-04-26 08:31:53.000000000 +0200
+++ lang/basic256/distinfo	2013-08-05 17:59:38.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (basic256_0.9.9.58.tgz) = d4f72d7bd4e73b9d8754d7e083fafff199b9e7d9d5330b2f1909308d3b1fa3b5
-SIZE (basic256_0.9.9.58.tgz) = 1684680
+SHA256 (basic256_0.9.9.64.tgz) = 8a3a5f919502d98329e3922eb656d76bd69142e7bbb31c8cf5d78af1fbd3b991
+SIZE (basic256_0.9.9.64.tgz) = 1919053
diff -ruN /usr/ports/lang/basic256/pkg-plist lang/basic256/pkg-plist
--- /usr/ports/lang/basic256/pkg-plist	2013-04-26 08:31:53.000000000 +0200
+++ lang/basic256/pkg-plist	2013-08-05 18:40:53.000000000 +0200
@@ -803,10 +803,16 @@
 %%DATADIR%%/help/graphicsutilitiesstampmaker.html
 %%DATADIR%%/help/graphicsutility.html
 %%DATADIR%%/help/index.html
+%%DATADIR%%/help/jp_start.html
+%%DATADIR%%/help/lib/exe/alert.png
 %%DATADIR%%/help/lib/exe/arc_example.png
 %%DATADIR%%/help/lib/exe/basic256.png
 %%DATADIR%%/help/lib/exe/chord_example.png
+%%DATADIR%%/help/lib/exe/circle.png
+%%DATADIR%%/help/lib/exe/color.png
+%%DATADIR%%/help/lib/exe/confirm.png
 %%DATADIR%%/help/lib/exe/css1353871590.css
+%%DATADIR%%/help/lib/exe/css1364650667.css
 %%DATADIR%%/help/lib/exe/de.png
 %%DATADIR%%/help/lib/exe/en.png
 %%DATADIR%%/help/lib/exe/en_cir.png
@@ -835,8 +841,13 @@
 %%DATADIR%%/help/lib/exe/fr_cos.jpg
 %%DATADIR%%/help/lib/exe/fr_sin.jpg
 %%DATADIR%%/help/lib/exe/fr_tan.jpg
+%%DATADIR%%/help/lib/exe/gamesballoons.png
+%%DATADIR%%/help/lib/exe/gamescopycat.png
+%%DATADIR%%/help/lib/exe/gamesspinner.png
+%%DATADIR%%/help/lib/exe/graphicsutilitiesstamp2sprite.png
 %%DATADIR%%/help/lib/exe/jmreneau_mobius.png
 %%DATADIR%%/help/lib/exe/jmreneau_morie.png
+%%DATADIR%%/help/lib/exe/line.png
 %%DATADIR%%/help/lib/exe/nl.png
 %%DATADIR%%/help/lib/exe/nl_array.png
 %%DATADIR%%/help/lib/exe/nl_arrays_disp.png
@@ -855,7 +866,9 @@
 %%DATADIR%%/help/lib/exe/nl_wrong_string.png
 %%DATADIR%%/help/lib/exe/opensearch.php
 %%DATADIR%%/help/lib/exe/pie_chart.png
+%%DATADIR%%/help/lib/exe/prompt.png
 %%DATADIR%%/help/lib/exe/pt.png
+%%DATADIR%%/help/lib/exe/rect.png
 %%DATADIR%%/help/lib/exe/ro.png
 %%DATADIR%%/help/lib/exe/ru.png
 %%DATADIR%%/help/lib/exe/ru_cir.png
@@ -865,6 +878,7 @@
 %%DATADIR%%/help/lib/exe/ru_radians.png
 %%DATADIR%%/help/lib/exe/ru_stamp.png
 %%DATADIR%%/help/lib/exe/sp.png
+%%DATADIR%%/help/lib/exe/stampmaker.png
 %%DATADIR%%/help/lib/images/license/button/cc-by-nc-sa.png
 %%DATADIR%%/help/lib/images/smileys/fixme.gif
 %%DATADIR%%/help/lib/images/smileys/icon_exclaim.gif


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vg 
Responsible-Changed-By: vg 
Responsible-Changed-When: Wed Aug 7 11:05:30 UTC 2013 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181094 
State-Changed-From-To: open->closed 
State-Changed-By: vg 
State-Changed-When: Sun Aug 25 09:15:15 UTC 2013 
State-Changed-Why:  
Committed, thank you! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/181094: commit references a PR
Date: Sun, 25 Aug 2013 09:14:46 +0000 (UTC)

 Author: vg
 Date: Sun Aug 25 09:14:39 2013
 New Revision: 325334
 URL: http://svnweb.freebsd.org/changeset/ports/325334
 
 Log:
   - Update to 0.9.9.64
   
   PR:		ports/181094
   Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
   Approved by:	eadler (mentor)
 
 Modified:
   head/lang/basic256/Makefile
   head/lang/basic256/distinfo
   head/lang/basic256/pkg-plist
 
 Modified: head/lang/basic256/Makefile
 ==============================================================================
 --- head/lang/basic256/Makefile	Sun Aug 25 09:07:50 2013	(r325333)
 +++ head/lang/basic256/Makefile	Sun Aug 25 09:14:39 2013	(r325334)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	basic256
 -PORTVERSION=	0.9.9.58
 +PORTVERSION=	0.9.9.64
  CATEGORIES=	lang
  MASTER_SITES=	SF
  MASTER_SITE_SUBDIR=	kidbasic/${PORTNAME}
 @@ -24,6 +24,8 @@ USE_QT4=	corelib gui network xml webkit 
  USE_DOS2UNIX=	yes
  HAS_CONFIGURE=	yes
  
 +MAKE_JOBS_UNSAFE=yes
 +
  do-configure:
  	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
  	${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro
 
 Modified: head/lang/basic256/distinfo
 ==============================================================================
 --- head/lang/basic256/distinfo	Sun Aug 25 09:07:50 2013	(r325333)
 +++ head/lang/basic256/distinfo	Sun Aug 25 09:14:39 2013	(r325334)
 @@ -1,2 +1,2 @@
 -SHA256 (basic256_0.9.9.58.tgz) = d4f72d7bd4e73b9d8754d7e083fafff199b9e7d9d5330b2f1909308d3b1fa3b5
 -SIZE (basic256_0.9.9.58.tgz) = 1684680
 +SHA256 (basic256_0.9.9.64.tgz) = 8a3a5f919502d98329e3922eb656d76bd69142e7bbb31c8cf5d78af1fbd3b991
 +SIZE (basic256_0.9.9.64.tgz) = 1919053
 
 Modified: head/lang/basic256/pkg-plist
 ==============================================================================
 --- head/lang/basic256/pkg-plist	Sun Aug 25 09:07:50 2013	(r325333)
 +++ head/lang/basic256/pkg-plist	Sun Aug 25 09:14:39 2013	(r325334)
 @@ -803,10 +803,16 @@ bin/BASIC256
  %%DATADIR%%/help/graphicsutilitiesstampmaker.html
  %%DATADIR%%/help/graphicsutility.html
  %%DATADIR%%/help/index.html
 +%%DATADIR%%/help/jp_start.html
 +%%DATADIR%%/help/lib/exe/alert.png
  %%DATADIR%%/help/lib/exe/arc_example.png
  %%DATADIR%%/help/lib/exe/basic256.png
  %%DATADIR%%/help/lib/exe/chord_example.png
 +%%DATADIR%%/help/lib/exe/circle.png
 +%%DATADIR%%/help/lib/exe/color.png
 +%%DATADIR%%/help/lib/exe/confirm.png
  %%DATADIR%%/help/lib/exe/css1353871590.css
 +%%DATADIR%%/help/lib/exe/css1364650667.css
  %%DATADIR%%/help/lib/exe/de.png
  %%DATADIR%%/help/lib/exe/en.png
  %%DATADIR%%/help/lib/exe/en_cir.png
 @@ -835,8 +841,13 @@ bin/BASIC256
  %%DATADIR%%/help/lib/exe/fr_cos.jpg
  %%DATADIR%%/help/lib/exe/fr_sin.jpg
  %%DATADIR%%/help/lib/exe/fr_tan.jpg
 +%%DATADIR%%/help/lib/exe/gamesballoons.png
 +%%DATADIR%%/help/lib/exe/gamescopycat.png
 +%%DATADIR%%/help/lib/exe/gamesspinner.png
 +%%DATADIR%%/help/lib/exe/graphicsutilitiesstamp2sprite.png
  %%DATADIR%%/help/lib/exe/jmreneau_mobius.png
  %%DATADIR%%/help/lib/exe/jmreneau_morie.png
 +%%DATADIR%%/help/lib/exe/line.png
  %%DATADIR%%/help/lib/exe/nl.png
  %%DATADIR%%/help/lib/exe/nl_array.png
  %%DATADIR%%/help/lib/exe/nl_arrays_disp.png
 @@ -855,7 +866,9 @@ bin/BASIC256
  %%DATADIR%%/help/lib/exe/nl_wrong_string.png
  %%DATADIR%%/help/lib/exe/opensearch.php
  %%DATADIR%%/help/lib/exe/pie_chart.png
 +%%DATADIR%%/help/lib/exe/prompt.png
  %%DATADIR%%/help/lib/exe/pt.png
 +%%DATADIR%%/help/lib/exe/rect.png
  %%DATADIR%%/help/lib/exe/ro.png
  %%DATADIR%%/help/lib/exe/ru.png
  %%DATADIR%%/help/lib/exe/ru_cir.png
 @@ -865,6 +878,7 @@ bin/BASIC256
  %%DATADIR%%/help/lib/exe/ru_radians.png
  %%DATADIR%%/help/lib/exe/ru_stamp.png
  %%DATADIR%%/help/lib/exe/sp.png
 +%%DATADIR%%/help/lib/exe/stampmaker.png
  %%DATADIR%%/help/lib/images/license/button/cc-by-nc-sa.png
  %%DATADIR%%/help/lib/images/smileys/fixme.gif
  %%DATADIR%%/help/lib/images/smileys/icon_exclaim.gif
 _______________________________________________
 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"
 
>Unformatted:
