ports/66750: Update port: ftp/xrmftp

KATO Tsuguru tkato at prontomail.com
Mon May 17 14:40:17 UTC 2004


>Number:         66750
>Category:       ports
>Synopsis:       Update port: ftp/xrmftp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 17 07:40:12 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES and WWW: line
- Support NOPORTDOCS
- Support PLIST_FILES

Remove file:
files/pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/ftp/xrmftp/Makefile ftp/xrmftp/Makefile
--- /usr/ports/ftp/xrmftp/Makefile	Thu Nov 20 11:39:01 2003
+++ ftp/xrmftp/Makefile	Mon May 17 00:40:17 2004
@@ -7,8 +7,9 @@
 
 PORTNAME=	xrmftp
 PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	ftp
-MASTER_SITES=	http://www.mat.uni.torun.pl/~rafmet/xrmftp/
+MASTER_SITES=	http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
 EXTRACT_SUFX=	.src.tgz
 
 MAINTAINER=	ports at FreeBSD.org
@@ -16,15 +17,20 @@
 
 LIB_DEPENDS=	forms.1:${PORTSDIR}/x11-toolkits/xforms
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.src
+
 USE_X_PREFIX=	yes
-WRKSRC=		${WRKDIR}/xrmftp-1.2.4.src
+
+PORTDOCS=	CHANGES FIXED_BUGS README
+PLIST_FILES=	bin/xrmftp
 
 do-install:
-	${MKDIR} ${PREFIX}/share/doc/${DISTNAME}
 	${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/${DISTNAME}
-	${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/${DISTNAME}
-	${INSTALL_DATA} ${WRKSRC}/FIXED-BUGS ${PREFIX}/share/doc/${DISTNAME}
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${DISTNAME}
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+.for file in CHANGES FIXED-BUGS README
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/ftp/xrmftp/pkg-descr ftp/xrmftp/pkg-descr
--- /usr/ports/ftp/xrmftp/pkg-descr	Thu Dec 12 19:46:08 2002
+++ ftp/xrmftp/pkg-descr	Mon May 17 00:37:17 2004
@@ -13,7 +13,7 @@
 Project Prize" competition organized by Lucent Technologies Poland S.A and 
 Faculty of Matematics and Informatics. 
 
-WWW:  http://www.mat.uni.torun.pl/~rafmet/xrmftp
+WWW:  http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
 NOTE: The above text came from the author's homepage.
 
 - Matt Heckaman
diff -urN /usr/ports/ftp/xrmftp/pkg-plist ftp/xrmftp/pkg-plist
--- /usr/ports/ftp/xrmftp/pkg-plist	Sat Apr  1 21:31:44 2000
+++ ftp/xrmftp/pkg-plist	Thu Jan  1 09:00:00 1970
@@ -1,6 +0,0 @@
-bin/xrmftp
-share/doc/xrmftp-1.2.4/CHANGES
-share/doc/xrmftp-1.2.4/COPYING
-share/doc/xrmftp-1.2.4/FIXED-BUGS
-share/doc/xrmftp-1.2.4/README
- at dirrm share/doc/xrmftp-1.2.4
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list