svn commit: r442432 - head/devel/py3-cffi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 18:14:08 UTC 2017


Author: sunpoet
Date: Fri Jun  2 18:14:05 2017
New Revision: 442432
URL: https://svnweb.freebsd.org/changeset/ports/442432

Log:
  Add $FreeBSD$ line
  
  - Fix indent

Modified:
  head/devel/py3-cffi/Makefile   (contents, props changed)

Modified: head/devel/py3-cffi/Makefile
==============================================================================
--- head/devel/py3-cffi/Makefile	Fri Jun  2 18:14:00 2017	(r442431)
+++ head/devel/py3-cffi/Makefile	Fri Jun  2 18:14:05 2017	(r442432)
@@ -1,8 +1,9 @@
-
+# $FreeBSD$
+#
 MASTERDIR=	${.CURDIR}/../py-cffi
 
-USES=	localbase python:3.3+ compiler
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py3-pycparser
+
+USES=		localbase python:3.3+ compiler
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list