svn commit: r519244 - in head/lang: python35 python36
Tobias C. Berner
tcberner at FreeBSD.org
Sat Dec 7 22:19:31 UTC 2019
Author: tcberner
Date: Sat Dec 7 22:19:30 2019
New Revision: 519244
URL: https://svnweb.freebsd.org/changeset/ports/519244
Log:
Fix makefile ordering.
Reported by: mat
Modified:
head/lang/python35/Makefile
head/lang/python36/Makefile
Modified: head/lang/python35/Makefile
==============================================================================
--- head/lang/python35/Makefile Sat Dec 7 21:46:04 2019 (r519243)
+++ head/lang/python35/Makefile Sat Dec 7 22:19:30 2019 (r519244)
@@ -10,14 +10,14 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX}
DISTNAME= Python-${PORTVERSION}
DIST_SUBDIR= python
+# Resolve sinpi name clash with libm (IEEE-754 violation)
+PATCH_SITES= https://github.com/python/cpython/commit/
+PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1
+
MAINTAINER= python at FreeBSD.org
COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
-
-# Resolve sinpi name clash with libm (IEEE-754 violation)
-PATCH_SITES= https://github.com/python/cpython/commit/
-PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1
USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
USE_CSTD= c99
Modified: head/lang/python36/Makefile
==============================================================================
--- head/lang/python36/Makefile Sat Dec 7 21:46:04 2019 (r519243)
+++ head/lang/python36/Makefile Sat Dec 7 22:19:30 2019 (r519244)
@@ -10,15 +10,15 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX}
DISTNAME= Python-${PORTVERSION}
DIST_SUBDIR= python
-MAINTAINER= python at FreeBSD.org
-COMMENT= Interpreted object-oriented programming language
-
-LICENSE= PSFL
-
# Resolve sinpi name clash with libm (IEEE-754 violation)
PATCH_SITES= https://github.com/python/cpython/commit/
PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \
f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1
+
+MAINTAINER= python at FreeBSD.org
+COMMENT= Interpreted object-oriented programming language
+
+LICENSE= PSFL
USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in
More information about the svn-ports-head
mailing list