diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-06-28 20:44:44 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-06-28 20:44:44 +0000 |
commit | 5a7ebd085fa1698efba921742c3aa96b1116898f (patch) | |
tree | a7ec938c4e6aa1bc314dc65e5b576b4b350ba774 | |
parent | 6fbe0e245b29387871c53e69ec9dbeec642434c4 (diff) | |
download | ports-5a7ebd085fa1698efba921742c3aa96b1116898f.tar.gz ports-5a7ebd085fa1698efba921742c3aa96b1116898f.zip |
Notes
-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 |