summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-12 11:28:17 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-12 11:28:17 +0000
commitf5acd5e4431d7eac212a78481a6a5de841419329 (patch)
tree6988a7a3426abb4ef7fb239fee26be35c8630dfa /ftp
parent- Update to 5.03 (diff)
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6. Forgotten by: araujo@ Reported by: QAT
Notes
Notes: svn path=/head/; revision=233764
Diffstat (limited to 'ftp')
-rw-r--r--ftp/quftp/Makefile4
-rw-r--r--ftp/yafc/Makefile5
2 files changed, 5 insertions, 4 deletions
diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile
index a516385ab4e6..3495ec6d422f 100644
--- a/ftp/quftp/Makefile
+++ b/ftp/quftp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quftp
PORTVERSION= 1.0.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= quftp
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= quftp
MAINTAINER= ports@FreeBSD.org
COMMENT= A scriptable FTP client
-LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
+LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline
GNU_CONFIGURE= yes
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile
index 98c7f58a72db..c383c528a15c 100644
--- a/ftp/yafc/Makefile
+++ b/ftp/yafc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= yafc
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,8 +29,8 @@ PLIST_DIRS= %%EXAMPLESDIR%%
.include <bsd.port.pre.mk>
-.if exists(${LOCALBASE}/lib/libreadline.so.5)
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.if exists(${LOCALBASE}/lib/libreadline.so.6)
+LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline
.endif
post-install: