[Lunar-commits] r25746 - moonbase/trunk/libs/apr-iconv

Florin Braescu florin at lunar-linux.org
Sat Sep 8 07:50:50 CEST 2007


Author: florin
Date: 2007-09-08 07:50:49 +0200 (Sat, 08 Sep 2007)
New Revision: 25746

Modified:
   moonbase/trunk/libs/apr-iconv/BUILD
   moonbase/trunk/libs/apr-iconv/DETAILS
Log:
bump the version from 1.1.1 to 1.2.0. mostly bugfixes.

Modified: moonbase/trunk/libs/apr-iconv/BUILD
===================================================================
--- moonbase/trunk/libs/apr-iconv/BUILD	2007-09-08 05:49:49 UTC (rev 25745)
+++ moonbase/trunk/libs/apr-iconv/BUILD	2007-09-08 05:50:49 UTC (rev 25746)
@@ -1,4 +1,6 @@
 (
+
   OPTS="$OPTS --with-apr=`which apr-$(installed_version apr | cut -d. -f1)-config`"
   default_build
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/libs/apr-iconv/DETAILS
===================================================================
--- moonbase/trunk/libs/apr-iconv/DETAILS	2007-09-08 05:49:49 UTC (rev 25745)
+++ moonbase/trunk/libs/apr-iconv/DETAILS	2007-09-08 05:50:49 UTC (rev 25746)
@@ -1,15 +1,22 @@
           MODULE=apr-iconv
-         VERSION=1.1.1
+         VERSION=1.2.0
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=ftp://ftp.sunet.se/pub/www/servers/apache/dist/apr/
    SOURCE_URL[1]=ftp://mirror2.dataphone.se/pub/apache/apr/
    SOURCE_URL[2]=http://www.apache.org/dist/apr/
-      SOURCE_VFY=sha1:17198b12b1b5924a15f4c2bd17cacd6e1391a5da
+      SOURCE_VFY=sha1:4401493aa12064ee14a56ac4fa3d84b22fe7b9fd
         WEB_SITE=http://apr.apache.org/
          ENTERED=20051208
-         UPDATED=20051208
+         UPDATED=20070908
            SHORT="Apache Portable Runtime Project"
 
 cat << EOF
-The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.
+The mission of the Apache Portable Runtime (APR) project is to create 
+and maintain software libraries that provide a predictable and 
+consistent interface to underlying platform-specific implementations. 
+The primary goal is to provide an API to which software developers may 
+code and be assured of predictable if not identical behaviour 
+regardless of the platform on which their software is built, relieving 
+them of the need to code special-case conditions to work around or take 
+advantage of platform-specific deficiencies or features.
 EOF



More information about the Lunar-commits mailing list