mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
dns/denominator: update to 4.5.1
This commit is contained in:
parent
ebc75f0320
commit
044a7c3516
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391427
@ -2,10 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= denominator
|
||||
PORTVERSION= 4.3.3
|
||||
PORTVERSION= 4.5.1
|
||||
CATEGORIES= dns java
|
||||
MASTER_SITES= http://dl.bintray.com/content/netflixoss/${PORTNAME}/${PORTNAME}-cli/release/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}
|
||||
MASTER_SITES= https://bintray.com/artifact/download/netflixoss/maven/com/netflix/${PORTNAME}/${PORTNAME}-cli/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-cli-${PORTVERSION}-fat.jar
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
@ -21,6 +21,6 @@ do-extract:
|
||||
@${CP} ${DISTDIR}/${DISTNAME} ${WRKDIR}/${DISTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (denominator) = 3197b9856e1cb9753b79a105f41c8a1f8362917c89c2e8ae224678ffc63f5342
|
||||
SIZE (denominator) = 3562183
|
||||
SHA256 (denominator-cli-4.5.1-fat.jar) = f99905709cda2bdf56ea53c8d88da4924d7f3e9f080192311a21f8602cc1270c
|
||||
SIZE (denominator-cli-4.5.1-fat.jar) = 3622227
|
||||
|
Loading…
Reference in New Issue
Block a user