svn commit: r557122 - head/databases/tile38

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 6 09:37:39 UTC 2020


Author: amdmi3
Date: Sun Dec  6 09:37:38 2020
New Revision: 557122
URL: https://svnweb.freebsd.org/changeset/ports/557122

Log:
  - Respect test env
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/databases/tile38/Makefile
  head/databases/tile38/pkg-descr

Modified: head/databases/tile38/Makefile
==============================================================================
--- head/databases/tile38/Makefile	Sun Dec  6 09:22:22 2020	(r557121)
+++ head/databases/tile38/Makefile	Sun Dec  6 09:37:38 2020	(r557122)
@@ -45,6 +45,6 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/tile38-server ${STAGEDIR}${PREFIX}/bin/
 
 do-test:
-	@cd ${WRKSRC} && ./build.sh test
+	@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ./build.sh test
 
 .include <bsd.port.mk>

Modified: head/databases/tile38/pkg-descr
==============================================================================
--- head/databases/tile38/pkg-descr	Sun Dec  6 09:22:22 2020	(r557121)
+++ head/databases/tile38/pkg-descr	Sun Dec  6 09:37:38 2020	(r557122)
@@ -15,4 +15,4 @@ Features:
     Leader / follower replication.
     In-memory database that persists on disk.
 
-WWW: http://tile38.com/
+WWW: https://tile38.com/


More information about the svn-ports-all mailing list