mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to latest commit.
While there, use the GitLab integration. Sponsored by: Absolight
This commit is contained in:
parent
443f1f1674
commit
d81c3e13d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463641
2 changed files with 12 additions and 10 deletions
|
@ -11,14 +11,12 @@ PORTREVISION= 0
|
||||||
PORTREVISION= 0
|
PORTREVISION= 0
|
||||||
.endif
|
.endif
|
||||||
CATEGORIES= dns net ipv6
|
CATEGORIES= dns net ipv6
|
||||||
MASTER_SITES= LOCAL/mat/bind \
|
MASTER_SITES= LOCAL/mat/bind
|
||||||
https://gitlab.isc.org/isc-projects/bind9/repository/${HASH}/archive.tar.bz2?d/
|
|
||||||
.if defined(BIND_TOOLS_SLAVE)
|
.if defined(BIND_TOOLS_SLAVE)
|
||||||
PKGNAMESUFFIX= -tools
|
PKGNAMESUFFIX= -tools
|
||||||
.else
|
.else
|
||||||
PKGNAMESUFFIX= 9-devel
|
PKGNAMESUFFIX= 9-devel
|
||||||
.endif
|
.endif
|
||||||
DISTNAME= ${PORTNAME}9-${HASH}-${HASH}
|
|
||||||
|
|
||||||
MAINTAINER= mat@FreeBSD.org
|
MAINTAINER= mat@FreeBSD.org
|
||||||
.if defined(BIND_TOOLS_SLAVE)
|
.if defined(BIND_TOOLS_SLAVE)
|
||||||
|
@ -31,8 +29,12 @@ LICENSE= MPL20
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||||
|
|
||||||
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
|
||||||
ISCVERSION= 9.13.0a0.2018.02.26
|
ISCVERSION= 9.13.0a0.2018.03.02
|
||||||
HASH= e1d6c9a6631f2db967d1a6331b5a177b78e08b89
|
USE_GITLAB= yes
|
||||||
|
GL_SITE= https://gitlab.isc.org
|
||||||
|
GL_ACCOUNT= isc-projects
|
||||||
|
GL_PROJECT= bind9
|
||||||
|
GL_COMMIT= 8529e124eaf13447835a1a0f6453f2812a780710
|
||||||
|
|
||||||
USES= cpe libedit tar:bz2
|
USES= cpe libedit tar:bz2
|
||||||
|
|
||||||
|
@ -232,10 +234,10 @@ BROKEN= OpenSSL from the base system does not support GOST, add \
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
echo "SRCID=${HASH}" > ${WRKSRC}/srcid
|
echo "SRCID=${GL_COMMIT}" > ${WRKSRC}/srcid
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/RELEASETYPE=/s#$$#-${HASH}#' \
|
@${REINPLACE_CMD} -e '/RELEASETYPE=/s#$$#-${GL_COMMIT}#' \
|
||||||
${WRKSRC}/version
|
${WRKSRC}/version
|
||||||
.if defined(BIND_TOOLS_SLAVE)
|
.if defined(BIND_TOOLS_SLAVE)
|
||||||
@${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \
|
@${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1519641726
|
TIMESTAMP = 1520244716
|
||||||
SHA256 (bind9-e1d6c9a6631f2db967d1a6331b5a177b78e08b89-e1d6c9a6631f2db967d1a6331b5a177b78e08b89.tar.bz2) = 5eb8109898b7e8ce4c0f14195cc7040716c970f9e35c291d8e591fbec0bc298c
|
SHA256 (isc-projects-bind9-8529e124eaf13447835a1a0f6453f2812a780710_GL0.tar.gz) = 2971de772ed6611b670dc0634f175cbaca933b3de1fd29b883bea15446f0e67c
|
||||||
SIZE (bind9-e1d6c9a6631f2db967d1a6331b5a177b78e08b89-e1d6c9a6631f2db967d1a6331b5a177b78e08b89.tar.bz2) = 7827728
|
SIZE (isc-projects-bind9-8529e124eaf13447835a1a0f6453f2812a780710_GL0.tar.gz) = 9503228
|
||||||
|
|
Loading…
Add table
Reference in a new issue