mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 4.1.42
* Update to 4.1.42 * Unbreak (hopefully) by setting JAVA_EXTRACT * Make myself maintainer
This commit is contained in:
parent
47ce7fe50c
commit
615cebf24a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513057
2 changed files with 6 additions and 8 deletions
|
@ -2,25 +2,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netty
|
||||
PORTVERSION= 4.1.41
|
||||
PORTVERSION= 4.1.42
|
||||
DISTVERSIONSUFFIX= .Final
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://dl.bintray.com/netty/downloads/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= glewis@FreeBSD.org
|
||||
COMMENT= Java NIO client server framework
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BROKEN= fails to extract
|
||||
|
||||
USES= cpe tar:bzip2
|
||||
USE_JAVA= yes
|
||||
|
||||
CPE_VENDOR= netty_project
|
||||
JAVA_VERSION= 8+
|
||||
JAVA_EXTRACT= yes
|
||||
NO_ARCH= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.Final
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1569264818
|
||||
SHA256 (netty-4.1.41.Final.tar.bz2) = b35239ad1cdda02f3482396d256164006de7cd3ed978f5c3c97622bc5f050e55
|
||||
SIZE (netty-4.1.41.Final.tar.bz2) = 22047342
|
||||
TIMESTAMP = 1569618827
|
||||
SHA256 (netty-4.1.42.Final.tar.bz2) = 8254889d4bf7e6ec10bd7832218aee1619e2b434d0976d051d76f6405cffdeb4
|
||||
SIZE (netty-4.1.42.Final.tar.bz2) = 22059394
|
||||
|
|
Loading…
Add table
Reference in a new issue