[Commits] (markie) bug 1707;
new version of twisted for smtp, add required ZopeInterface module;
commits at osafoundation.org
commits at osafoundation.org
Wed Aug 4 22:57:54 PDT 2004
Commit by: markie
Modified files:
external/Makefile 1.38 1.39
external/twisted/Makefile 1.2 1.3
external/zope/patches-3.0.0b1 None 1.1
external/zope/Makefile 1.1 1.2
Log message:
bug 1707; new version of twisted for smtp, add required ZopeInterface module;
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.diff?r1=text&tr1=1.38&r2=text&tr2=1.39
http://cvs.osafoundation.org/index.cgi/external/twisted/Makefile.diff?r1=text&tr1=1.2&r2=text&tr2=1.3
http://cvs.osafoundation.org/index.cgi/external/zope/patches-3.0.0b1?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.osafoundation.org/index.cgi/external/zope/Makefile.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: external/Makefile
diff -u external/Makefile:1.38 external/Makefile:1.39
--- external/Makefile:1.38 Sun Aug 1 23:25:58 2004
+++ external/Makefile Wed Aug 4 22:57:52 2004
@@ -1,5 +1,5 @@
-VERSION=0.3-11
+VERSION=0.3-12
include Makefile.inc
@@ -38,7 +38,7 @@
jabber-py/jabberpy0.4-0.tar.gz \
SOAPpy/SOAPpy-0.10.2.tar.gz \
zope/ZopeInterface-3.0.0b1.tgz \
- twisted/Twisted-r11108.tar.gz \
+ twisted/Twisted-r11245.tar.gz \
pychecker/pychecker-0.8.13.tar.gz
.PHONY: sources expand binaries $(SYSTEMS)
Index: external/twisted/Makefile
diff -u external/twisted/Makefile:1.2 external/twisted/Makefile:1.3
--- external/twisted/Makefile:1.2 Sun Aug 1 23:25:58 2004
+++ external/twisted/Makefile Wed Aug 4 22:57:52 2004
@@ -1,5 +1,5 @@
-VERSION=r11108
+VERSION=r11245
TWISTED=$(BUILD_ROOT)/twisted
SRC=$(TWISTED)/Twisted-$(VERSION)
Index: external/zope/Makefile
diff -u external/zope/Makefile:1.1 external/zope/Makefile:1.2
--- external/zope/Makefile:1.1 Sun Aug 1 23:25:59 2004
+++ external/zope/Makefile Wed Aug 4 22:57:53 2004
@@ -7,9 +7,12 @@
BUILD=build_$(SNAP)
-build:
+apply: patches-$(VERSION)
+ patch -Nup0 < patches-$(VERSION);echo ok
+
+build: apply
cd $(SRC); \
- $(PYTHON) setup.py build --build-base=$(BUILD) \
+ $(PYTHON) setup.py build --build-base=$(BUILD) $(DIST_OPT) \
install --force
expand: ZopeInterface-$(VERSION).tgz
More information about the Commits
mailing list