summaryrefslogtreecommitdiff
path: root/lang/python31
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-11-24 14:05:30 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-11-24 14:05:30 +0000
commit30196d0e4819da933f23fdd4a71f477fb633b819 (patch)
treeb186edc68136c81bda797d4ec2270b9970543586 /lang/python31
parentc72565fa716aca41d7c720f209473fac633f22da (diff)
Notes
Diffstat (limited to 'lang/python31')
-rw-r--r--lang/python31/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index d0d26f11bd0d..965605053f06 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -2,7 +2,7 @@
PORTNAME= python31
PORTVERSION= 3.1.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -11,26 +11,28 @@ DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= python@FreeBSD.org
COMMENT= Interpreted object-oriented programming language
-DEPRECATED= This port will reach it's EoL upstream soon, please migrate to lang/python33
+DEPRECATED= Python 3.1 will be end-of-life soon, please migrate to lang/python33
EXPIRATION_DATE=2014-06-01
DIST_SUBDIR= python
-WRKSRC= ${PYTHON_WRKSRC}/portbld.static
-PATCH_WRKSRC= ${PYTHON_WRKSRC}
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure # must be relative
-CONFIGURE_ENV= OPT="" SVNVERSION="echo freebsd"
+CONFIGURE_ENV= OPT="" SVNVERSION="echo freebsd" ac_cv_opt_olimit_ok=no
MAKE_ENV= VPATH="${PYTHON_WRKSRC}"
-USE_LDCONFIG= yes
INSTALL_TARGET= altinstall
MAN1= ${PYTHON_VERSION}.1
+USE_LDCONFIG= yes
USE_PYTHON= yes
USE_XZ= yes
+
PYTHON_VERSION= python3.1
PYTHON_NO_DEPENDS= yes
+WRKSRC= ${PYTHON_WRKSRC}/portbld.static
SHARED_WRKSRC= ${PYTHON_WRKSRC}/portbld.shared
+PATCH_WRKSRC= ${PYTHON_WRKSRC}
+
PLIST= ${WRKDIR}/PLIST
PLIST_TEMPLATE?=${PKGDIR}/pkg-plist
PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \