svn commit: r449329 - head/sysutils/cmogstored

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 6 09:01:44 UTC 2017


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 at 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/


More information about the svn-ports-all mailing list