Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 09:01:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449329 - head/sysutils/cmogstored
Message-ID:  <201709060901.v8691hh8055274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  6 09:01:42 2017
New Revision: 449329
URL: https://svnweb.freebsd.org/changeset/ports/449329

Log:
  - Fix license
  - Fix configure usage
  - Switch to new testing framework
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/cmogstored/Makefile
  head/sysutils/cmogstored/pkg-descr

Modified: head/sysutils/cmogstored/Makefile
==============================================================================
--- head/sysutils/cmogstored/Makefile	Wed Sep  6 08:28:56 2017	(r449328)
+++ head/sysutils/cmogstored/Makefile	Wed Sep  6 09:01:42 2017	(r449329)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://bogomips.org/cmogstored/files/
 MAINTAINER=	trociny@FreeBSD.org
 COMMENT=	Alternative mogstored implementation for MogileFS
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_powerpc64=	Does not build: internal compiler error: Segmentation fault
@@ -17,12 +17,9 @@ BROKEN_powerpc64=	Does not build: internal compiler er
 PLIST_FILES=	sbin/cmogstored \
 		man/man1/cmogstored.1.gz
 
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \
-		--mandir=${PREFIX}/man
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin
 USE_RC_SUBR=	cmogstored
-
-regression-test: build
-	${MAKE} -C ${WRKSRC} check
+TEST_TARGET=	check
 
 .include <bsd.port.mk>

Modified: head/sysutils/cmogstored/pkg-descr
==============================================================================
--- head/sysutils/cmogstored/pkg-descr	Wed Sep  6 08:28:56 2017	(r449328)
+++ head/sysutils/cmogstored/pkg-descr	Wed Sep  6 09:01:42 2017	(r449329)
@@ -3,4 +3,4 @@ component of MogileFS.  cmogstored is implemented in C
 use Perl at runtime.  cmogstored is the only component you need to
 install on a MogileFS storage node.
 
-WWW: http://bogomips.org/cmogstored/
+WWW: https://bogomips.org/cmogstored/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709060901.v8691hh8055274>