diff options
author | rm <rm@FreeBSD.org> | 2013-05-11 19:37:54 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2013-05-11 19:37:54 +0800 |
commit | 7447ccafeb6c795c9ab5dc119f1a9cf4e5461499 (patch) | |
tree | b020e38fc04cd185be3ccd6bc4be24d68b1f8a15 /lang/python26 | |
parent | 0b149aa7fb0ac0c841e81be8c3eee3305f1837aa (diff) | |
download | freebsd-ports-graphics-7447ccafeb6c795c9ab5dc119f1a9cf4e5461499.tar.gz freebsd-ports-graphics-7447ccafeb6c795c9ab5dc119f1a9cf4e5461499.tar.zst freebsd-ports-graphics-7447ccafeb6c795c9ab5dc119f1a9cf4e5461499.zip |
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
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/Makefile | 4 | ||||
-rw-r--r-- | lang/python26/files/pkg-message.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 9dce55ae6d8..cdbef00206b 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -5,12 +5,12 @@ PORTNAME= python26 PORTVERSION= 2.6.8 PORTREVISION= 4 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 diff --git a/lang/python26/files/pkg-message.in b/lang/python26/files/pkg-message.in index 7f65e4d4ea8..26e6dfa5b1e 100644 --- a/lang/python26/files/pkg-message.in +++ b/lang/python26/files/pkg-message.in @@ -4,7 +4,7 @@ ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm -sqlite3 databases/py-sqlite3 +sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. |