Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2008 22:38:27 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126765: [PATCH] ftp/ncftp3: update to 3.2.2
Message-ID:  <20080823133827.C1BD6173B4@eastasia.home.utahime.org>
Resent-Message-ID: <200808231340.m7NDe4NM017578@freefall.freebsd.org>

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

>Number:         126765
>Category:       ports
>Synopsis:       [PATCH] ftp/ncftp3: update to 3.2.2
>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:   Sat Aug 23 13:40:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhiro KIMURA
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD xxxx 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Mon Jul 14 11:30:44 JST 2008 xxxx i386


	
>Description:
	Update to 3.2.2.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-ncftp3 begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/ftp/ncftp3/Makefile,v
retrieving revision 1.110
diff -u -r1.110 Makefile
--- Makefile	18 Mar 2008 18:29:18 -0000	1.110
+++ Makefile	23 Aug 2008 13:28:42 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	ncftp
-PORTVERSION=	3.2.1
+PORTVERSION=	3.2.2
 PORTREVISION?=	0
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.ncftp.com/ncftp/
@@ -15,7 +15,7 @@
 
 .if !defined(WITHOUT_NCFTP_IPV6) && !defined(WITHOUT_IPV6)
 PATCH_SITES=	ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES=	ncftp-321-v6-20070822.diff.gz
+PATCHFILES=	ncftp-322-v6-20080821.diff.gz
 PATCH_DIST_STRIP=	-p1
 .endif
 
@@ -40,7 +40,7 @@
 		ncftpspooler.1
 MAN3=		Strn.3
 
-LIBNCFTP=	libncftp.so.2
+LIBNCFTP=	libncftp.so.3
 LIBSIO=		libsio.so.5
 LIBSTRN=	libStrn.so.1
 
Index: distinfo
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/ftp/ncftp3/distinfo,v
retrieving revision 1.65
diff -u -r1.65 distinfo
--- distinfo	19 Dec 2007 01:59:59 -0000	1.65
+++ distinfo	23 Aug 2008 13:25:15 -0000
@@ -1,6 +1,6 @@
-MD5 (ncftp-3.2.1-src.tar.bz2) = d82cdfe0d5448172c03b434607414fb8
-SHA256 (ncftp-3.2.1-src.tar.bz2) = 834375c760a826b953c783f56c5d72ef57f9b1450b9bb738fc00b7b1aab7dec7
-SIZE (ncftp-3.2.1-src.tar.bz2) = 419122
-MD5 (ncftp-321-v6-20070822.diff.gz) = e68dc443e5817a62bbae68d647fd9b4e
-SHA256 (ncftp-321-v6-20070822.diff.gz) = 89974a3f5ceede51a0baf60079e4dc011ce65b5529117af439dc6cb46a0ce963
-SIZE (ncftp-321-v6-20070822.diff.gz) = 37628
+MD5 (ncftp-3.2.2-src.tar.bz2) = c33da134e5e53b5a3b340e0de5456137
+SHA256 (ncftp-3.2.2-src.tar.bz2) = c369e913bc7e9f0b0794e12ace714d211d00f80a7011d4ec1b4f90a6195df260
+SIZE (ncftp-3.2.2-src.tar.bz2) = 422824
+MD5 (ncftp-322-v6-20080821.diff.gz) = 2fd87a9abe028aac265f8acb43edee45
+SHA256 (ncftp-322-v6-20080821.diff.gz) = e35028709f62eb4aa2cd7ae827b4134461f7ad995d6d360d5b78e3494df4e194
+SIZE (ncftp-322-v6-20080821.diff.gz) = 39856
Index: pkg-plist
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/ftp/ncftp3/pkg-plist,v
retrieving revision 1.14
diff -u -r1.14 pkg-plist
--- pkg-plist	4 Aug 2002 05:38:32 -0000	1.14
+++ pkg-plist	23 Aug 2008 13:29:09 -0000
@@ -2,7 +2,7 @@
 lib/libStrn.so
 lib/libStrn.so.1
 lib/libncftp.so
-lib/libncftp.so.2
+lib/libncftp.so.3
 lib/libsio.so
 lib/libsio.so.5
 bin/%%NCFTP%%
--- patch-ncftp3 ends here ---


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



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