Author: minfrin
Date: Thu Jan  6 12:28:19 2005
New Revision: 124438

URL: http://svn.apache.org/viewcvs?view=rev&rev=124438
Log:
Add the major version number to the package name so that packages can be 
installed in parallel.

Modified:
   apr/apr/branches/1.0.x/build/pkg/pkginfo.in

Modified: apr/apr/branches/1.0.x/build/pkg/pkginfo.in
Url: 
http://svn.apache.org/viewcvs/apr/apr/branches/1.0.x/build/pkg/pkginfo.in?view=diff&rev=124438&p1=apr/apr/branches/1.0.x/build/pkg/pkginfo.in&r1=124437&p2=apr/apr/branches/1.0.x/build/pkg/pkginfo.in&r2=124438
==============================================================================
--- apr/apr/branches/1.0.x/build/pkg/pkginfo.in (original)
+++ apr/apr/branches/1.0.x/build/pkg/pkginfo.in Thu Jan  6 12:28:19 2005
@@ -1,4 +1,4 @@
-PKG="ASFapr"
+PKG="ASFapr-1"
 NAME="apr"
 ARCH="@target_cpu@"
 VERSION="@APR_DOTTED_VERSION@"

Reply via email to