1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to 1.3.14 release.

Feature safe:	yes
This commit is contained in:
Alex Dupre 2010-02-24 13:19:26 +00:00
parent 65a716961d
commit bdbec6622a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250261
3 changed files with 10 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= jcifs
PORTVERSION= 1.3.12
PORTVERSION= 1.3.14
PORTEPOCH= 1
CATEGORIES= net java
MASTER_SITES= http://jcifs.samba.org/src/
@ -22,9 +22,8 @@ NO_BUILD= yes
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
PORTEXAMPLES= *
do-install:
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar
@ -32,6 +31,8 @@ do-install:
cd ${WRKSRC}/docs && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
cd ${WRKSRC}/docs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}/
.endif
.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 | \

View File

@ -1,3 +1,3 @@
MD5 (jcifs-1.3.12.tgz) = 33721c88ec200d89ef82fe0049858512
SHA256 (jcifs-1.3.12.tgz) = 93464e1f5facad94e40203ef4db54c56487548775db57e32ac6fcc7c957f8250
SIZE (jcifs-1.3.12.tgz) = 846049
MD5 (jcifs-1.3.14.tgz) = 45107571739b2b617b9075a69ca461b0
SHA256 (jcifs-1.3.14.tgz) = ea3752f46fc802cb789a53bba6df15ec24a737faf67c1c7e03b8d290859a53df
SIZE (jcifs-1.3.14.tgz) = 852920

View File

@ -4,3 +4,6 @@ Microsoft Windows platform (e.g. Map Network Drive ...). This client is used
extensively in production on large Intranets.
WWW: http://jcifs.samba.org/
- Alex Dupre
ale@FreeBSD.org