From mutoh@sacraya.610t.org  Thu May 31 02:24:55 2012
Return-Path: <mutoh@sacraya.610t.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 46C5B1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 May 2012 02:24:55 +0000 (UTC)
	(envelope-from mutoh@sacraya.610t.org)
Received: from sacraya.610t.org (unknown [IPv6:2002:d2ab:8d03::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 825B38FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 May 2012 02:24:52 +0000 (UTC)
Received: from sacraya.610t.org (sacraya2 [127.0.0.1])
	by sacraya.610t.org (Postfix) with ESMTP id 1488978C3B;
	Thu, 31 May 2012 11:24:51 +0900 (JST)
Received: from sacraya.610t.org ([127.0.0.1])
	by sacraya.610t.org (sacraya.610t.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 87j-iUmjl73F; Thu, 31 May 2012 11:24:45 +0900 (JST)
Received: by sacraya.610t.org (Postfix, from userid 1001)
	id B1CEB78C59; Thu, 31 May 2012 11:24:45 +0900 (JST)
Message-Id: <20120531022445.B1CEB78C59@sacraya.610t.org>
Date: Thu, 31 May 2012 11:24:45 +0900 (JST)
From: Takeshi MUTOH <mutoh@openedu.org>
Reply-To: Takeshi MUTOH <mutoh@openedu.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Takeshi MUTOH <mutoh@openedu.org>
Subject: Maintainer Update: lang/squeak version up to 4.4.7-2383, now ARCH amd64 support.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168483
>Category:       ports
>Synopsis:       Maintainer Update: lang/squeak version up to 4.4.7-2383, now ARCH amd64 support.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    zi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 31 02:30:06 UTC 2012
>Closed-Date:    Sun Jun 24 15:03:56 UTC 2012
>Last-Modified:  Sun Jun 24 15:10:08 UTC 2012
>Originator:     Takeshi MUTOH <mutoh@openedu.org>
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
610t
>Environment:
System: FreeBSD sacraya.610t.org 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr 9 21:47:23 UTC 2012 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


>Description:
Upgrade lang/squeak port to 4.4.7-2383.
- Now ARCH amd64 has supported.
- Change the place of SqueakV41.sources, where squeakvm search it.

>How-To-Repeat:
This is update request.
So no problem to repeat.

>Fix:
Please apply patch below:

diff -ruN /usr/ports/lang/squeak/Makefile squeak/Makefile
--- /usr/ports/lang/squeak/Makefile	2012-05-14 23:09:40.000000000 +0900
+++ squeak/Makefile	2012-05-28 16:27:43.000000000 +0900
@@ -2,12 +2,12 @@
 # Date created:        			12 October 2001
 # Whom:                			roland.jesse@gmx.net
 #
-# $FreeBSD: ports/lang/squeak/Makefile,v 1.24 2012/05/14 14:09:40 pawel Exp $
+# $FreeBSD: ports/lang/squeak/Makefile,v 1.23 2012/04/20 17:18:25 jgh Exp $
 #
 
 PORTNAME=		squeak
 PORTVERSION=		4.4.7
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		lang
 ##################################################
 MASTER_SITES=		http://www.squeakvm.org/unix/release/:vmsrc \
@@ -36,7 +36,7 @@
 
 ##################################################
 VM_VERSION=		${PORTVERSION}.${SVNVERSION}
-SVNVERSION=		2375
+SVNVERSION=		2383
 IMAGEVERSION=		4.3
 SQUEAK_LIB_DIR=		${PORTVERSION}-${SVNVERSION}
 
@@ -44,7 +44,7 @@
 
 ##################################################
 DIST_SUBDIR=		squeak
-ONLY_FOR_ARCHS=		i386
+ONLY_FOR_ARCHS=		i386 amd64
 MAN1=			squeak.1
 USE_GMAKE=		yes
 USE_GL=			gl
@@ -93,7 +93,7 @@
 
 ##################################################
 post-install:
-	(cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} SqueakV41.sources ${PREFIX}/lib/squeak/)
+	(cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} SqueakV41.sources ${PREFIX}/lib/squeak/${SQUEAK_LIB_DIR}/)
 	(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -u Squeak${IMAGEVERSION}.zip -d ${WRKDIR})
 .for f in ${IMAGES}
 	(cd ${WRKDIR} && ${INSTALL_DATA} ${f} ${PREFIX}/lib/squeak/)
diff -ruN /usr/ports/lang/squeak/distinfo squeak/distinfo
--- /usr/ports/lang/squeak/distinfo	2012-04-21 02:18:25.000000000 +0900
+++ squeak/distinfo	2012-05-28 16:14:06.000000000 +0900
@@ -1,5 +1,5 @@
-SHA256 (squeak/Squeak-4.4.7.2375-src.tar.gz) = 1d6026dfec13c99b01709ab858be1bc78c939648923499fd97b6c9db1f2b2ab6
-SIZE (squeak/Squeak-4.4.7.2375-src.tar.gz) = 3614177
+SHA256 (squeak/Squeak-4.4.7.2383-src.tar.gz) = f8e049e70c185bc7cbf87265c71445557c6c0e9b79f82d50eff54f990e5da6ae
+SIZE (squeak/Squeak-4.4.7.2383-src.tar.gz) = 3585774
 SHA256 (squeak/Squeak4.3.zip) = 318ee202b10c7d0c2875dd44f121e299904d164acd3a7ff2c90d8818847b2a67
 SIZE (squeak/Squeak4.3.zip) = 8689484
 SHA256 (squeak/SqueakV41.sources) = 1e92730f6221ced584e0050844abec1bd69848b7963a6cbf3a67986b1ad6553c
diff -ruN /usr/ports/lang/squeak/pkg-plist squeak/pkg-plist
--- /usr/ports/lang/squeak/pkg-plist	2012-05-14 23:09:40.000000000 +0900
+++ squeak/pkg-plist	2012-05-28 14:33:26.000000000 +0900
@@ -27,8 +27,8 @@
 lib/squeak/%%SQUEAK_LIB_DIR%%/so.vm-sound-null
 lib/squeak/%%SQUEAK_LIB_DIR%%/so.vm-sound-pulse
 lib/squeak/%%SQUEAK_LIB_DIR%%/squeakvm
+lib/squeak/%%SQUEAK_LIB_DIR%%/SqueakV41.sources
 lib/squeak/Squeak4.3.changes
 lib/squeak/Squeak4.3.image
-lib/squeak/SqueakV41.sources
 @dirrm lib/squeak/%%SQUEAK_LIB_DIR%%
 @dirrm lib/squeak
>Release-Note:
>Audit-Trail:

From: Michael Scheidell <scheidell@FreeBSD.org>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/168483: Maintainer Update: lang/squeak version up to 4.4.7-2383,
 now ARCH amd64 support.
Date: Thu, 31 May 2012 02:53:24 -0400

 On 5/31/12 2:44 AM, Takeshi MUTOH wrote:
 >   # Date created:        			12 October 2001
 >   # Whom:                			roland.jesse@gmx.net
 >   #
 > -# $FreeBSD: ports/lang/squeak/Makefile,v 1.24 2012/05/14 14:09:40 pawel Exp $
 > +# $FreeBSD: $
 >   #
 yes, this is a big problem
 any time you see this line in a patch of yours, you make a mistake. any 
 time you see the header line, you edited the Makefile and touched wrong 
 places.
 The only time you change this to $FreeBSD: $ is for a NEW PORT, don't 
 touch this for patches to existing ports.
 
 please update your ports tree.
 
 please apply (manually the updates to your Makefile/distinfo and pkg-plist.
 
 please submit that to GNATS. (bug-followup@FreeBSD.org)
 
 If no one ever told you this before, then sorry,  they should have told 
 you 'Don't touch that line'
 
 -- 
 Michael Scheidell, CTO
  >*| * SECNAP Network Security Corporation
 d: +1.561.948.2259
 w: http://people.freebsd.org/~scheidell
Responsible-Changed-From-To: freebsd-ports-bugs->zi 
Responsible-Changed-By: zi 
Responsible-Changed-When: Sun Jun 24 11:42:08 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168483 
State-Changed-From-To: open->closed 
State-Changed-By: zi 
State-Changed-When: Sun Jun 24 15:03:54 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168483: commit references a PR
Date: Sun, 24 Jun 2012 15:03:50 +0000 (UTC)

 zi          2012-06-24 15:03:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/squeak          Makefile distinfo pkg-plist 
   Log:
   - Update to 4.4.7-2383
   - Add support for amd64
   
   PR:             ports/168483
   Submitted by:   Takeshi MUTOH <mutoh@openedu.org> (maintainer)
   
   Revision  Changes    Path
   1.26      +3 -3      ports/lang/squeak/Makefile
   1.9       +2 -2      ports/lang/squeak/distinfo
   1.12      +1 -1      ports/lang/squeak/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
