pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python21 Fix PLIST on FreeBSD. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d3976a49c56
branches:  trunk
changeset: 517940:8d3976a49c56
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Aug 26 15:32:29 2006 +0000

description:
Fix PLIST on FreeBSD. Bump revision.

diffstat:

 lang/python21/Makefile      |  4 ++--
 lang/python21/PLIST.FreeBSD |  7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 762b94c7becc -r 8d3976a49c56 lang/python21/Makefile
--- a/lang/python21/Makefile    Sat Aug 26 15:30:57 2006 +0000
+++ b/lang/python21/Makefile    Sat Aug 26 15:32:29 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2006/05/15 18:12:28 minskim Exp $
+# $NetBSD: Makefile,v 1.33 2006/08/26 15:32:29 joerg Exp $
 #
 
 DISTNAME=      Python-2.1.3
 PKGNAME=       python21-2.1.3
-PKGREVISION=   13
+PKGREVISION=   14
 CATEGORIES=    lang python
 MASTER_SITES=  ftp://ftp.python.org/pub/python/2.1.3/
 EXTRACT_SUFX=  .tgz
diff -r 762b94c7becc -r 8d3976a49c56 lang/python21/PLIST.FreeBSD
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/python21/PLIST.FreeBSD       Sat Aug 26 15:32:29 2006 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST.FreeBSD,v 1.1 2006/08/26 15:32:29 joerg Exp $
+lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/SOCKET.py
+lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/SOCKET.pyc
+lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/SOCKET.pyo
+lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/TERMIOS.py
+lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/TERMIOS.pyc
+lib/python${PY_VER_SUFFIX}/plat-${PY_PLATNAME}/TERMIOS.pyo



Home | Main Index | Thread Index | Old Index