Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Apr 1999 12:43:05 -0700 (PDT)
From:      mharo@area51.fremont.ca.us
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10967: Update: net/cftp (0.9.1 -> 0.9.3)
Message-ID:  <199904051943.MAA84443@patrol.area51.fremont.ca.us>

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

>Number:         10967
>Category:       ports
>Synopsis:       Update: net/cftp (0.9.1 -> 0.9.3)
>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 Apr  5 12:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Michael Haro
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

	

>Description:

Changes:
	- New version (0.9.1 -> 0.9.3)

portlint: 2 warnings, 0 errors
both warnings are 
WARN: possible use of absolute pathname "/usr/share/info/dir", in Makefile.
I haven't learned about the info stuff yet, so this might be a valid 
warning.

patches:  0 new, 0 removed

supports PREFIX: yes
supports CFLAGS: yes

>How-To-Repeat:

>Fix:
	
Index: Makefile
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/cftp/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1998/05/14 07:27:51	1.1.1.1
+++ Makefile	1999/04/05 19:26:54
@@ -6,7 +6,7 @@
 # $Id: Makefile,v 1.1.1.1 1998/05/14 07:27:51 tg Exp $
 #
 
-DISTNAME=	cftp-0.9.1
+DISTNAME=	cftp-0.9.3
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.giga.or.at/pub/nih/cftp/
 
@@ -15,14 +15,16 @@
 GNU_CONFIGURE=	yes
 
 pre-install:
-	@if [ ! -f ${PREFIX}/info/dir ]; then \
+	@if [ -f /usr/share/info/dir ] && [ ! -f ${PREFIX}/info/dir ]; then \
 	    ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
 	fi
 
 post-install:
+.if !defined(NOPORTDOCS)
 	@ ${MKDIR} ${PREFIX}/share/doc/cftp
 .for file in AUTHORS ChangeLog NEWS README THANKS TODO
 	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp
 .endfor
+.endif
 
 .include <bsd.port.mk>
Index: files/md5
===================================================================
RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/net/cftp/files/md5,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 md5
--- md5	1998/05/14 07:27:51	1.1.1.1
+++ md5	1999/02/13 09:51:12
@@ -1 +1 @@
-MD5 (cftp-0.9.1.tar.gz) = f47fa185a07b880cd62808a3f4172133
+MD5 (cftp-0.9.3.tar.gz) = 065851914e2e7c7afcbe706cd6a3b106

>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?199904051943.MAA84443>