diff options
author | ale <ale@FreeBSD.org> | 2011-06-29 04:44:44 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-06-29 04:44:44 +0800 |
commit | 60e5726596fc327a75d209d643a5aeea395b6da0 (patch) | |
tree | 6b41ccddeb3fcc2baceaed31afbf6bee23f3e487 /net/jcifs | |
parent | 732d83055c9a5f1c283f0b1c7eced2758f6641ed (diff) | |
download | freebsd-ports-gnome-60e5726596fc327a75d209d643a5aeea395b6da0.tar.gz freebsd-ports-gnome-60e5726596fc327a75d209d643a5aeea395b6da0.tar.zst freebsd-ports-gnome-60e5726596fc327a75d209d643a5aeea395b6da0.zip |
Update to 1.3.16 release.
Diffstat (limited to 'net/jcifs')
-rw-r--r-- | net/jcifs/Makefile | 6 | ||||
-rw-r--r-- | net/jcifs/distinfo | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/net/jcifs/Makefile b/net/jcifs/Makefile index 2501db56e97b..3836eb36718a 100644 --- a/net/jcifs/Makefile +++ b/net/jcifs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jcifs -PORTVERSION= 1.3.15 +PORTVERSION= 1.3.16 PORTEPOCH= 1 CATEGORIES= net java MASTER_SITES= http://jcifs.samba.org/src/ @@ -38,10 +38,6 @@ do-install: .if !defined(NOPORTEXAMPLES) cd ${WRKSRC}/examples && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \; cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \; - @${FIND} ${EXAMPLESDIR} ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif .include <bsd.port.mk> diff --git a/net/jcifs/distinfo b/net/jcifs/distinfo index ffee415eb8a4..37b23f76b97f 100644 --- a/net/jcifs/distinfo +++ b/net/jcifs/distinfo @@ -1,2 +1,2 @@ -SHA256 (jcifs-1.3.15.tgz) = 4e5031ce2a4bf2f4729417e61972259b844c8d9b8aaf1d91db2b766bd67419fa -SIZE (jcifs-1.3.15.tgz) = 852051 +SHA256 (jcifs-1.3.16.tgz) = 8dd0040fdb258f275efe4b1febeb3dc96a70a2e700ed102b691d07b041b29829 +SIZE (jcifs-1.3.16.tgz) = 859900 |