Date: Sun, 24 Mar 2019 14:32:58 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496746 - head/devel/mdds Message-ID: <201903241432.x2OEWwLS077229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 24 14:32:58 2019 New Revision: 496746 URL: https://svnweb.freebsd.org/changeset/ports/496746 Log: Update MASTER_SITES Modified: head/devel/mdds/Makefile Modified: head/devel/mdds/Makefile ============================================================================== --- head/devel/mdds/Makefile Sun Mar 24 14:32:53 2019 (r496745) +++ head/devel/mdds/Makefile Sun Mar 24 14:32:58 2019 (r496746) @@ -3,7 +3,7 @@ PORTNAME= mdds PORTVERSION= 1.4.1 CATEGORIES= devel -MASTER_SITES= http://kohei.us/files/mdds/src/ +MASTER_SITES= https://kohei.us/files/mdds/src/ MAINTAINER= office@FreeBSD.org COMMENT= Multi-dimensional data index algorithm @@ -16,8 +16,9 @@ USES= tar:bzip2 NO_ARCH= yes NO_BUILD= yes -API_VERSION= 1.4 PLIST_SUB= API_VERSION=${API_VERSION} + +API_VERSION= 1.4 do-configure: @${SED} -e 's|@API_VERSION@|${API_VERSION}|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241432.x2OEWwLS077229>