Revbump main pkg and unset revision off all subpkgs.

This commit is contained in:
Juan RP
2012-05-23 08:14:33 +02:00
parent 564dd67619
commit 861041b245
494 changed files with 265 additions and 516 deletions

View File

@@ -1,6 +1,5 @@
# Template file for 'apr-util-db'.
#
revision=1
short_desc="${short_desc} - Berkeley DB module"
long_desc="
${long_desc}

View File

@@ -1,6 +1,5 @@
# Template file for 'apr-util-gdbm'.
#
revision=2
short_desc="${short_desc} - GDBM module"
long_desc="
${long_desc}

View File

@@ -1,6 +1,5 @@
# Template file for 'apr-util-ldap'.
#
revision=1
short_desc="${short_desc} - LDAP support"
long_desc="
${long_desc}

View File

@@ -1,6 +1,5 @@
# Template file for 'apr-util-mysql'.
#
revision=1
short_desc="${short_desc} - MySQL module"
long_desc="
${long_desc}

View File

@@ -1,6 +1,5 @@
# Template file for 'apr-util-pgsql'.
#
revision=1
short_desc="${short_desc} - PostgreSQL module"
long_desc="
${long_desc}

View File

@@ -1,6 +1,5 @@
# Template file for 'apr-util-sqlite'.
#
revision=1
short_desc="${short_desc} - SQLite module"
long_desc="
${long_desc}

View File

@@ -6,7 +6,7 @@ build_style=gnu-configure
configure_args="--with-pgsql --with-mysql --with-sqlite3 --with-ldap
--with-berkeley-db --with-gdbm --with-apr=/usr --without-odbc
--with-expat=/usr --without-oracle"
revision=1
revision=3
short_desc="The Apache Portable Runtime Utility Library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://apr.apache.org/"