Skip site navigation (1)Skip section navigation (2)
Date:      07 Mar 2001 17:23:59 +0100
From:      Rasmus Kaj <kaj@raditex.se>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Rasmus Kaj <kaj@raditex.se>
Subject:   ports/25588: MAINTAINER UPDATE: www/webredirect
Message-ID:  <84d7bttun4.fsf@frodo.sickla.raditex.se>

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

>Number:         25588
>Category:       ports
>Synopsis:       MAINTAINER UPDATE: www/webredirect
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 08:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Rasmus Kaj
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
Raditex AB
>Environment:

	Up-to-date ports collection

>Description:

	webredirect-0.1 contained a serious bug, an important parameter
was actually unused.  This is a fix from the author / maintainer.

	At the same time, I would like my email changed, as the one
mentioned in the port now probably wont work much longer.

>How-To-Repeat:

	N/A

>Fix:

	Apply the following diff

Index: webredirect/Makefile
===================================================================
RCS file: /usr3/repository/ports/www/webredirect/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2001/02/05 15:33:56	1.2
+++ Makefile	2001/03/07 14:55:53
@@ -6,16 +6,18 @@
 #
 
 PORTNAME=	webredirect
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	www
-MASTER_SITES=	ftp://ftp.Raditex.se/pub/kaj/
+MASTER_SITES=	ftp://Raditex.se/pub/kaj/
 
-MAINTAINER=	kaj@Raditex.se
+MAINTAINER=	rasmus@kaj.se
 
 MAN1=		webredirect.1
 
 .include <bsd.port.pre.mk>
 
+do-configure:
+	${TOUCH} ${WRKSRC}/incu/depend.mk && cd ${WRKSRC} && ${MAKE} depend
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/webredirect ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/webredirect.1 ${PREFIX}/man/man1
Index: webredirect/distinfo
===================================================================
RCS file: /usr3/repository/ports/www/webredirect/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2000/10/28 06:09:54	1.1
+++ distinfo	2001/03/07 14:55:53
@@ -1 +1 @@
-MD5 (webredirect-0.1.tar.gz) = 91006560caaa6aaa4203ee7bd00d36a4
+MD5 (webredirect-0.2.tar.gz) = c4bf0a99d0482124fecd558c27cfbd53
----------

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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