diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-05-11 11:37:54 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-05-11 11:37:54 +0000 |
| commit | f831a5f25d60821da88ade0ace86c08c9d2cf709 (patch) | |
| tree | b020e38fc04cd185be3ccd6bc4be24d68b1f8a15 /lang/python31/Makefile | |
| parent | - Point MASTER_SITES to the URL provided by the upstream website (diff) | |
Commit all the non-functional changes to python ports to reduce the diff size
for an exp-run of updated python versions.
- trim Makefile headers
- remove leading indefinite article from COMMENT
- use PYTHON shortcut in MASTER_SITES
- whitespace fixes
- remove checks for unsupported versions of FreeBSD
- use static value ``33'' instead of PYTHON_SUFFIX in lang/python33/pkg-plist,
because this value is not supposed to be changed across the branch and for
consistency with other python3 ports
- remove conflicts in lang/python-mode.el with not more existing python-2.4
Notes
Notes:
svn path=/head/; revision=317865
Diffstat (limited to 'lang/python31/Makefile')
| -rw-r--r-- | lang/python31/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 998ff3a1f201..29be47807b1e 100644 --- a/lang/python31/Makefile +++ b/lang/python31/Makefile @@ -4,12 +4,12 @@ PORTNAME= python31 PORTVERSION= 3.1.5 PORTREVISION= 2 CATEGORIES= lang python ipv6 -MASTER_SITES= ${PYTHON_MASTER_SITES} +MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org -COMMENT= An interpreted object-oriented programming language +COMMENT= Interpreted object-oriented programming language DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC}/portbld.static |
