ports/117953: [PATCH] ftp/ncftp3: Update to 3.2.1
KIMURA Yasuhiro
yasu at utahime.org
Sat Nov 10 07:30:02 UTC 2007
>Number: 117953
>Category: ports
>Synopsis: [PATCH] ftp/ncftp3: Update to 3.2.1
>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 Nov 10 07:30:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator: KIMURA Yasuhiro
>Release: FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Thu Oct 4 12:23:50 JST 2007 xxxx i386
>Description:
- Update to 3.2.1.
- Use USE_LDCONFIG instead of deprecated INSTALL_SHLIB.
>How-To-Repeat:
>Fix:
--- patch-ncftp3 begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/ftp/ncftp3/Makefile,v
retrieving revision 1.108
diff -u -r1.108 Makefile
--- Makefile 10 Sep 2006 07:49:34 -0000 1.108
+++ Makefile 10 Nov 2007 06:48:37 -0000
@@ -7,14 +7,14 @@
#
PORTNAME= ncftp
-PORTVERSION= 3.2.0
+PORTVERSION= 3.2.1
PORTREVISION?= 0
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
DISTNAME= ncftp-${PORTVERSION}-src
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES= ncftp-320-v6-20060806.diff.gz
+PATCHFILES= ncftp-321-v6-20070822.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= obrien at FreeBSD.org
@@ -30,7 +30,7 @@
LATEST_LINK= ncftp
.endif
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ncurses
PLIST_SUB= NCFTP=${LATEST_LINK}
Index: distinfo
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/ftp/ncftp3/distinfo,v
retrieving revision 1.64
diff -u -r1.64 distinfo
--- distinfo 10 Sep 2006 07:49:34 -0000 1.64
+++ distinfo 10 Nov 2007 06:40:28 -0000
@@ -1,6 +1,6 @@
-MD5 (ncftp-3.2.0-src.tar.bz2) = 384b7f01d725c89ccd30692628b3ac1b
-SHA256 (ncftp-3.2.0-src.tar.bz2) = 2ebc7b51af96cb0fa8b703c7cb995bfb46ccf5312e335270d0420e260544c376
-SIZE (ncftp-3.2.0-src.tar.bz2) = 427962
-MD5 (ncftp-320-v6-20060806.diff.gz) = b8943ef660beac94f81969cd1bdf2476
-SHA256 (ncftp-320-v6-20060806.diff.gz) = d7bb6ef5868250420132a12d5b12fa95549bbafd04f9cc5bad9dea4760a4f283
-SIZE (ncftp-320-v6-20060806.diff.gz) = 38180
+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
--- patch-ncftp3 ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list