svn commit: r496746 - head/devel/mdds

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 24 14:33:04 UTC 2019


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 at 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}|' \


More information about the svn-ports-all mailing list