Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2010 12:19:37 GMT
From:      Vitaly Mageyra <vmagerya@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144001: [maintainer] lang/stklos: update master site
Message-ID:  <201002161219.o1GCJb3h094997@www.freebsd.org>
Resent-Message-ID: <201002161220.o1GCK2qR021056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144001
>Category:       ports
>Synopsis:       [maintainer] lang/stklos: update master site
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 16 12:20:02 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002161219.o1GCJb3h094997>