diff options
author | perky <perky@FreeBSD.org> | 2004-11-21 15:47:10 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2004-11-21 15:47:10 +0800 |
commit | 3d67e0c701263317f856be442330bafaa1e94a26 (patch) | |
tree | c381add8a4631328977c4ec83b59965cbe8c71e8 /lang/python21/pkg-plist | |
parent | 183f1ed93cb47a4b8a3ac51de63901a962a99ae8 (diff) | |
download | freebsd-ports-graphics-3d67e0c701263317f856be442330bafaa1e94a26.tar.gz freebsd-ports-graphics-3d67e0c701263317f856be442330bafaa1e94a26.tar.zst freebsd-ports-graphics-3d67e0c701263317f856be442330bafaa1e94a26.zip |
- Add support for FreeBSD 6.
- Drop support for FreeBSD 2.
- Bump PORTREVISION.
Diffstat (limited to 'lang/python21/pkg-plist')
-rw-r--r-- | lang/python21/pkg-plist | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/python21/pkg-plist b/lang/python21/pkg-plist index 5a58a90108d..6cab43d7ead 100644 --- a/lang/python21/pkg-plist +++ b/lang/python21/pkg-plist @@ -1072,13 +1072,6 @@ lib/%%PYTHON_VERSION%%/pickle.pyo lib/%%PYTHON_VERSION%%/pipes.py lib/%%PYTHON_VERSION%%/pipes.pyc lib/%%PYTHON_VERSION%%/pipes.pyo -lib/%%PYTHON_VERSION%%/plat-freebsd2/FCNTL.py -lib/%%PYTHON_VERSION%%/plat-freebsd2/FCNTL.pyc -lib/%%PYTHON_VERSION%%/plat-freebsd2/FCNTL.pyo -lib/%%PYTHON_VERSION%%/plat-freebsd2/IN.py -lib/%%PYTHON_VERSION%%/plat-freebsd2/IN.pyc -lib/%%PYTHON_VERSION%%/plat-freebsd2/IN.pyo -lib/%%PYTHON_VERSION%%/plat-freebsd2/regen lib/%%PYTHON_VERSION%%/plat-freebsd3/FCNTL.py lib/%%PYTHON_VERSION%%/plat-freebsd3/FCNTL.pyc lib/%%PYTHON_VERSION%%/plat-freebsd3/FCNTL.pyo @@ -1100,6 +1093,13 @@ lib/%%PYTHON_VERSION%%/plat-freebsd5/IN.py lib/%%PYTHON_VERSION%%/plat-freebsd5/IN.pyc lib/%%PYTHON_VERSION%%/plat-freebsd5/IN.pyo lib/%%PYTHON_VERSION%%/plat-freebsd5/regen +lib/%%PYTHON_VERSION%%/plat-freebsd6/FCNTL.py +lib/%%PYTHON_VERSION%%/plat-freebsd6/FCNTL.pyc +lib/%%PYTHON_VERSION%%/plat-freebsd6/FCNTL.pyo +lib/%%PYTHON_VERSION%%/plat-freebsd6/IN.py +lib/%%PYTHON_VERSION%%/plat-freebsd6/IN.pyc +lib/%%PYTHON_VERSION%%/plat-freebsd6/IN.pyo +lib/%%PYTHON_VERSION%%/plat-freebsd6/regen lib/%%PYTHON_VERSION%%/popen2.py lib/%%PYTHON_VERSION%%/popen2.pyc lib/%%PYTHON_VERSION%%/popen2.pyo @@ -2363,10 +2363,10 @@ lib/%%PYTHON_VERSION%%/zipfile.pyo @dirrm lib/%%PYTHON_VERSION%%/test/output @dirrm lib/%%PYTHON_VERSION%%/test @dirrm lib/%%PYTHON_VERSION%%/site-packages +@dirrm lib/%%PYTHON_VERSION%%/plat-freebsd6 @dirrm lib/%%PYTHON_VERSION%%/plat-freebsd5 @dirrm lib/%%PYTHON_VERSION%%/plat-freebsd4 @dirrm lib/%%PYTHON_VERSION%%/plat-freebsd3 -@dirrm lib/%%PYTHON_VERSION%%/plat-freebsd2 @dirrm lib/%%PYTHON_VERSION%%/lib-tk @dirrm lib/%%PYTHON_VERSION%%/lib-old @dirrm lib/%%PYTHON_VERSION%%/lib-dynload |