summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-09-16 05:46:22 +0000
committerobache <obache@pkgsrc.org>2011-09-16 05:46:22 +0000
commitd156436aa30ae2922b43c28c90c2dc4f8c2cecd4 (patch)
tree78db87c09855bc0ef557c1a6c84b9957d124d09e
parent1c5c20cc8102e6cc3f1baadc40c8fe9c06ff0c10 (diff)
downloadpkgsrc-d156436aa30ae2922b43c28c90c2dc4f8c2cecd4.tar.gz
Bump PKGREVISION from PHP_VERSION_DEFAULT changes.
-rw-r--r--audio/ampache/Makefile3
-rw-r--r--databases/adodb/Makefile10
-rw-r--r--databases/phppgadmin/Makefile3
-rw-r--r--devel/kdesdk4/Makefile4
-rw-r--r--devel/mantis/Makefile4
-rw-r--r--mail/imp/Makefile4
-rw-r--r--mail/ingo/Makefile3
-rw-r--r--mail/roundcube/Makefile3
-rw-r--r--mail/squirrelmail-decode/Makefile4
-rw-r--r--mail/squirrelmail/Makefile3
-rw-r--r--mail/turba/Makefile4
-rw-r--r--security/base/Makefile4
-rw-r--r--time/kronolith/Makefile3
-rw-r--r--www/blur6ex/Makefile6
-rw-r--r--www/contao210/Makefile3
-rw-r--r--www/contao29/Makefile4
-rw-r--r--www/davical/Makefile3
-rw-r--r--www/drupal/Makefile4
-rw-r--r--www/drupal6/Makefile3
-rw-r--r--www/fengoffice/Makefile3
-rw-r--r--www/ganglia-webfrontend/Makefile3
-rw-r--r--www/geeklog/Makefile3
-rw-r--r--www/horde/Makefile3
-rw-r--r--www/mediawiki/Makefile4
-rw-r--r--www/moodle/Makefile3
-rw-r--r--www/typo3/Makefile3
-rw-r--r--www/typolight28/Makefile4
-rw-r--r--www/websvn/Makefile3
-rw-r--r--www/wordpress/Makefile3
29 files changed, 61 insertions, 46 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile
index 60f4dca86a7..972604703ad 100644
--- a/audio/ampache/Makefile
+++ b/audio/ampache/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2010/03/16 16:02:20 taca Exp $
+# $NetBSD: Makefile,v 1.5 2011/09/16 05:46:22 obache Exp $
#
DISTNAME= ampache-3.5.3
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://ampache.org/downloads/
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile
index d147c22dc4f..6b242aa9d3c 100644
--- a/databases/adodb/Makefile
+++ b/databases/adodb/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.14 2010/02/18 13:45:35 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2011/09/16 05:46:22 obache Exp $
#
DISTNAME= adodb496a
PKGNAME= adodb-4.96a
+PKGREVISION= 1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=adodb/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://adodb.sourceforge.net/
-COMMENT= Active Data Objects Data Base for php4
+COMMENT= Active Data Objects Data Base for php
PKG_DESTDIR_SUPPORT= user-destdir
@@ -18,10 +19,7 @@ NO_CONFIGURE= YES
NO_BUILD= YES
.include "../../lang/php/phpversion.mk"
-
-.if ${PHP_PKG_PREFIX} == "php5"
-.include "../../lang/php5/buildlink3.mk"
-.endif
+.include "${PHPPKGSRCDIR}/buildlink3.mk"
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/adodb
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index e5c0cb2cd40..db262512292 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2011/02/08 23:09:17 asau Exp $
+# $NetBSD: Makefile,v 1.25 2011/09/16 05:46:22 obache Exp $
DISTNAME= phpPgAdmin-5.0.2
PKGNAME= ${DISTNAME:S/PgAdmin/pgadmin/}
+PKGREVISION= 1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phppgadmin/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile
index a083c3c3f6e..836d1d1bc3b 100644
--- a/devel/kdesdk4/Makefile
+++ b/devel/kdesdk4/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2011/07/03 02:09:48 markd Exp $
+# $NetBSD: Makefile,v 1.22 2011/09/16 05:46:23 obache Exp $
DISTNAME= kdesdk-${_KDE_VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= devel
COMMENT= Support applications and tools used by KDE developers
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile
index c0919e6eeb8..b19d30cccd2 100644
--- a/devel/mantis/Makefile
+++ b/devel/mantis/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2010/09/30 08:27:52 obache Exp $
+# $NetBSD: Makefile,v 1.37 2011/09/16 05:46:24 obache Exp $
DISTNAME= mantisbt-1.1.7
PKGNAME= ${DISTNAME:S/mantisbt/mantis/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
diff --git a/mail/imp/Makefile b/mail/imp/Makefile
index aa666ef8690..0aafe5aba88 100644
--- a/mail/imp/Makefile
+++ b/mail/imp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2010/11/14 21:17:46 bouyer Exp $
+# $NetBSD: Makefile,v 1.57 2011/09/16 05:46:24 obache Exp $
DISTNAME= imp-h3-${IMPVER}
PKGNAME= imp-${IMPVER}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail www
MASTER_SITES= http://ftp.horde.org/pub/imp/ \
ftp://ftp.horde.org/pub/imp/
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile
index f9d19fd70c2..b4cff50e677 100644
--- a/mail/ingo/Makefile
+++ b/mail/ingo/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2010/11/10 12:50:20 adam Exp $
+# $NetBSD: Makefile,v 1.18 2011/09/16 05:46:24 obache Exp $
DISTNAME= ingo-h3-${INGOVER}
PKGNAME= ingo-${INGOVER}
+PKGREVISION= 1
CATEGORIES= mail www
MASTER_SITES= http://ftp.horde.org/pub/ingo/ \
ftp://ftp.horde.org/pub/ingo/
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 6cf2b0e16ea..b4ca8d98a58 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2011/08/17 08:31:36 adam Exp $
+# $NetBSD: Makefile,v 1.36 2011/09/16 05:46:24 obache Exp $
DISTNAME= roundcubemail-0.5.4-dep
PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//}
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
diff --git a/mail/squirrelmail-decode/Makefile b/mail/squirrelmail-decode/Makefile
index ff5617b0f8c..614402bc272 100644
--- a/mail/squirrelmail-decode/Makefile
+++ b/mail/squirrelmail-decode/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2010/09/28 13:21:31 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2011/09/16 05:46:25 obache Exp $
DISTNAME= squirrelmail-decode-1.2
-#PKGREVISION= 1
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 788326aa0bb..940c948d8ff 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.118 2011/07/13 12:22:43 taca Exp $
+# $NetBSD: Makefile,v 1.119 2011/09/16 05:46:24 obache Exp $
DISTNAME= squirrelmail-webmail-1.4.22
PKGNAME= ${DISTNAME:S/-webmail//}
+PKGREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/turba/Makefile b/mail/turba/Makefile
index b8a6e6f4a63..5f0de4240dc 100644
--- a/mail/turba/Makefile
+++ b/mail/turba/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2011/05/11 21:28:35 bouyer Exp $
+# $NetBSD: Makefile,v 1.35 2011/09/16 05:46:25 obache Exp $
DISTNAME= turba-h3-${TURBAVER}
PKGNAME= turba-${TURBAVER}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail www
MASTER_SITES= http://ftp.horde.org/pub/turba/ \
ftp://ftp.horde.org/pub/turba/
diff --git a/security/base/Makefile b/security/base/Makefile
index 88fde4f4f5f..0cfd9b900c7 100644
--- a/security/base/Makefile
+++ b/security/base/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2010/09/30 10:49:13 obache Exp $
+# $NetBSD: Makefile,v 1.27 2011/09/16 05:46:25 obache Exp $
#
DISTNAME= base-1.4.3.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/}
diff --git a/time/kronolith/Makefile b/time/kronolith/Makefile
index bf370091330..c086e93e4f4 100644
--- a/time/kronolith/Makefile
+++ b/time/kronolith/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2009/08/29 12:30:30 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2011/09/16 05:46:25 obache Exp $
DISTNAME= kronolith-h3-${KRONOLITHVER}
PKGNAME= kronolith-${KRONOLITHVER}
+PKGREVISION= 1
CATEGORIES= www time
MASTER_SITES= http://ftp.horde.org/pub/kronolith/ \
ftp://ftp.horde.org/pub/kronolith/
diff --git a/www/blur6ex/Makefile b/www/blur6ex/Makefile
index b22f80d94e7..7c2df8cf2cb 100644
--- a/www/blur6ex/Makefile
+++ b/www/blur6ex/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:41 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2011/09/16 05:46:25 obache Exp $
#
DISTNAME= blur6ex-0.1.198
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= www
MASTER_SITES= http://www.blursoft.com/releases/
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.0:../../www/ap-php
DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
-DEPENDS+= mysql-server>=4.1:../../databases/mysql5-server
+DEPENDS+= mysql-server>=4.1:../../databases/mysql51-server
USE_TOOLS+= pax
diff --git a/www/contao210/Makefile b/www/contao210/Makefile
index 20fc657059f..f11bafe186c 100644
--- a/www/contao210/Makefile
+++ b/www/contao210/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/08/12 13:07:46 taca Exp $
+# $NetBSD: Makefile,v 1.2 2011/09/16 05:46:25 obache Exp $
#
DISTNAME= contao-${CT_VERSION}
PKGNAME= contao${CT_VER}-${CT_PKGVER}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
diff --git a/www/contao29/Makefile b/www/contao29/Makefile
index fcbc5a577c5..5c60db421b7 100644
--- a/www/contao29/Makefile
+++ b/www/contao29/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2011/09/03 15:38:36 taca Exp $
+# $NetBSD: Makefile,v 1.16 2011/09/16 05:46:25 obache Exp $
#
DISTNAME= contao-${CT_VERSION}
PKGNAME= contao${CT_VER}-${CT_PKGVER}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
diff --git a/www/davical/Makefile b/www/davical/Makefile
index 2ffd9d0cd34..272917a2ccc 100644
--- a/www/davical/Makefile
+++ b/www/davical/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2011/09/08 20:58:58 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2011/09/16 05:46:26 obache Exp $
#
DISTNAME= davical-${DAVICAL_VERSION}
DAVICAL_VERSION=0.9.9.4
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://debian.mcmillan.net.nz/packages/davical/
diff --git a/www/drupal/Makefile b/www/drupal/Makefile
index dbcf74133d9..97032ac12bf 100644
--- a/www/drupal/Makefile
+++ b/www/drupal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2010/10/06 07:52:47 obache Exp $
+# $NetBSD: Makefile,v 1.48 2011/09/16 05:46:26 obache Exp $
DISTNAME= drupal-5.22
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://drupal.org/files/projects/
diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile
index f0462827a78..fd3b3b3e53d 100644
--- a/www/drupal6/Makefile
+++ b/www/drupal6/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2011/05/28 11:53:55 taca Exp $
+# $NetBSD: Makefile,v 1.29 2011/09/16 05:46:26 obache Exp $
DISTNAME= drupal-6.22
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://drupal.org/files/projects/
diff --git a/www/fengoffice/Makefile b/www/fengoffice/Makefile
index 3d13628fcd9..3fb0bfa85a5 100644
--- a/www/fengoffice/Makefile
+++ b/www/fengoffice/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2011/06/15 15:19:44 taca Exp $
+# $NetBSD: Makefile,v 1.13 2011/09/16 05:46:26 obache Exp $
#
DISTNAME= fengoffice_1.7.5
PKGNAME= ${DISTNAME:S/_/-/:C/.rc$/rc1/}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
EXTRACT_SUFX= .zip
diff --git a/www/ganglia-webfrontend/Makefile b/www/ganglia-webfrontend/Makefile
index baeca2b81e0..94c5dd0123c 100644
--- a/www/ganglia-webfrontend/Makefile
+++ b/www/ganglia-webfrontend/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2009/11/11 07:59:26 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2011/09/16 05:46:26 obache Exp $
#
DISTNAME= ganglia-3.1.2
PKGNAME= ganglia-webfrontend-3.1.2
+PKGREVISION= 1
CATEGORIES= www parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ganglia/}
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile
index b287163208c..7a230859b43 100644
--- a/www/geeklog/Makefile
+++ b/www/geeklog/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2011/06/15 15:22:41 taca Exp $
+# $NetBSD: Makefile,v 1.33 2011/09/16 05:46:26 obache Exp $
#
DISTNAME= geeklog-${VER}
PKGNAME= geeklog-${VER:C/(sr|-)/./g}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/
diff --git a/www/horde/Makefile b/www/horde/Makefile
index 9641e82ebfb..19d89bbd1a0 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2010/12/16 03:38:32 taca Exp $
+# $NetBSD: Makefile,v 1.72 2011/09/16 05:46:26 obache Exp $
DISTNAME= horde-3.3.11
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://ftp.horde.org/pub/horde/ \
ftp://ftp.horde.org/pub/horde/
diff --git a/www/mediawiki/Makefile b/www/mediawiki/Makefile
index 2e7b7e19445..e6f245ddfe4 100644
--- a/www/mediawiki/Makefile
+++ b/www/mediawiki/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2011/09/10 16:36:26 abs Exp $
+# $NetBSD: Makefile,v 1.17 2011/09/16 05:46:27 obache Exp $
DISTNAME= mediawiki-${VER}.${PVER}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://download.wikimedia.org/mediawiki/${VER}/
diff --git a/www/moodle/Makefile b/www/moodle/Makefile
index 8e61ce31a63..b489c3f528c 100644
--- a/www/moodle/Makefile
+++ b/www/moodle/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2011/08/09 18:59:23 gls Exp $
+# $NetBSD: Makefile,v 1.6 2011/09/16 05:46:27 obache Exp $
DISTNAME= moodle-2.1.1
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://download.moodle.org/stable21/ \
http://download2.moodle.org/stable21/ \
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index 4c6fdc442fb..6c222d14f2b 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2011/09/14 11:49:45 taca Exp $
+# $NetBSD: Makefile,v 1.35 2011/09/16 05:46:27 obache Exp $
#
DISTNAME= ${TYPO3NAME}
PKGNAME= typo3-${VER}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX}
diff --git a/www/typolight28/Makefile b/www/typolight28/Makefile
index 6fcf13dc349..b014d469ed9 100644
--- a/www/typolight28/Makefile
+++ b/www/typolight28/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2011/05/12 14:51:26 taca Exp $
+# $NetBSD: Makefile,v 1.14 2011/09/16 05:46:27 obache Exp $
#
DISTNAME= typolight-${TL_VERSION}
PKGNAME= typolight${TL_VER}-${TL_PKGVER}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typolight/}
diff --git a/www/websvn/Makefile b/www/websvn/Makefile
index 3ef06b539c4..d223e482f56 100644
--- a/www/websvn/Makefile
+++ b/www/websvn/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2011/06/07 11:28:14 obache Exp $
+# $NetBSD: Makefile,v 1.21 2011/09/16 05:46:27 obache Exp $
#
DISTNAME= websvn-2.2.1
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://websvn.tigris.org/files/documents/1380/45918/
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile
index 5963166af9b..0238308cdab 100644
--- a/www/wordpress/Makefile
+++ b/www/wordpress/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2011/08/19 18:18:26 morr Exp $
+# $NetBSD: Makefile,v 1.22 2011/09/16 05:46:27 obache Exp $
DISTNAME= wordpress-${VERSION}
VERSION= 3.2.1
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://wordpress.org/