mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
1: Update to 3.6.
2: set NO_ARCH 3: add LICENSE/LICENSE_FILE
This commit is contained in:
parent
db371b0623
commit
82daabe22e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434436
2 changed files with 10 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= commons-net
|
||||
PORTVERSION= 3.5
|
||||
PORTVERSION= 3.6
|
||||
CATEGORIES= net java
|
||||
MASTER_SITES= APACHE_COMMONS_BINARIES
|
||||
PKGNAMEPREFIX= jakarta-
|
||||
|
@ -11,9 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Collection of network protocol implementations for Java
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -27,6 +31,8 @@ PORTDOCS= *
|
|||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${JARFILE} \
|
||||
${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} apidocs ${STAGEDIR}${DOCSDIR})
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} LICENSE.txt NOTICE.txt \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1465820822
|
||||
SHA256 (commons-net-3.5-bin.tar.gz) = 7b27d52d15d84b993d18573f2e860abdbc9f70fd027419342a749526b657fa71
|
||||
SIZE (commons-net-3.5-bin.tar.gz) = 1416378
|
||||
TIMESTAMP = 1487567426
|
||||
SHA256 (commons-net-3.6-bin.tar.gz) = 81b7375e30caa7daa309e44894f9401d895d9d69383f5f2bf31a9100039aad18
|
||||
SIZE (commons-net-3.6-bin.tar.gz) = 1432913
|
||||
|
|
Loading…
Add table
Reference in a new issue