Index: head/net/jcifs/Makefile =================================================================== --- head/net/jcifs/Makefile (revision 250260) +++ head/net/jcifs/Makefile (revision 250261) @@ -1,43 +1,44 @@ # Ports collection makefile for: jCIFS # Date created: Mar 8, 2005 # Whom: ijliao # # $FreeBSD$ # PORTNAME= jcifs -PORTVERSION= 1.3.12 +PORTVERSION= 1.3.14 PORTEPOCH= 1 CATEGORIES= net java MASTER_SITES= http://jcifs.samba.org/src/ EXTRACT_SUFX= .tgz MAINTAINER= ale@FreeBSD.org COMMENT= The Java CIFS Client Library USE_JAVA= yes JAVA_VERSION= 1.3+ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} NO_BUILD= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar -.if !defined(NOPORTDOCS) PORTDOCS= * -.endif +PORTEXAMPLES= * do-install: ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar .if !defined(NOPORTDOCS) 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 | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif .include Property changes on: head/net/jcifs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/net/jcifs/distinfo =================================================================== --- head/net/jcifs/distinfo (revision 250260) +++ head/net/jcifs/distinfo (revision 250261) @@ -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 Property changes on: head/net/jcifs/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/net/jcifs/pkg-descr =================================================================== --- head/net/jcifs/pkg-descr (revision 250260) +++ head/net/jcifs/pkg-descr (revision 250261) @@ -1,6 +1,9 @@ JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing protocol on the 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 Property changes on: head/net/jcifs/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property