svn commit: r455576 - head/devel/cvs-syncmail

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 5 11:05:49 UTC 2017


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


More information about the svn-ports-head mailing list