ports/144001: [maintainer] lang/stklos: update master site

Vitaly Mageyra vmagerya at gmail.com
Tue Feb 16 12:20:03 UTC 2010


>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 at gmail.com
@@ -38,7 +38,7 @@
 	@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/doc/Makefile.in
 	@${REINPLACE_CMD} -e 's|- at 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:



More information about the freebsd-ports-bugs mailing list