- 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
This commit is contained in:
parent
6669fa68c7
commit
2ded3a1a3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299299
2 changed files with 11 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue