Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2017 11:05:48 +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: r455576 - head/devel/cvs-syncmail
Message-ID:  <201712051105.vB5B5ma5054863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec  5 11:05:48 2017
New Revision: 455576
URL: https://svnweb.freebsd.org/changeset/ports/455576

Log:
  - Fix statement order
  
  Reported by:	mat

Modified:
  head/devel/cvs-syncmail/Makefile

Modified: head/devel/cvs-syncmail/Makefile
==============================================================================
--- head/devel/cvs-syncmail/Makefile	Tue Dec  5 10:48:10 2017	(r455575)
+++ head/devel/cvs-syncmail/Makefile	Tue Dec  5 11:05:48 2017	(r455576)
@@ -11,9 +11,9 @@ EXTRACT_SUFX=	# none
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	CVS notification tool
 
-RUN_DEPENDS=	cvs:devel/cvs
-
 LICENSE=	BSD3CLAUSE  # see CVS repository on SourceForge
+
+RUN_DEPENDS=	cvs:devel/cvs
 
 USES=		python shebangfix
 SHEBANG_FILES=	${DISTNAME}



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