Date: Mon, 5 Mar 2018 10:35:26 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463641 - head/dns/bind9-devel Message-ID: <201803051035.w25AZQ4F084157@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Mar 5 10:35:26 2018 New Revision: 463641 URL: https://svnweb.freebsd.org/changeset/ports/463641 Log: Update to latest commit. While there, use the GitLab integration. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Mar 5 10:32:32 2018 (r463640) +++ head/dns/bind9-devel/Makefile Mon Mar 5 10:35:26 2018 (r463641) @@ -11,14 +11,12 @@ PORTREVISION= 0 PORTREVISION= 0 .endif CATEGORIES= dns net ipv6 -MASTER_SITES= LOCAL/mat/bind \ - https://gitlab.isc.org/isc-projects/bind9/repository/${HASH}/archive.tar.bz2?d/ +MASTER_SITES= LOCAL/mat/bind .if defined(BIND_TOOLS_SLAVE) PKGNAMESUFFIX= -tools .else PKGNAMESUFFIX= 9-devel .endif -DISTNAME= ${PORTNAME}9-${HASH}-${HASH} MAINTAINER= mat@FreeBSD.org .if defined(BIND_TOOLS_SLAVE) @@ -31,8 +29,12 @@ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.0a0.2018.02.26 -HASH= e1d6c9a6631f2db967d1a6331b5a177b78e08b89 +ISCVERSION= 9.13.0a0.2018.03.02 +USE_GITLAB= yes +GL_SITE= https://gitlab.isc.org +GL_ACCOUNT= isc-projects +GL_PROJECT= bind9 +GL_COMMIT= 8529e124eaf13447835a1a0f6453f2812a780710 USES= cpe libedit tar:bz2 @@ -232,10 +234,10 @@ BROKEN= OpenSSL from the base system does not support .endif post-extract: - echo "SRCID=${HASH}" > ${WRKSRC}/srcid + echo "SRCID=${GL_COMMIT}" > ${WRKSRC}/srcid post-patch: - @${REINPLACE_CMD} -e '/RELEASETYPE=/s#$$#-${HASH}#' \ + @${REINPLACE_CMD} -e '/RELEASETYPE=/s#$$#-${GL_COMMIT}#' \ ${WRKSRC}/version .if defined(BIND_TOOLS_SLAVE) @${REINPLACE_CMD} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \ Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Mar 5 10:32:32 2018 (r463640) +++ head/dns/bind9-devel/distinfo Mon Mar 5 10:35:26 2018 (r463641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519641726 -SHA256 (bind9-e1d6c9a6631f2db967d1a6331b5a177b78e08b89-e1d6c9a6631f2db967d1a6331b5a177b78e08b89.tar.bz2) = 5eb8109898b7e8ce4c0f14195cc7040716c970f9e35c291d8e591fbec0bc298c -SIZE (bind9-e1d6c9a6631f2db967d1a6331b5a177b78e08b89-e1d6c9a6631f2db967d1a6331b5a177b78e08b89.tar.bz2) = 7827728 +TIMESTAMP = 1520244716 +SHA256 (isc-projects-bind9-8529e124eaf13447835a1a0f6453f2812a780710_GL0.tar.gz) = 2971de772ed6611b670dc0634f175cbaca933b3de1fd29b883bea15446f0e67c +SIZE (isc-projects-bind9-8529e124eaf13447835a1a0f6453f2812a780710_GL0.tar.gz) = 9503228
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803051035.w25AZQ4F084157>