diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-09 06:30:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-09 06:30:55 +0800 |
commit | ad6dcb178b410931b8a584938b44fc4da53756f8 (patch) | |
tree | 8ce0d77d48a49a1635170171ab0c9ebe5244ee5c /cad | |
parent | e4a324dde12b05e8afc0511401cb97ac0ae57582 (diff) | |
download | freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.tar.gz freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.tar.zst freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.zip |
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pythoncad/Makefile | 2 | ||||
-rw-r--r-- | cad/pythoncad/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/cad/pythoncad/Makefile b/cad/pythoncad/Makefile index 02c8c7e90c72..2af346e446a9 100644 --- a/cad/pythoncad/Makefile +++ b/cad/pythoncad/Makefile @@ -8,7 +8,7 @@ PORTNAME= pythoncad PORTVERSION= 36 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= http://www.pythoncad.org/releases/ DISTNAME= PythonCAD-DS1-R${PORTVERSION} diff --git a/cad/pythoncad/pkg-plist b/cad/pythoncad/pkg-plist index a00943a53aec..41d355a5a724 100644 --- a/cad/pythoncad/pkg-plist +++ b/cad/pythoncad/pkg-plist @@ -32,6 +32,7 @@ bin/gtkpycad %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/keywords.py %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/layer.py %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/leader.py +%%PYTHON_SITELIBDIR%%/PythonCAD/Generic/leader.pyc %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/linetype.py %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/logger.py %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/maptree.py @@ -92,8 +93,6 @@ bin/gtkpycad %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/imageio.pyc %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/intersections.pyc %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/keywords.pyc -%%PYTHON_SITELIBDIR%%/PythonCAD/Generic/layer.pyc -%%PYTHON_SITELIBDIR%%/PythonCAD/Generic/leader.pyc %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/linetype.pyc %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/logger.pyc %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/maptree.pyc @@ -154,7 +153,6 @@ bin/gtkpycad %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/imageio.pyo %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/intersections.pyo %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/keywords.pyo -%%PYTHON_SITELIBDIR%%/PythonCAD/Generic/layer.pyo %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/leader.pyo %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/linetype.pyo %%PYTHON_SITELIBDIR%%/PythonCAD/Generic/logger.pyo |