diff options
author | ale <ale@FreeBSD.org> | 2011-06-28 20:44:44 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-06-28 20:44:44 +0000 |
commit | 60e5726596fc327a75d209d643a5aeea395b6da0 (patch) | |
tree | 6b41ccddeb3fcc2baceaed31afbf6bee23f3e487 | |
parent | 732d83055c9a5f1c283f0b1c7eced2758f6641ed (diff) | |
download | FreeBSD-ports-60e5726596fc327a75d209d643a5aeea395b6da0.zip FreeBSD-ports-60e5726596fc327a75d209d643a5aeea395b6da0.tar.gz |
Update to 1.3.16 release.
-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 2501db5..3836eb3 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 ffee415..37b23f7 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 |