summaryrefslogtreecommitdiff
path: root/ftp/ncftp3/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-07-20 08:48:11 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-07-20 08:48:11 +0000
commitcf34c999bfae4fb05d435d0bfc47e850bf08fec1 (patch)
tree11177793fdbf2a31a84891ff94eac78751aa86b9 /ftp/ncftp3/Makefile
parentUndo yesterdays change after sysutils/porttools suddenly failed. (diff)
Update to 3.1.8.
Among other things, 'ps' won't show user, password, account options.
Notes
Notes: svn path=/head/; revision=114282
Diffstat (limited to 'ftp/ncftp3/Makefile')
-rw-r--r--ftp/ncftp3/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
index 2066070255a7..e217ea018f33 100644
--- a/ftp/ncftp3/Makefile
+++ b/ftp/ncftp3/Makefile
@@ -7,14 +7,14 @@
#
PORTNAME= ncftp
-PORTVERSION= 3.1.7
+PORTVERSION= 3.1.8
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-317-v6-20040108b.diff.gz
+PATCHFILES= ncftp-318-v6-20040720b.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= obrien@FreeBSD.org
@@ -30,6 +30,7 @@ LATEST_LINK= ncftp3
LATEST_LINK= ncftp
.endif
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ncurses
@@ -48,6 +49,8 @@ pre-fetch:
@${ECHO} ""
pre-build:
+ ${REINPLACE_CMD} -e 's|u_decodeurl.so u_decodeurl.so|u_decodeurl.so|' \
+ ${WRKSRC}/libncftp/Makefile
cd ${WRKSRC}/Strn ; make so
cd ${WRKSRC}/libncftp ; make so
cd ${WRKSRC}/sio; make so