aboutsummaryrefslogtreecommitdiff
path: root/ftp/jftp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-15 01:59:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-15 01:59:28 +0000
commit2ded3a1a3e5c4a385c32f3cd002f963d87e404e7 (patch)
tree8bee4ff42c20a53e85db753befe7f6ab9898edc6 /ftp/jftp
parent6669fa68c7ac0a78ddff8e1e7eda97607dc7cd36 (diff)
downloadports-2ded3a1a3e5c4a385c32f3cd002f963d87e404e7.tar.gz
ports-2ded3a1a3e5c4a385c32f3cd002f963d87e404e7.zip
- Update to 1.56
- Cosmetic change Changes: - 1.56-pre2 D. replaced gnome transfer icons with icons from graphicsfuel - 1.56-pre2 D. removed j2ssh fallback and ssh shell (which might be reimplemented using jsch in the future) - 1.56-pre2 D. removed insomniac client code - 1.56-pre2 D. updated readme - 1.56-pre1 D. no question asked before opening file per default - 1.56-pre1 D. added Daniel's runCommand patch (open local files with system app) - 1.55-pre4 D. made the transfer buttons more visible - 1.55-pre4 D. made the download manager slightly bigger - 1.55-pre4 D. fixed size+positioning of "connection failed" dialog - 1.55-pre4 D. source .tgz is now a git repository - 1.55-pre4 D. fixed a small ui bug when uploading directories - 1.55-pre3 D. FtpConnection now holds transfers as a list - 1.55-pre2 D. added linux browsing support and made it default - see README if you want windows support - 1.55-pre2 D. using DJ Sweet instead DJ NativeSwing for browsing feature now - 1.55-pre1 D. added Pavel's password encryption feature - 1.55-pre1 D. added Pavel's dual monitor window positioning fix - 1.55-pre1 D. added Pavel's SMB missing WINS server exception fix - 1.55-pre1 D. added Pavel's SMB hostchooser fix
Notes
Notes: svn path=/head/; revision=299299
Diffstat (limited to 'ftp/jftp')
-rw-r--r--ftp/jftp/Makefile18
-rw-r--r--ftp/jftp/distinfo4
2 files changed, 11 insertions, 11 deletions
diff --git a/ftp/jftp/Makefile b/ftp/jftp/Makefile
index addf4e02a336..526ff6cdd172 100644
--- a/ftp/jftp/Makefile
+++ b/ftp/jftp/Makefile
@@ -1,4 +1,3 @@
-# ex:ts=8
# Ports collection makefile for: jftp
# Date created: June 14, 2003
# Whom: ijliao
@@ -7,7 +6,7 @@
#
PORTNAME= jftp
-PORTVERSION= 1.54
+PORTVERSION= 1.56
CATEGORIES= ftp java
MASTER_SITES= SF/j-ftp/${PORTNAME}/${PORTVERSION}
DISTNAME= j-ftp-${PORTVERSION}
@@ -20,18 +19,19 @@ LICENSE= GPLv2
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
-WRKSRC= ${WRKDIR}/j-ftp
-USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
-SUB_FILES= jftp.sh
+USE_JAVA= yes
+WRKSRC= ${WRKDIR}/j-ftp
+
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
-PLIST_FILES= bin/jftp %%DATADIR%%/jftp.jar
PLIST_DIRS= %%DATADIR%%
+PLIST_FILES= bin/jftp %%DATADIR%%/jftp.jar
+SUB_FILES= jftp.sh
do-install:
- @${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp
- @${MKDIR} ${DATADIR}
- @${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}
+ ${MKDIR} ${DATADIR}/
+ ${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp
+ ${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}/
.include <bsd.port.mk>
diff --git a/ftp/jftp/distinfo b/ftp/jftp/distinfo
index 647b97f82d63..fc8d086fcb3a 100644
--- a/ftp/jftp/distinfo
+++ b/ftp/jftp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (j-ftp-1.54.tgz) = 05901e8c663487001d59eac3792cc7d77ce658b806085585281968e8b3a7946a
-SIZE (j-ftp-1.54.tgz) = 28089751
+SHA256 (j-ftp-1.56.tgz) = ac4f1adc17208dd55fb1a8a4e21803a5670996684c1732e3151da706505e2b12
+SIZE (j-ftp-1.56.tgz) = 9498719