diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-15 01:59:28 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-15 01:59:28 +0000 |
commit | ed80f14176edf16524202d3465bd1378dbd11611 (patch) | |
tree | 730acd5076edfaf0ab92839f5006c173dece1f80 | |
parent | 8c8a68e6c70c03177df87693b1761c09b7273abf (diff) | |
download | FreeBSD-ports-ed80f14176edf16524202d3465bd1378dbd11611.zip FreeBSD-ports-ed80f14176edf16524202d3465bd1378dbd11611.tar.gz |
- 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
-rw-r--r-- | ftp/jftp/Makefile | 18 | ||||
-rw-r--r-- | ftp/jftp/distinfo | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/ftp/jftp/Makefile b/ftp/jftp/Makefile index addf4e0..526ff6c 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 647b97f..fc8d086 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 |