* Updated to Subversion 0.23.0.

svn path=/nixpkgs/trunk/; revision=64
gstqt5
Eelco Dolstra 2003-05-26 19:23:10 +00:00
parent e501be70c6
commit a97eec1644
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Descr(
[ Bind("pkgId", "subversion-0.21.0")
[ Bind("pkgId", "subversion-0.23.0")
, Bind("releaseId", "1")
, Bind("httpsClient", Bool(True))
@ -10,7 +10,7 @@ Descr(
, Bind("httpd", If(Var("httpServer"), Fix("./httpd-2.0.45.fix"), ""))
, Bind("src", Url("b2ad91127fb652e764b750f4c0002528", "http://subversion.tigris.org/files/documents/15/3712/subversion-0.21.0.tar.gz"))
, Bind("src", Url("59661f2145976437b371a0ab3a555dbd", "http://subversion.tigris.org/files/documents/15/4218/subversion-0.23.0.tar.gz"))
, Bind("build", Local("../build/subversion-build.sh"))
]
)

View File

@ -1,6 +1,6 @@
Descr(
[ Bind("pkgId", Str("system"))
, Bind("releaseId", Str("3"))
, Bind("releaseId", Str("4"))
, Bind("actATerm", Fix("./aterm-2.0.fix"))
, Bind("actPkgConfig", Fix("./pkgconfig-0.15.0.fix"))
@ -12,7 +12,7 @@ Descr(
, Bind("actPspell", Fix("./pspell-.12.2.fix"))
, Bind("actGtkspell", Fix("./gtkspell-2.0.2.fix"))
, Bind("actPan", Fix("./pan-0.14.0.fix"))
, Bind("actSubversion", Fix("./subversion-0.21.0.fix"))
, Bind("actSubversion", Fix("./subversion-0.23.0.fix"))
, Bind("build", Local("../build/populate-linkdirs.pl"))
]