Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2000 12:12:19 -0800 (PST)
From:      yasuf@big.or.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16888: Update port: ftp/ftpmirror
Message-ID:  <200002212012.MAA17550@freefall.freebsd.org>

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

>Number:         16888
>Category:       ports
>Synopsis:       Update port: ftp/ftpmirror
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 21 12:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro Fukuma
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:
>Description:
This patch contains:

  - Updates to ftpmirror-1.96.
  - Fix of the problem that rotate script doesn't work.

>How-To-Repeat:

>Fix:
Index: ftpmirror/Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/ftpmirror/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ftpmirror/Makefile	1999/08/25 05:55:06	1.3
+++ ftpmirror/Makefile	2000/02/20 16:31:14
@@ -1,14 +1,14 @@
 # New ports collection makefile for:	ftpmirror
-# Version required:	1.95
+# Version required:	1.96
 # Date created:		10 January 1999
 # Whom:			Yasuhiro Fukuma <yasuf@big.or.jp>
 #
 # $FreeBSD: ports/ftp/ftpmirror/Makefile,v 1.3 1999/08/25 05:55:06 obrien Exp $
 #
 
-DISTNAME=	ftpmirror-1.95
+DISTNAME=	ftpmirror-1.96
 CATEGORIES=	ftp
-MASTER_SITES=	ftp://ftp.intec.co.jp/pub/utils/ftpmirror/alpha/
+MASTER_SITES=	ftp://ftp.intec.co.jp/pub/utils/ftpmirror/beta/
 
 MAINTAINER=	yasuf@big.or.jp
 
@@ -19,7 +19,9 @@
 
 post-configure:
 	perl -i.bak -pe 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Fan/Fan.pm
-	perl -i.bak -pe 's,^#!.*$$,#!${PERL}, if $$. == 1' ${WRKSRC}/ftpmirror
+.for f in ftpmirror rotate
+	perl -i.bak -pe 's,^#!.*$$,#!${PERL}, if $$. == 1' ${WRKSRC}/${f}
+.endfor
 
 post-install:
 .if !defined(NOPORTDOCS)
Index: ftpmirror/files/md5
===================================================================
RCS file: /home/ncvs/ports/ftp/ftpmirror/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- ftpmirror/files/md5	1999/03/19 07:08:30	1.1.1.1
+++ ftpmirror/files/md5	2000/01/12 04:14:35
@@ -1 +1 @@
-MD5 (ftpmirror-1.95.tar.gz) = fa8f096b8efde248bae580ee513dc621
+MD5 (ftpmirror-1.96.tar.gz) = 139344a5fe6fd8c49cbdefab8d8c4103
Index: ftpmirror/patches/patch-aa
===================================================================
RCS file: /home/ncvs/ports/ftp/ftpmirror/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- ftpmirror/patches/patch-aa	1999/03/19 07:08:30	1.1.1.1
+++ ftpmirror/patches/patch-aa	2000/01/12 04:29:10
@@ -1,12 +1,11 @@
---- Fan/Fan.pm.orig	Sat Sep 19 12:57:26 1998
-+++ Fan/Fan.pm	Sun Jan 10 03:43:34 1999
-@@ -48,8 +48,7 @@
+--- Fan/Fan.pm.orig	Sun Nov 21 17:24:27 1999
++++ Fan/Fan.pm	Wed Jan 12 13:28:20 2000
+@@ -48,7 +48,7 @@
  
  ;# Where configuration files are.
  BEGIN {
--	use Config;
--	$sysconfdir = "$Config{prefix}/etc";
-+	$sysconfdir = "%%PREFIX%%/etc";
+-	$sysconfdir = "/usr/local/etc";
++	$sysconfdir = '%%PREFIX%%';
  }
  
  ;#


>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?200002212012.MAA17550>