Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2012 20:25:11 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167483: [PATCH] ftp/cmdftp: update to 0.9.8
Message-ID:  <201205011225.q41CPBIT006611@csvmnet67.cs.nctu.edu.tw>
Resent-Message-ID: <201205011230.q41CUBD6017241@freefall.freebsd.org>

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

>Number:         167483
>Category:       ports
>Synopsis:       [PATCH] ftp/cmdftp: update to 0.9.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 01 12:30:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Po-Chien Lin
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD csvmnet67.cs.nctu.edu.tw 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
- Update to 0.9.8

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- cmdftp-0.9.8.patch begins here ---
diff -ruN --exclude=CVS ../cmdftp.orig/Makefile ./Makefile
--- ../cmdftp.orig/Makefile	2012-05-01 19:59:57.000000000 +0800
+++ ./Makefile	2012-05-01 20:22:39.000000000 +0800
@@ -6,26 +6,18 @@
 #
 
 PORTNAME=	cmdftp
-PORTVERSION=	0.9.7
+PORTVERSION=	0.9.8
 CATEGORIES=	ftp
 MASTER_SITES=	SAVANNAH
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Command line shell-like ftp client
 
+LICENSE=	GPLv3
+
 GNU_CONFIGURE=	yes
-USE_BZIP2=	yes
 MAN1=	${PORTNAME}.1
 
-PORTDOCS=	ChangeLog README INSTALL NEWS AUTHORS
 PLIST_FILES=	bin/cmdftp
 
-do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-	@${INSTALL_MAN} ${WRKSRC}/cmdftp.man ${MAN1PREFIX}/man/man1/${PORTNAME}.1
-.ifndef NOPORTDOCS
-	@${INSTALL} -d ${DOCSDIR}/
-	@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
-.endif
-
 .include <bsd.port.mk>
diff -ruN --exclude=CVS ../cmdftp.orig/distinfo ./distinfo
--- ../cmdftp.orig/distinfo	2012-05-01 19:59:57.000000000 +0800
+++ ./distinfo	2012-05-01 20:22:39.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (cmdftp-0.9.7.tar.bz2) = ccd82b39104e7e214b849f2daeb2291849e762f05cdf08ba6a6b79a775936a34
-SIZE (cmdftp-0.9.7.tar.bz2) = 117697
+SHA256 (cmdftp-0.9.8.tar.gz) = e769f06bf81473edd88ab006bb38607f5dec0e277306b612dd80d4d4c655b45d
+SIZE (cmdftp-0.9.8.tar.gz) = 145985
--- cmdftp-0.9.8.patch ends here ---

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



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