Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 2000 12:31:22 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/22057: Update port: ftp/yafc to 0.6.4
Message-ID:  <20001017193122.5D5F437B4CF@hub.freebsd.org>

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

>Number:         22057
>Category:       ports
>Synopsis:       Update port: ftp/yafc to 0.6.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 17 12:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.6.4
- Update MASTER_SITES and WWW:line of pkg-descr

Remove file:
patches/patch-ab  patches/patch-ac

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/ftp/yafc/Makefile ftp/yafc/Makefile
--- /usr/ports/ftp/yafc/Makefile	Tue Jul 11 21:02:05 2000
+++ ftp/yafc/Makefile	Mon Oct 16 19:59:11 2000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	yafc
-PORTVERSION=	0.5.6
+PORTVERSION=	0.6.4
 CATEGORIES=	ftp
-MASTER_SITES=	ftp://mayer.physto.se/pub/yafc/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -18,5 +19,10 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -lintl"
+
+MAN1=		yafc.1
+
+post-install:
+	@install-info ${PREFIX}/info/yafc.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
diff -urN /usr/ports/ftp/yafc/distinfo ftp/yafc/distinfo
--- /usr/ports/ftp/yafc/distinfo	Tue Jul 11 16:37:35 2000
+++ ftp/yafc/distinfo	Mon Oct 16 20:02:43 2000
@@ -1 +1 @@
-MD5 (yafc-0.5.6.tar.bz2) = cb3c72bae30a53c9f1f75b4b0b259603
+MD5 (yafc-0.6.4.tar.bz2) = 71b4c6466741ecc8c481e898d126eea0
diff -urN /usr/ports/ftp/yafc/files/patch-ab ftp/yafc/files/patch-ab
--- /usr/ports/ftp/yafc/files/patch-ab	Sun Sep 19 09:31:04 1999
+++ ftp/yafc/files/patch-ab	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- Makefile.in.orig	Sat Sep 18 17:16:01 1999
-+++ Makefile.in	Sat Sep 18 17:16:04 1999
-@@ -88,7 +88,7 @@
- EXTRA_DIST = ABOUT-NLS BUGS THANKS acconfig.h              yafcrc.sample inputrc.sample
- 
- 
--SUBDIRS = intl po doc lib src
-+SUBDIRS = intl po lib src
- 
- CLEANFILES = *~ \#*\#
- DISTCLEANFILES = build
diff -urN /usr/ports/ftp/yafc/files/patch-ac ftp/yafc/files/patch-ac
--- /usr/ports/ftp/yafc/files/patch-ac	Mon Oct 16 12:56:24 2000
+++ ftp/yafc/files/patch-ac	Thu Jan  1 09:00:00 1970
@@ -1,12 +0,0 @@
---- src/main.c.orig	Sun Oct 15 20:34:25 2000
-+++ src/main.c	Sun Oct 15 20:34:57 2000
-@@ -319,7 +319,9 @@
- 	bindtextdomain(PACKAGE, LOCALEDIR);
- 	textdomain(PACKAGE);
- #endif
-+#ifndef HAVE_SETPROCTITLE
- 	initsetproctitle(argc, argv, envp);
-+#endif
- 
- 	while((c = getopt_long(argc, argv, "qhdDganNt::r:uUkKpvVw:", longopts, 0)) != EOF) {
- 		switch(c) {
diff -urN /usr/ports/ftp/yafc/pkg-descr ftp/yafc/pkg-descr
--- /usr/ports/ftp/yafc/pkg-descr	Sat Jun 19 17:26:01 1999
+++ ftp/yafc/pkg-descr	Sat Oct 14 01:40:02 2000
@@ -2,4 +2,4 @@
 Directory cache, remote filename completion, aliases, colored ls,
 recursive get/put/ls/rm, nohup mode transfers, and more!
 
-WWW: http://www.stacken.kth.se/~mhe/yafc/
+WWW: http://yafc.sourceforge.net/
diff -urN /usr/ports/ftp/yafc/pkg-plist ftp/yafc/pkg-plist
--- /usr/ports/ftp/yafc/pkg-plist	Wed Dec  8 03:34:44 1999
+++ ftp/yafc/pkg-plist	Sat Oct 14 02:18:28 2000
@@ -1,2 +1,5 @@
 bin/yafc
+@unexec install-info --delete %D/info/yafc.info %D/info/dir
+info/yafc.info
+@exec install-info %D/info/yafc.info %D/info/dir
 share/locale/sv/LC_MESSAGES/yafc.mo


>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?20001017193122.5D5F437B4CF>