Hi all,

This diff updates twisted to 8.2.0.  The most notable change is Web2
being phased out.  I have reworked the regress target a bit too. 

Please comments and oks.

Eric.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile    29 Jul 2006 14:37:37 -0000      1.1.1.1
+++ Makefile    20 Jan 2009 10:32:41 -0000
@@ -8,7 +8,7 @@
      SUBDIR += news
      SUBDIR += runner
      SUBDIR += web
-     SUBDIR += web2
+#     SUBDIR += web2
      SUBDIR += words
 
 .include <bsd.port.subdir.mk>
Index: Makefile.inc
===================================================================
RCS file: /cvs/ports/devel/py-twisted/Makefile.inc,v
retrieving revision 1.3
diff -u -r1.3 Makefile.inc
--- Makefile.inc        15 Apr 2008 11:04:27 -0000      1.3
+++ Makefile.inc        20 Jan 2009 10:32:41 -0000
@@ -17,7 +17,12 @@
 MODPY_EGG_VERSION?=    ${VERSION}
 
 .if empty(PKGNAME:L:M*core*)
-RUN_DEPENDS+=  :py-twisted-core-*:devel/py-twisted/core
+RUN_DEPENDS+=          :py-twisted-core-*:devel/py-twisted/core
+.else
+REGRESS_DEPENDS+=      :py-twisted-core-*:devel/py-twisted/core
 .endif
 BUILD_DEPENDS= ${RUN_DEPENDS}
 REGRESS_DEPENDS+=${RUN_DEPENDS}
+
+do-regress:
+       ${LOCALBASE}/bin/trial --temp-directory=${WRKBUILD} ${TRIAL_TARGET}
Index: conch/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/conch/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- conch/Makefile      12 Jun 2008 06:46:40 -0000      1.8
+++ conch/Makefile      20 Jan 2009 10:32:41 -0000
@@ -4,7 +4,7 @@
 
 CATEGORIES=    net
 
-VERSION=       8.1.0
+VERSION=       8.2.0
 DISTNAME=      TwistedConch-${VERSION}
 PKGNAME=       py-twisted-conch-${VERSION}
 
@@ -15,9 +15,6 @@
 REGRESS_DEPENDS=:py-twisted-conch-*:devel/py-twisted/conch
 RUN_DEPENDS=   :py-crypto-*:security/py-crypto
 
-do-regress:
-       ${LOCALBASE}/bin/trial \
-               --temp-directory=${WRKBUILD} \
-               twisted.conch
+TRIAL_TARGET=  twisted.conch
 
 .include <bsd.port.mk>
Index: conch/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-twisted/conch/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- conch/distinfo      12 Jun 2008 06:46:40 -0000      1.5
+++ conch/distinfo      20 Jan 2009 10:32:41 -0000
@@ -1,5 +1,5 @@
-MD5 (TwistedConch-8.1.0.tar.bz2) = 50Zhhhi6k/cH93JYmeFBqQ==
-RMD160 (TwistedConch-8.1.0.tar.bz2) = cpxLJHk6ZS1gXbBKTYewQmvnFs4=
-SHA1 (TwistedConch-8.1.0.tar.bz2) = zv1/2W+8ujsJrYde1JYTBQWyCs0=
-SHA256 (TwistedConch-8.1.0.tar.bz2) = 
tcp6622yfAPoSqhUyw1RXeT2ZgiD33QPH9iREc9RWlI=
-SIZE (TwistedConch-8.1.0.tar.bz2) = 165064
+MD5 (TwistedConch-8.2.0.tar.bz2) = HhfO+KAQiswJ/C+fomvj8Q==
+RMD160 (TwistedConch-8.2.0.tar.bz2) = XDNpmRkDhvX47D+DZ5i+sjs5KaE=
+SHA1 (TwistedConch-8.2.0.tar.bz2) = TtTK4RNA716nHIklnrQcL35Bht0=
+SHA256 (TwistedConch-8.2.0.tar.bz2) = 
sKZoolgHi2zMzqwoPgfT0Ez9hb1QB0lk9DmfrgTrqXQ=
+SIZE (TwistedConch-8.2.0.tar.bz2) = 186761
Index: conch/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-twisted/conch/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- conch/pkg/PLIST     15 Apr 2008 11:04:27 -0000      1.4
+++ conch/pkg/PLIST     20 Jan 2009 10:32:41 -0000
@@ -25,6 +25,8 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/default.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/direct.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/direct.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/knownhosts.py
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/knownhosts.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/options.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/options.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/client/unix.py
@@ -120,10 +122,14 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/keydata.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/keydata.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_agent.py
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_agent.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_cftp.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_cftp.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_channel.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_channel.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_checkers.py
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_checkers.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_conch.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_conch.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_connection.py
@@ -136,10 +142,14 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_insults.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_keys.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_keys.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_knownhosts.py
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_knownhosts.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_manhole.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_manhole.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_mixin.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_mixin.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_openssh_compat.py
+lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_openssh_compat.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_recvline.py
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_recvline.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/conch/test/test_ssh.py
Index: core/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/core/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- core/Makefile       2 Jan 2009 13:07:37 -0000       1.12
+++ core/Makefile       20 Jan 2009 10:32:41 -0000
@@ -2,9 +2,9 @@
 
 COMMENT=       event-based Python framework (core module)
 
-VERSION=       8.1.0
+VERSION=       8.2.0
 DISTNAME=      TwistedCore-${VERSION}
-PKGNAME=       py-twisted-core-${VERSION}p1
+PKGNAME=       py-twisted-core-${VERSION}
 
 HOMEPAGE=      http://twistedmatrix.com/trac/wiki/TwistedCore
 
@@ -25,11 +25,7 @@
                        ${PREFIX}/share/doc/py-twisted-core/{} \;
        mv ${PREFIX}/share/doc/py-twisted-core/examples 
${PREFIX}/share/examples/py-twisted-core
 
-
-do-regress: fake
-       env PYTHONPATH=${WRKINST}${MODPY_SITEPKG} \
-               ${WRKINST}${LOCALBASE}/bin/trial \
-                       --temp-directory=${WRKBUILD} \
-                       twisted.test twisted.trial.test twisted.python.test 
twisted.internet.test
+TRIAL_TARGET=twisted.test twisted.trial.test twisted.python.test 
twisted.internet.test
+                       
 
 .include <bsd.port.mk>
Index: core/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-twisted/core/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- core/distinfo       12 Jun 2008 06:46:40 -0000      1.5
+++ core/distinfo       20 Jan 2009 10:32:41 -0000
@@ -1,5 +1,5 @@
-MD5 (TwistedCore-8.1.0.tar.bz2) = tvdmx1EtNCvhhE7u6XQDHQ==
-RMD160 (TwistedCore-8.1.0.tar.bz2) = kvKMFHCfXrMHdXzZk6URNEEJxZo=
-SHA1 (TwistedCore-8.1.0.tar.bz2) = d7br/1wR6m77YuQdCwmJfTfZdCM=
-SHA256 (TwistedCore-8.1.0.tar.bz2) = 
FLjPyMeCBzsM4EaxOdrFUUmZIIcgkZRpbTkGSbYvXzI=
-SIZE (TwistedCore-8.1.0.tar.bz2) = 1194164
+MD5 (TwistedCore-8.2.0.tar.bz2) = Rvems+Ke9IxANcItePaRlg==
+RMD160 (TwistedCore-8.2.0.tar.bz2) = cWK+DU8THi6DebpDMLD/iXimUww=
+SHA1 (TwistedCore-8.2.0.tar.bz2) = DE8kxmExamUO0Uk9LGqazmwQ/Sc=
+SHA256 (TwistedCore-8.2.0.tar.bz2) = 
SB6OpLBbSCqhOWyjrQn6xghqzd/Vfu17tj4ThXF63eQ=
+SIZE (TwistedCore-8.2.0.tar.bz2) = 1205654
Index: core/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-twisted/core/pkg/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- core/pkg/PLIST      12 Jun 2008 06:46:40 -0000      1.4
+++ core/pkg/PLIST      20 Jan 2009 10:32:42 -0000
@@ -2,7 +2,6 @@
 bin/manhole
 bin/mktap
 bin/pyhtmlizer
-bin/t-im
 bin/tap2deb
 bin/tap2rpm
 bin/tapconvert
@@ -65,6 +64,8 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/__init__.py
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/_baseprocess.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/_baseprocess.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/_dumbwin32proc.py
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/_dumbwin32proc.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/_javaserialport.py
@@ -178,10 +179,26 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/__init__.py
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_gtk2reactor.py
-lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_gtk2reactor.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/process_helper.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/process_helper.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/reactormixins.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/reactormixins.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_baseprocess.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_baseprocess.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_core.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_core.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_iocp.py
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_iocp.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_process.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_process.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_tcp.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_tcp.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_time.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_time.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_tls.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_tls.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_unix.py
+lib/python${MODPY_VERSION}/site-packages/twisted/internet/test/test_unix.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/threads.py
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/threads.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/internet/tksupport.py
@@ -448,6 +465,8 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_dist.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_release.py
 lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_release.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_runtime.py
+lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_runtime.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_util.py
 lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_util.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/python/test/test_versions.py
@@ -883,6 +902,8 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_tests.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_util.py
 lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_util.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_warning.py
+lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/test_warning.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/weird.py
 lib/python${MODPY_VERSION}/site-packages/twisted/trial/test/weird.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/trial/unittest.py
@@ -916,8 +937,6 @@
 share/doc/py-twisted-core/howto/deferredindepth.html
 share/doc/py-twisted-core/howto/design.html
 share/doc/py-twisted-core/howto/dirdbm.html
-share/doc/py-twisted-core/howto/enterprise.html
-share/doc/py-twisted-core/howto/faq.html
 share/doc/py-twisted-core/howto/gendefer.html
 share/doc/py-twisted-core/howto/glossary.html
 share/doc/py-twisted-core/howto/howto.tidyrc
@@ -1005,6 +1024,7 @@
 share/doc/py-twisted-core/howto/process.html
 share/doc/py-twisted-core/howto/producers.html
 share/doc/py-twisted-core/howto/quotes.html
+share/doc/py-twisted-core/howto/rdbms.html
 share/doc/py-twisted-core/howto/reactor-basics.html
 share/doc/py-twisted-core/howto/row.html
 share/doc/py-twisted-core/howto/servers.html
@@ -1043,28 +1063,28 @@
 share/doc/py-twisted-core/howto/tutorial/listings/finger/finger08.py
 share/doc/py-twisted-core/howto/tutorial/listings/finger/finger09.py
 share/doc/py-twisted-core/howto/tutorial/listings/finger/finger10.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger11.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger12.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger13.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger14.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger15.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger16.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger17.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger18.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19a.py
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger11.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger12.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger13.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger14.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger15.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger16.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger17.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger18.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19a.tac
 share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19a_changes.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19b.py
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19b.tac
 share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19b_changes.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19c.py
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19c.tac
 share/doc/py-twisted-core/howto/tutorial/listings/finger/finger19c_changes.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger20.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/finger21.py
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger20.tac
+share/doc/py-twisted-core/howto/tutorial/listings/finger/finger21.tac
 share/doc/py-twisted-core/howto/tutorial/listings/finger/finger22.py
 share/doc/py-twisted-core/howto/tutorial/listings/finger/fingerPBclient.py
 share/doc/py-twisted-core/howto/tutorial/listings/finger/fingerXRclient.py
 share/doc/py-twisted-core/howto/tutorial/listings/finger/finger_config.py
-share/doc/py-twisted-core/howto/tutorial/listings/finger/fingerproxy.py
+share/doc/py-twisted-core/howto/tutorial/listings/finger/fingerproxy.tac
 share/doc/py-twisted-core/howto/tutorial/listings/finger/organized-finger.tac
 share/doc/py-twisted-core/howto/tutorial/listings/finger/simple-finger.tac
 share/doc/py-twisted-core/howto/tutorial/pb.html
@@ -1087,8 +1107,6 @@
 share/doc/py-twisted-core/img/deferred.png
 share/doc/py-twisted-core/img/twisted-overview.dia
 share/doc/py-twisted-core/img/twisted-overview.png
-share/doc/py-twisted-core/img/twisted_1.gif
-share/doc/py-twisted-core/img/twisted_2.gif
 share/doc/py-twisted-core/index.html
 share/doc/py-twisted-core/man/
 share/doc/py-twisted-core/man/manhole-man.html
@@ -1123,7 +1141,6 @@
 share/examples/py-twisted-core/chatserver.py
 share/examples/py-twisted-core/courier.py
 share/examples/py-twisted-core/cred.py
-share/examples/py-twisted-core/cursesclient.py
 share/examples/py-twisted-core/dbcred.py
 share/examples/py-twisted-core/echoclient.py
 share/examples/py-twisted-core/echoclient_ssl.py
@@ -1133,12 +1150,12 @@
 share/examples/py-twisted-core/echoserv_udp.py
 share/examples/py-twisted-core/filewatch.py
 share/examples/py-twisted-core/ftpclient.py
+share/examples/py-twisted-core/ftpserver.py
 share/examples/py-twisted-core/gpsfix.py
 share/examples/py-twisted-core/index.html
 share/examples/py-twisted-core/longex.py
 share/examples/py-twisted-core/longex2.py
 share/examples/py-twisted-core/mouse.py
-share/examples/py-twisted-core/pairudp.py
 share/examples/py-twisted-core/pb_exceptions.py
 share/examples/py-twisted-core/pbbenchclient.py
 share/examples/py-twisted-core/pbbenchserver.py
@@ -1178,5 +1195,6 @@
 share/examples/py-twisted-core/threadedselect/README
 share/examples/py-twisted-core/threadedselect/blockingdemo.py
 share/examples/py-twisted-core/threadedselect/pygamedemo.py
+share/examples/py-twisted-core/twistd-logging.tac
 share/examples/py-twisted-core/wxacceptance.py
 share/examples/py-twisted-core/wxdemo.py
Index: lore/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/lore/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- lore/Makefile       12 Jun 2008 06:46:40 -0000      1.7
+++ lore/Makefile       20 Jan 2009 10:32:42 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       documentation generator
 
-VERSION=       8.1.0
+VERSION=       8.2.0
 DISTNAME=      TwistedLore-${VERSION}
 PKGNAME=       py-twisted-lore-${VERSION}
 
@@ -13,9 +13,6 @@
 REGRESS_DEPENDS=:py-twisted-lore-*:devel/py-twisted/lore
 RUN_DEPENDS=   :py-twisted-web-*:devel/py-twisted/web
 
-do-regress:
-       ${LOCALBASE}/bin/trial \
-               --temp-directory=${WRKBUILD} \
-               twisted.lore
+TRIAL_TARGET=  twisted.lore
 
 .include <bsd.port.mk>
Index: lore/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-twisted/lore/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- lore/distinfo       12 Jun 2008 06:46:40 -0000      1.5
+++ lore/distinfo       20 Jan 2009 10:32:42 -0000
@@ -1,5 +1,5 @@
-MD5 (TwistedLore-8.1.0.tar.bz2) = 7HImuIIYWG7B1cOzYkN2tw==
-RMD160 (TwistedLore-8.1.0.tar.bz2) = eCmdhQGGO/M66nm2xpaCoKKeWwY=
-SHA1 (TwistedLore-8.1.0.tar.bz2) = camOxTxZ7IjFXYUsAd4pOvyL9X4=
-SHA256 (TwistedLore-8.1.0.tar.bz2) = 
IPWg5X5DD4ij3Q0KhFCUMpyL1uy03gHva4whH/Qe9Aw=
-SIZE (TwistedLore-8.1.0.tar.bz2) = 64114
+MD5 (TwistedLore-8.2.0.tar.bz2) = 4htE5sPZI8++VDqmN2QcMg==
+RMD160 (TwistedLore-8.2.0.tar.bz2) = BoX7K0JUFY0sgdiyTjSR8GC+EOg=
+SHA1 (TwistedLore-8.2.0.tar.bz2) = B8iYqMPBimRrOuKrmYYqtmfB6XQ=
+SHA256 (TwistedLore-8.2.0.tar.bz2) = 
XCY6hPHcAlYtWra/UR6AcSa+HwAiX+02QGe6TvFgMoQ=
+SIZE (TwistedLore-8.2.0.tar.bz2) = 64172
Index: lore/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-twisted/lore/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- lore/pkg/PLIST      15 Apr 2008 11:04:27 -0000      1.3
+++ lore/pkg/PLIST      20 Jan 2009 10:32:42 -0000
@@ -1,5 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.3 2008/04/15 11:04:27 eric Exp $
-bin/bookify
 bin/lore
 
lib/python${MODPY_VERSION}/site-packages/Twisted_Lore-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
 lib/python${MODPY_VERSION}/site-packages/twisted/lore/
Index: mail/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/mail/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- mail/Makefile       12 Jun 2008 06:46:40 -0000      1.7
+++ mail/Makefile       20 Jan 2009 10:32:42 -0000
@@ -4,7 +4,7 @@
 
 CATEGORIES=    mail
 
-VERSION=       8.1.0
+VERSION=       8.2.0
 DISTNAME=      TwistedMail-${VERSION}
 PKGNAME=       py-twisted-mail-${VERSION}
 
@@ -15,9 +15,6 @@
 REGRESS_DEPENDS=:py-twisted-mail-*:devel/py-twisted/mail \
                :py-twisted-names-*:devel/py-twisted/names
 
-do-regress:
-       ${LOCALBASE}/bin/trial \
-               --temp-directory=${WRKBUILD} \
-               twisted.mail
+TRIAL_TARGET=  twisted.mail
 
 .include <bsd.port.mk>
Index: mail/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-twisted/mail/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- mail/distinfo       12 Jun 2008 06:46:40 -0000      1.5
+++ mail/distinfo       20 Jan 2009 10:32:42 -0000
@@ -1,5 +1,5 @@
-MD5 (TwistedMail-8.1.0.tar.bz2) = tHFDQ1baXN+wTb44gCQl7w==
-RMD160 (TwistedMail-8.1.0.tar.bz2) = w6Ze//vhXa2H/ApR6fUBcgplpIw=
-SHA1 (TwistedMail-8.1.0.tar.bz2) = ybq+RqQydTG/bmTV7pt2zORGoBc=
-SHA256 (TwistedMail-8.1.0.tar.bz2) = 
L6edZ3/yeSM+lA6F2MXkxj138FSmAh2vP12JvkWNOrs=
-SIZE (TwistedMail-8.1.0.tar.bz2) = 128587
+MD5 (TwistedMail-8.2.0.tar.bz2) = WntGnXkIfOiXPR9DwSA80w==
+RMD160 (TwistedMail-8.2.0.tar.bz2) = Xg3A6WxzG78nT2tnFD0TAh1HEJM=
+SHA1 (TwistedMail-8.2.0.tar.bz2) = 9PMQpW4yHsS/9zDDJDJ3Fbeoe1c=
+SHA256 (TwistedMail-8.2.0.tar.bz2) = 
GshRf+tL6SZV18W5umUrJ5ZX08eyBeb7JnsJTIcHTq4=
+SIZE (TwistedMail-8.2.0.tar.bz2) = 130035
Index: mail/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-twisted/mail/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- mail/pkg/PLIST      15 Apr 2008 11:04:27 -0000      1.3
+++ mail/pkg/PLIST      20 Jan 2009 10:32:42 -0000
@@ -49,6 +49,8 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_imap.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_mail.py
 lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_mail.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_mailmail.py
+lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_mailmail.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_options.py
 lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_options.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/mail/test/test_pop3.py
Index: names/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/names/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- names/Makefile      12 Jun 2008 06:46:40 -0000      1.7
+++ names/Makefile      20 Jan 2009 10:32:42 -0000
@@ -4,7 +4,7 @@
 
 CATEGORIES+=   net
 
-VERSION=       8.1.0
+VERSION=       8.2.0
 DISTNAME=      TwistedNames-${VERSION}
 PKGNAME=       py-twisted-names-${VERSION}
 
@@ -14,9 +14,6 @@
 
 REGRESS_DEPENDS=:py-twisted-names-*:devel/py-twisted/names
 
-do-regress:
-       ${LOCALBASE}/bin/trial \
-               --temp-directory=${WRKBUILD} \
-               twisted.names
+TRIAL_TARGET=  twisted.names
 
 .include <bsd.port.mk>
Index: names/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-twisted/names/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- names/distinfo      12 Jun 2008 06:46:40 -0000      1.5
+++ names/distinfo      20 Jan 2009 10:32:42 -0000
@@ -1,5 +1,5 @@
-MD5 (TwistedNames-8.1.0.tar.bz2) = 5fSfwjvvAVSE29Alv4NWEQ==
-RMD160 (TwistedNames-8.1.0.tar.bz2) = YEfWiLbPO05vQd4hY8leXzZ/P9g=
-SHA1 (TwistedNames-8.1.0.tar.bz2) = IIeqPPAJFxCeyDYzWRgTCOwsli0=
-SHA256 (TwistedNames-8.1.0.tar.bz2) = 
cg6qzfyQD+93TvDGDXkbb8R33JATQOn6Oqw2GzaPPhs=
-SIZE (TwistedNames-8.1.0.tar.bz2) = 36870
+MD5 (TwistedNames-8.2.0.tar.bz2) = wFbJlsuusnB4u6IU5r9Ycg==
+RMD160 (TwistedNames-8.2.0.tar.bz2) = c86Yq2r/5GAIS5i1UntEhwpNg6Y=
+SHA1 (TwistedNames-8.2.0.tar.bz2) = uoUICetaFBx5XjzRC72zaFpsohc=
+SHA256 (TwistedNames-8.2.0.tar.bz2) = 
taNxIvi5IX/dZZM8pnjmdSJ36UC+luE7uUuqnw5/gTg=
+SIZE (TwistedNames-8.2.0.tar.bz2) = 43881
Index: news/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/news/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- news/Makefile       12 Jun 2008 06:46:40 -0000      1.7
+++ news/Makefile       20 Jan 2009 10:32:42 -0000
@@ -4,7 +4,7 @@
 
 CATEGORIES+=   news
 
-VERSION=       8.1.0
+VERSION=       8.2.0
 DISTNAME=      TwistedNews-${VERSION}
 PKGNAME=       py-twisted-news-${VERSION}
 
@@ -15,9 +15,6 @@
 REGRESS_DEPENDS=:py-twisted-news-*:devel/py-twisted/news
 RUN_DEPENDS=   :py-twisted-mail-*:devel/py-twisted/mail
 
-do-regress:
-       ${LOCALBASE}/bin/trial \
-               --temp-directory=${WRKBUILD} \
-               twisted.news
+TRIAL_TARGET=  twisted.news
 
 .include <bsd.port.mk>
Index: news/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-twisted/news/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- news/distinfo       12 Jun 2008 06:46:40 -0000      1.5
+++ news/distinfo       20 Jan 2009 10:32:42 -0000
@@ -1,5 +1,5 @@
-MD5 (TwistedNews-8.1.0.tar.bz2) = JYSa19SqjlFspIaYYQnroA==
-RMD160 (TwistedNews-8.1.0.tar.bz2) = LanbitcKDMNck3mt3IVRyJ9u92M=
-SHA1 (TwistedNews-8.1.0.tar.bz2) = UR59zMMmwzjRs4ZllsqlfwTa4VQ=
-SHA256 (TwistedNews-8.1.0.tar.bz2) = 
zoISKuCucibyN+iy4cNZfwhUUg+1dMS7zaX3aj1KNWg=
-SIZE (TwistedNews-8.1.0.tar.bz2) = 17008
+MD5 (TwistedNews-8.2.0.tar.bz2) = Rt648GJjXRqV707jsuOCvw==
+RMD160 (TwistedNews-8.2.0.tar.bz2) = 9VvXhg2cVeKi69AQEq6vTb//EQs=
+SHA1 (TwistedNews-8.2.0.tar.bz2) = GLRs+uSwlUwrCWDrO15xNGc2JSc=
+SHA256 (TwistedNews-8.2.0.tar.bz2) = 
H1jJalHqF+H/lNFPGxiwBc9eZ8p9mToO7wH6MZYxkck=
+SIZE (TwistedNews-8.2.0.tar.bz2) = 17082
Index: runner/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/runner/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- runner/Makefile     15 Apr 2008 11:04:27 -0000      1.6
+++ runner/Makefile     20 Jan 2009 10:32:42 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       process management module for Twisted
 
-VERSION=       8.0.0
+VERSION=       8.2.0
 DISTNAME=      TwistedRunner-${VERSION}
 PKGNAME=       py-twisted-runner-${VERSION}
 
@@ -12,9 +12,6 @@
 
 REGRESS_DEPENDS=:py-twisted-runner-*:devel/py-twisted/runner
 
-do-regress:
-       ${LOCALBASE}/bin/trial \
-               --temp-directory=${WRKBUILD} \
-               twisted.runner
+TRIAL_TARGET=  twisted.runner
 
 .include <bsd.port.mk>
Index: runner/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-twisted/runner/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- runner/distinfo     15 Apr 2008 11:04:27 -0000      1.3
+++ runner/distinfo     20 Jan 2009 10:32:42 -0000
@@ -1,5 +1,5 @@
-MD5 (TwistedRunner-8.0.0.tar.bz2) = jcwPTLsGIbdh72eq5zBRqA==
-RMD160 (TwistedRunner-8.0.0.tar.bz2) = 2wG715U0tUH0Yu8vY52n0r845mU=
-SHA1 (TwistedRunner-8.0.0.tar.bz2) = OPTTKDXrYwOjZjVIpTX7bujpNYA=
-SHA256 (TwistedRunner-8.0.0.tar.bz2) = 
B16LKY4f66zCoVDvK6gML25SUaJY+yi5Q0AnQoQn4sA=
-SIZE (TwistedRunner-8.0.0.tar.bz2) = 8255
+MD5 (TwistedRunner-8.2.0.tar.bz2) = iKq2ZmO8wbmE0+3reJ1PHA==
+RMD160 (TwistedRunner-8.2.0.tar.bz2) = 5GIRGXDS3ebrTtXOb1KRS62PYIo=
+SHA1 (TwistedRunner-8.2.0.tar.bz2) = 2YY9fwLgpA1AkfR4iKjHRD9Jsdc=
+SHA256 (TwistedRunner-8.2.0.tar.bz2) = 
EOm7oslgvbsbRtCcHhnq9CBFCuPiA4V6iss0OLTZyig=
+SIZE (TwistedRunner-8.2.0.tar.bz2) = 8328
Index: web/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/web/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- web/Makefile        12 Jun 2008 06:46:40 -0000      1.7
+++ web/Makefile        20 Jan 2009 10:32:42 -0000
@@ -4,7 +4,7 @@
 
 CATEGORIES+=   www
 
-VERSION=       8.1.0
+VERSION=       8.2.0
 DISTNAME=      TwistedWeb-${VERSION}
 PKGNAME=       py-twisted-web-${VERSION}
 
@@ -15,9 +15,6 @@
 RUN_DEPENDS=   :py-SOAPpy-*:devel/py-SOAPpy
 REGRESS_DEPENDS=:py-twisted-web-*:devel/py-twisted/web
 
-do-regress:
-       ${LOCALBASE}/bin/trial \
-               --temp-directory=${WRKBUILD} \
-               twisted.web
+TRIAL_TARGET=  twisted.web
 
 .include <bsd.port.mk>
Index: web/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-twisted/web/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- web/distinfo        12 Jun 2008 06:46:40 -0000      1.5
+++ web/distinfo        20 Jan 2009 10:32:42 -0000
@@ -1,5 +1,5 @@
-MD5 (TwistedWeb-8.1.0.tar.bz2) = BxC4l29kvsdou1IYqxgCwA==
-RMD160 (TwistedWeb-8.1.0.tar.bz2) = ZKAYbI3nhbvB21g1G41PpmqBYY4=
-SHA1 (TwistedWeb-8.1.0.tar.bz2) = 4eAktTBq7B1ZXkTeN0B60vP368M=
-SHA256 (TwistedWeb-8.1.0.tar.bz2) = 
WdfvnGEepP8o7ZGSU+fxUMzGP67n9++ctfRfQwc5jYU=
-SIZE (TwistedWeb-8.1.0.tar.bz2) = 275009
+MD5 (TwistedWeb-8.2.0.tar.bz2) = 4uMBzf7b6CAlNhJpBR5/ZQ==
+RMD160 (TwistedWeb-8.2.0.tar.bz2) = wWCGeJ4FSrJ/14K2kmwnTBEgn54=
+SHA1 (TwistedWeb-8.2.0.tar.bz2) = u2ZXIcMxQ/eBgZv93oEJjZrhSxA=
+SHA256 (TwistedWeb-8.2.0.tar.bz2) = 
8wq6gDqbGKF+DStYrOblMml4HovBFhsukNRSe4UQn28=
+SIZE (TwistedWeb-8.2.0.tar.bz2) = 332055
Index: web/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-twisted/web/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- web/pkg/PLIST       15 Apr 2008 11:04:27 -0000      1.3
+++ web/pkg/PLIST       20 Jan 2009 10:32:42 -0000
@@ -5,6 +5,15 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/web/
 lib/python${MODPY_VERSION}/site-packages/twisted/web/__init__.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/
+lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/__init__.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/basic.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/basic.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/digest.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/digest.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/wrapper.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/_auth/wrapper.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/_version.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/_version.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/client.py
@@ -25,6 +34,10 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/web/html.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/http.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/http.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/http_headers.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/http_headers.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/iweb.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/iweb.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/microdom.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/microdom.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/monitor.py
@@ -58,6 +71,10 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_domhelpers.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_http.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_http.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_http_headers.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_http_headers.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_httpauth.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_httpauth.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_mvc.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_mvc.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_proxy.py
@@ -74,6 +91,8 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_webclient.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_woven.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_woven.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_wsgi.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_wsgi.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_xml.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_xml.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/test/test_xmlrpc.py
@@ -127,6 +146,8 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/web/woven/view.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/woven/widgets.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/woven/widgets.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/web/wsgi.py
+lib/python${MODPY_VERSION}/site-packages/twisted/web/wsgi.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/web/xmlrpc.py
 lib/python${MODPY_VERSION}/site-packages/twisted/web/xmlrpc.pyc
 @exec %D/sbin/twisted-regen-dropin.cache
Index: web2/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/web2/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- web2/Makefile       12 Jun 2008 06:46:40 -0000      1.7
+++ web2/Makefile       20 Jan 2009 10:32:42 -0000
@@ -4,7 +4,7 @@
 
 CATEGORIES+=   www
 
-VERSION=       8.1.0
+VERSION=       8.2.0
 DISTNAME=      TwistedWeb2-${VERSION}
 PKGNAME=       py-twisted-web2-${VERSION}
 
Index: words/Makefile
===================================================================
RCS file: /cvs/ports/devel/py-twisted/words/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- words/Makefile      12 Jun 2008 06:46:40 -0000      1.7
+++ words/Makefile      20 Jan 2009 10:32:42 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       chat and instant messaging module for Twisted
 
-VERSION=       8.1.0
+VERSION=       8.2.0
 DISTNAME=      TwistedWords-${VERSION}
 PKGNAME=       py-twisted-words-${VERSION}
 
@@ -10,12 +10,10 @@
 
 MASTER_SITES=  http://tmrc.mit.edu/mirror/twisted/Words/${VERSION:R}/ 
 
+
 REGRESS_DEPENDS=:py-twisted-words-*:devel/py-twisted/words
 RUN_DEPENDS=   :py-twisted-web-*:devel/py-twisted/web
 
-do-regress:
-       ${LOCALBASE}/bin/trial \
-               --temp-directory=${WRKBUILD} \
-               twisted.words
+TRIAL_TARGET=  twisted.words
 
 .include <bsd.port.mk>
Index: words/distinfo
===================================================================
RCS file: /cvs/ports/devel/py-twisted/words/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- words/distinfo      12 Jun 2008 06:46:40 -0000      1.5
+++ words/distinfo      20 Jan 2009 10:32:42 -0000
@@ -1,5 +1,5 @@
-MD5 (TwistedWords-8.1.0.tar.bz2) = QM7NxtWO/v2wK1CWG7mjgQ==
-RMD160 (TwistedWords-8.1.0.tar.bz2) = ta57NUquZruANHBQYIZ3q4CMyyY=
-SHA1 (TwistedWords-8.1.0.tar.bz2) = e3nIxsT3PAANr+hoXFcf2HXy3Jo=
-SHA256 (TwistedWords-8.1.0.tar.bz2) = 
Y8NkgMUPIx13Kfw/6ZeFVB7yrUMaJGl8s0MFsBt5x4I=
-SIZE (TwistedWords-8.1.0.tar.bz2) = 163253
+MD5 (TwistedWords-8.2.0.tar.bz2) = cGe55m+PuFZX6QRP+9KOFw==
+RMD160 (TwistedWords-8.2.0.tar.bz2) = 7torXgtTD/FR+nNJjmybdnjHqT0=
+SHA1 (TwistedWords-8.2.0.tar.bz2) = F3Fo92GQTey2kQ4D8eZJtuoaI6s=
+SHA256 (TwistedWords-8.2.0.tar.bz2) = 
GQAAcLDDi6zEp03DFVMZc7K8Ds9VlXXJCOfwI84rq5s=
+SIZE (TwistedWords-8.2.0.tar.bz2) = 174475
Index: words/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-twisted/words/pkg/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- words/pkg/PLIST     15 Apr 2008 11:04:27 -0000      1.3
+++ words/pkg/PLIST     20 Jan 2009 10:32:42 -0000
@@ -126,6 +126,8 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xishutil.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xmlstream.py
 lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xmlstream.pyc
+lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xmpproutertap.py
+lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xmpproutertap.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xpath.py
 lib/python${MODPY_VERSION}/site-packages/twisted/words/test/test_xpath.pyc
 lib/python${MODPY_VERSION}/site-packages/twisted/words/toctap.py
@@ -146,3 +148,5 @@
 lib/python${MODPY_VERSION}/site-packages/twisted/words/xish/xpathparser.pyc
 @exec %D/sbin/twisted-regen-dropin.cache
 @unexec %D/sbin/twisted-regen-dropin.cache
+lib/python${MODPY_VERSION}/site-packages/twisted/words/xmpproutertap.py
+lib/python${MODPY_VERSION}/site-packages/twisted/words/xmpproutertap.pyc

Reply via email to