diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-03-25 00:04:19 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-03-25 00:04:19 +0000 |
commit | fefdc832f1fd93d0b8cf2b49b2cf21e0dd3f25ff (patch) | |
tree | 604bd4237f3a6169015c612a0d8b97fdb1313283 | |
parent | - add SF mirror, and remove others (diff) |
- Update to version 0.1.52
- Add LICENSE, unmute install command
PR: 198759
Submitted by: Anton Tornqvist <antont@inbox.lv>
Notes
Notes:
svn path=/head/; revision=382191
-rw-r--r-- | net/jsch/Makefile | 6 | ||||
-rw-r--r-- | net/jsch/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/jsch/Makefile b/net/jsch/Makefile index 7dc349d92684..fe24d640099f 100644 --- a/net/jsch/Makefile +++ b/net/jsch/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= jsch -PORTVERSION= 0.1.51 +PORTVERSION= 0.1.52 CATEGORIES= net java security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Pure Java implementation of SSH2 +LICENSE= BSD3CLAUSE + USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -17,6 +19,6 @@ USE_ANT= yes PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar do-install: - @${INSTALL_DATA} ${WRKSRC}/dist/lib/*.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + ${INSTALL_DATA} ${WRKSRC}/dist/lib/*.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar .include <bsd.port.mk> diff --git a/net/jsch/distinfo b/net/jsch/distinfo index a0f895bdbc95..9ade4361d015 100644 --- a/net/jsch/distinfo +++ b/net/jsch/distinfo @@ -1,2 +1,2 @@ -SHA256 (jsch-0.1.51.zip) = c031b863fbbfe861c5365e8cf403b24b2eb5b40d1c112a048a73f87b5e828c30 -SIZE (jsch-0.1.51.zip) = 339393 +SHA256 (jsch-0.1.52.zip) = ceda29572f9bd670e425e48772b066e62e7a728edc6a6e23ba75f10444832ab5 +SIZE (jsch-0.1.52.zip) = 363648 |