Date: Thu, 1 Feb 2018 20:30:27 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460630 - head/devel/libdparse Message-ID: <201802012030.w11KURah052950@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Thu Feb 1 20:30:27 2018 New Revision: 460630 URL: https://svnweb.freebsd.org/changeset/ports/460630 Log: - Update to 0.7.1 Modified: head/devel/libdparse/Makefile head/devel/libdparse/distinfo Modified: head/devel/libdparse/Makefile ============================================================================== --- head/devel/libdparse/Makefile Thu Feb 1 20:27:17 2018 (r460629) +++ head/devel/libdparse/Makefile Thu Feb 1 20:30:27 2018 (r460630) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdparse -DISTVERSION= 0.7.1-beta6 +PORTVERSION= 0.7.1 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org @@ -15,10 +15,7 @@ BUILD_DEPENDS= ldmd2:lang/ldc \ USE_GITHUB= yes GH_ACCOUNT= dlang-community -# FIXME: Remove this once it goes out of beta. -# Side note, 0.7.1-beta.6 was a perfectly reasonable version to be used in -# DISTVERSION. -GH_TAGNAME= v${DISTVERSION:S/beta/beta./} +GH_TAGNAME= v${PORTVERSION} DUB_CMD= ${LOCALBASE}/bin/dub build --build=release D_INCLUDE_DIR= ${PREFIX}/include/d Modified: head/devel/libdparse/distinfo ============================================================================== --- head/devel/libdparse/distinfo Thu Feb 1 20:27:17 2018 (r460629) +++ head/devel/libdparse/distinfo Thu Feb 1 20:30:27 2018 (r460630) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501066904 -SHA256 (dlang-community-libdparse-0.7.1-beta6-v0.7.1-beta.6_GH0.tar.gz) = 6f913406c380d75d15ed4ae5b83123461829c9b626d16d790305796d3e3d2aed -SIZE (dlang-community-libdparse-0.7.1-beta6-v0.7.1-beta.6_GH0.tar.gz) = 108509 +TIMESTAMP = 1513177342 +SHA256 (dlang-community-libdparse-0.7.1-v0.7.1_GH0.tar.gz) = dc48580691fb6dceeee1f0302270b9c7a309620492ee8e1505f4bdacfb17d95b +SIZE (dlang-community-libdparse-0.7.1-v0.7.1_GH0.tar.gz) = 109408
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802012030.w11KURah052950>