- Update to 1.2.12
- Pass maintainership to submitter PR: ports/107920 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
This commit is contained in:
parent
c99da0ca56
commit
3bfa21b0f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182427
2 changed files with 5 additions and 8 deletions
|
@ -7,12 +7,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= jcifs
|
||||
PORTVERSION= 1.1.11
|
||||
PORTVERSION= 1.2.12
|
||||
CATEGORIES= net java
|
||||
MASTER_SITES= http://jcifs.samba.org/src/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= araujo@bsdmail.org
|
||||
COMMENT= The Java CIFS Client Library
|
||||
|
||||
USE_JAVA= yes
|
||||
|
@ -26,9 +26,6 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
|||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
${RM} ${WRKSRC}/docs/.index.xml.swp
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (jcifs-1.1.11.tgz) = 2d28241cd3b7d2f068fce16553e6ac79
|
||||
SHA256 (jcifs-1.1.11.tgz) = 3484eaf149f9cbddef9ac1fb9622e8ba1ce1dc52697ad23c6313e95a9fb5d757
|
||||
SIZE (jcifs-1.1.11.tgz) = 623199
|
||||
MD5 (jcifs-1.2.12.tgz) = e2765715c28cbb50b3225a759371c15a
|
||||
SHA256 (jcifs-1.2.12.tgz) = 4f27dccb3e356ed0a6771c6238aaf114c35d0283a222ae0f1ad4824f597d9406
|
||||
SIZE (jcifs-1.2.12.tgz) = 714450
|
||||
|
|
Loading…
Reference in a new issue