From nobody@FreeBSD.org  Tue Feb 16 12:19:37 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E305E106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Feb 2010 12:19:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D2E678FC2B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Feb 2010 12:19:37 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1GCJbBD094998
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Feb 2010 12:19:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1GCJb3h094997;
	Tue, 16 Feb 2010 12:19:37 GMT
	(envelope-from nobody)
Message-Id: <201002161219.o1GCJb3h094997@www.freebsd.org>
Date: Tue, 16 Feb 2010 12:19:37 GMT
From: Vitaly Mageyra <vmagerya@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer] lang/stklos: update master site
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144001
>Category:       ports
>Synopsis:       [maintainer] lang/stklos: update master site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 16 12:20:02 UTC 2010
>Closed-Date:    Tue Mar 09 08:02:13 UTC 2010
>Last-Modified:  Tue Mar  9 08:10:01 UTC 2010
>Originator:     Vitaly Mageyra
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
STklos moved from stklos.org to stklos.net, and the former now belongs
to someone else. The attached patch updates this information.

Also, the attached patch changes wget to fetch in stklos-install, so
you wouldn't have to fetch packages manually when there's no wget
around. This is a small but unrelated change; should I submit these
kind of changes separately from now on?
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN stklos.orig/Makefile stklos/Makefile
--- stklos.orig/Makefile	2010-02-16 13:14:13.000000000 +0000
+++ stklos/Makefile	2010-02-16 13:50:38.000000000 +0000
@@ -7,9 +7,9 @@
 
 PORTNAME=	stklos
 PORTVERSION=	0.98
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang scheme
-MASTER_SITES=	http://www.stklos.org/download/ \
+MASTER_SITES=	http://www.stklos.net/download/ \
 		ftp://kaolin.essi.fr/pub/STklos/
 
 MAINTAINER=	vmagerya@gmail.com
@@ -38,7 +38,7 @@
 	@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/doc/Makefile.in
 	@${REINPLACE_CMD} -e 's|-@VERSION@||' ${WRKSRC}/doc/Makefile.in
 	@${REINPLACE_CMD} -e '/&&/s|make|gmake|; /&&/s|configure|./configure|' \
-		${WRKSRC}/utils/stklos-install
+		-e 's|wget|fetch|' ${WRKSRC}/utils/stklos-install
 
 .if defined(NOPORTDOCS)
 	@${REINPLACE_CMD} -E -e 's/^(install-data-am:).*/\1 install-man install-schemeDATA/' \
diff -ruN stklos.orig/pkg-descr stklos/pkg-descr
--- stklos.orig/pkg-descr	2010-02-16 13:14:13.000000000 +0000
+++ stklos/pkg-descr	2010-02-16 13:14:53.000000000 +0000
@@ -4,4 +4,4 @@
 be compiled as a library, so that one can easily embed it in an
 application.
 
-WWW: http://www.stklos.org/
+WWW: http://www.stklos.net/


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Feb 16 12:43:11 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: Vitaly Magerya <vmagerya@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144001: [maintainer] lang/stklos: update master site
Date: Tue, 16 Feb 2010 15:50:40 +0200

 This is a multi-part message in MIME format.
 --------------080708080908050802060408
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Skip the previous patch, use this one instead.
 
 --------------080708080908050802060408
 Content-Type: text/plain;
  name="stklos-0.98_1.diff.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="stklos-0.98_1.diff.txt"
 
 diff -ruN stklos.orig/Makefile stklos/Makefile
 --- stklos.orig/Makefile	2010-02-16 13:14:13.000000000 +0000
 +++ stklos/Makefile	2010-02-16 15:44:55.000000000 +0000
 @@ -7,9 +7,9 @@
  
  PORTNAME=	stklos
  PORTVERSION=	0.98
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	lang scheme
 -MASTER_SITES=	http://www.stklos.org/download/ \
 +MASTER_SITES=	http://www.stklos.net/download/ \
  		ftp://kaolin.essi.fr/pub/STklos/
  
  MAINTAINER=	vmagerya@gmail.com
 @@ -38,7 +38,9 @@
  	@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/doc/Makefile.in
  	@${REINPLACE_CMD} -e 's|-@VERSION@||' ${WRKSRC}/doc/Makefile.in
  	@${REINPLACE_CMD} -e '/&&/s|make|gmake|; /&&/s|configure|./configure|' \
 -		${WRKSRC}/utils/stklos-install
 +		-e 's|wget|fetch|' ${WRKSRC}/utils/stklos-install
 +	@${REINPLACE_CMD} -e 's|stklos\.org|stklos.net|' \
 +		${WRKSRC}/pkgman/params.stk
  
  .if defined(NOPORTDOCS)
  	@${REINPLACE_CMD} -E -e 's/^(install-data-am:).*/\1 install-man install-schemeDATA/' \
 diff -ruN stklos.orig/pkg-descr stklos/pkg-descr
 --- stklos.orig/pkg-descr	2010-02-16 13:14:13.000000000 +0000
 +++ stklos/pkg-descr	2010-02-16 13:14:53.000000000 +0000
 @@ -4,4 +4,4 @@
  be compiled as a library, so that one can easily embed it in an
  application.
  
 -WWW: http://www.stklos.org/
 +WWW: http://www.stklos.net/
 
 
 --------------080708080908050802060408--
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Mar 9 08:02:11 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144001: commit references a PR
Date: Tue,  9 Mar 2010 08:02:12 +0000 (UTC)

 miwi        2010-03-09 08:02:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     lang/stklos          Makefile 
   Log:
   - Update MASTER_SITES
   
   PR:             144001
   Submitted by:   Vitaly Mageyra <vmagerya@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.17      +1 -1      ports/lang/stklos/Makefile
 _______________________________________________
 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:
