[Commits] (markie) Bug 1749;latest Twisted SMTP & IMAP
commits at osafoundation.org
commits at osafoundation.org
Sat Aug 21 01:59:53 PDT 2004
Commit by: markie
Modified files:
external/Makefile 1.42 1.43
external/twisted/patches-r11303 None 1.1
external/twisted/Makefile 1.6 1.7
Log message:
Bug 1749;latest Twisted SMTP & IMAP
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.42&r2=text&tr2=1.43
http://cvs.osafoundation.org/index.cgi/external/twisted/patches-r11303?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/external/twisted/Makefile.diff?r1=text&tr1=1.6&r2=text&tr2=1.7
Index: external/twisted/Makefile
diff -u external/twisted/Makefile:1.6 external/twisted/Makefile:1.7
--- external/twisted/Makefile:1.6 Fri Aug 13 12:29:55 2004
+++ external/twisted/Makefile Sat Aug 21 01:59:51 2004
@@ -1,5 +1,5 @@
-VERSION=r11245
+VERSION=r11303
TWISTED=$(BUILD_ROOT)/twisted
SRC=$(TWISTED)/Twisted-$(VERSION)
@@ -10,7 +10,7 @@
applym2:
rm -f $(SRC)/twisted/internet/m2ssl.py ; \
cd $(SRC); \
- patch -p0<../m2-patches
+ patch -p0<../m2-patches;echo ok
apply: patches-$(VERSION)
patch -Nup0 < patches-$(VERSION);echo ok
Index: external/Makefile
diff -u external/Makefile:1.42 external/Makefile:1.43
--- external/Makefile:1.42 Fri Aug 20 16:43:21 2004
+++ external/Makefile Sat Aug 21 01:59:51 2004
@@ -1,5 +1,5 @@
-VERSION=0.3-13
+VERSION=0.3-14
include Makefile.inc
@@ -39,7 +39,7 @@
jabber-py/jabberpy0.4-0.tar.gz \
SOAPpy/SOAPpy-0.10.2.tar.gz \
zope/ZopeInterface-3.0.0b1.tgz \
- twisted/Twisted-r11245.tar.gz \
+ twisted/Twisted-r11303.tar.gz \
pychecker/pychecker-0.8.13.tar.gz \
yapps/yapps2.1.1.zip
More information about the Commits
mailing list