diff --git a/databases/pear-MDB2-mysql/Makefile b/databases/pear-MDB2-mysql/Makefile index f15957305e9..0b71b2d8480 100644 --- a/databases/pear-MDB2-mysql/Makefile +++ b/databases/pear-MDB2-mysql/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2011/07/08 18:46:16 robert Exp $ +# $OpenBSD: Makefile,v 1.9 2011/07/22 10:20:10 sthen Exp $ COMMENT= database abstraction layer for PHP V= 1.4.1 DISTNAME= MDB2_Driver_mysql-${V} PKGNAME= pear-MDB2-mysql-${V} -REVISION= 3 +REVISION= 4 CATEGORIES= net databases MODULES= lang/php www/pear diff --git a/databases/pear-MDB2-mysqli/Makefile b/databases/pear-MDB2-mysqli/Makefile index e11bc81f756..f7c49db4306 100644 --- a/databases/pear-MDB2-mysqli/Makefile +++ b/databases/pear-MDB2-mysqli/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2011/07/08 18:46:16 robert Exp $ +# $OpenBSD: Makefile,v 1.7 2011/07/22 10:20:10 sthen Exp $ COMMENT = MySQLi database abstraction layer for PHP @@ -10,7 +10,7 @@ CATEGORIES = net databases MAINTAINER = Giovanni Bechis MODULES = lang/php www/pear -REVISION = 0 +REVISION = 1 # PHP License PERMIT_PACKAGE_CDROM = Yes diff --git a/databases/pear-MDB2-sqlite/Makefile b/databases/pear-MDB2-sqlite/Makefile index 3b606446c2a..e9235a3dcf8 100644 --- a/databases/pear-MDB2-sqlite/Makefile +++ b/databases/pear-MDB2-sqlite/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2011/07/08 18:46:16 robert Exp $ +# $OpenBSD: Makefile,v 1.7 2011/07/22 10:20:10 sthen Exp $ COMMENT = SQLite database abstraction layer for PHP @@ -10,7 +10,7 @@ CATEGORIES = net databases MAINTAINER = Giovanni Bechis MODULES = lang/php www/pear -REVISION = 0 +REVISION = 1 # PHP License PERMIT_PACKAGE_CDROM = Yes diff --git a/databases/pgfouine/Makefile b/databases/pgfouine/Makefile index 0c98ec44bb3..4790689faa1 100644 --- a/databases/pgfouine/Makefile +++ b/databases/pgfouine/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.6 2011/07/08 18:46:16 robert Exp $ +# $OpenBSD: Makefile,v 1.7 2011/07/22 10:20:10 sthen Exp $ COMMENT = PostgreSQL log analyzer DISTNAME = pgfouine-1.2 CATEGORIES = databases -REVISION = 0 +REVISION = 1 HOMEPAGE = http://pgfouine.projects.postgresql.org/ diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index c6de5006f41..56fafc14b5f 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2011/07/08 21:46:36 robert Exp $ +# $OpenBSD: Makefile,v 1.6 2011/07/22 10:20:10 sthen Exp $ SHARED_ONLY = Yes @@ -6,7 +6,7 @@ COMMENT = PHP extension for parsing and working with rfc822/MIME mail DISTNAME = mailparse-2.1.5 PKGNAME = pecl-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = www mail HOMEPAGE = http://pecl.php.net/package/mailparse diff --git a/mail/roundcubemail/Makefile b/mail/roundcubemail/Makefile index fa801ed44ba..3fb90e22003 100644 --- a/mail/roundcubemail/Makefile +++ b/mail/roundcubemail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2011/07/08 21:46:36 robert Exp $ +# $OpenBSD: Makefile,v 1.40 2011/07/22 10:20:10 sthen Exp $ COMMENT = imap4 webmail client @@ -6,7 +6,7 @@ DISTNAME = roundcubemail-0.5.3 CATEGORIES = mail www HOMEPAGE = http://www.roundcube.net/ -REVISION = 0 +REVISION = 1 MAINTAINER = Stuart Henderson diff --git a/mail/z-push/Makefile b/mail/z-push/Makefile index d201f103b53..ec20d81d1f8 100644 --- a/mail/z-push/Makefile +++ b/mail/z-push/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2011/07/08 21:46:36 robert Exp $ +# $OpenBSD: Makefile,v 1.14 2011/07/22 10:20:10 sthen Exp $ COMMENT= ActiveSync protocol implementation @@ -7,7 +7,7 @@ DISTNAME= z-push-${V}-685 PKGNAME= z-push-${V} CATEGORIES= mail www -REVISION= 1 +REVISION= 2 HOMEPAGE= http://z-push.sourceforge.net/ diff --git a/misc/gpsd/Makefile b/misc/gpsd/Makefile index 95f61f31700..c3286feda82 100644 --- a/misc/gpsd/Makefile +++ b/misc/gpsd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2011/07/08 21:02:33 robert Exp $ +# $OpenBSD: Makefile,v 1.43 2011/07/22 10:20:10 sthen Exp $ COMMENT-main= service daemon that monitors one or more GPSes COMMENT-x11= GUI test apps using gpsd @@ -14,7 +14,7 @@ SHARED_LIBS= gps 19.0 \ CATEGORIES= misc geo REVISION-main= 0 -REVISION-php= 0 +REVISION-php= 1 HOMEPAGE= http://gpsd.berlios.de/ diff --git a/multimedia/ffmpeg-php/Makefile b/multimedia/ffmpeg-php/Makefile index 8a1298ec3a9..811c79818c2 100644 --- a/multimedia/ffmpeg-php/Makefile +++ b/multimedia/ffmpeg-php/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.12 2011/07/16 13:46:49 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2011/07/22 10:20:10 sthen Exp $ SHARED_ONLY= Yes COMMENT= PHP support for ffmpeg DISTNAME= ffmpeg-php-0.6.0 -REVISION= 7 +REVISION= 8 EXTRACT_SUFX= .tbz2 CATEGORIES= multimedia www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ffmpeg-php/} diff --git a/net/pear-Net-DNS/Makefile b/net/pear-Net-DNS/Makefile index a9ac010b4fb..c298ff9c136 100644 --- a/net/pear-Net-DNS/Makefile +++ b/net/pear-Net-DNS/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2011/07/08 22:31:59 robert Exp $ +# $OpenBSD: Makefile,v 1.9 2011/07/22 10:20:10 sthen Exp $ COMMENT= resolver library used to communicate with a DNS server DISTNAME= Net_DNS-1.0.1 CATEGORIES= net -REVISION= 0 +REVISION= 1 MODULES= lang/php www/pear diff --git a/net/pear-Net-LDAP/Makefile b/net/pear-Net-LDAP/Makefile index 9cdaffae387..2009086ae79 100644 --- a/net/pear-Net-LDAP/Makefile +++ b/net/pear-Net-LDAP/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2011/07/08 22:31:59 robert Exp $ +# $OpenBSD: Makefile,v 1.13 2011/07/22 10:20:10 sthen Exp $ COMMENT= pear ldap DISTNAME= Net_LDAP-1.1.5 -REVISION= 0 +REVISION= 1 CATEGORIES= net MODULES= lang/php www/pear diff --git a/net/pear-Net-LDAP2/Makefile b/net/pear-Net-LDAP2/Makefile index a7956a64b53..0af3b2b0768 100644 --- a/net/pear-Net-LDAP2/Makefile +++ b/net/pear-Net-LDAP2/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2011/07/08 22:31:59 robert Exp $ +# $OpenBSD: Makefile,v 1.3 2011/07/22 10:20:10 sthen Exp $ COMMENT= PHP classes for LDAP, based on Net::LDAP DISTNAME= Net_LDAP2-2.0.11 -REVISION= 0 +REVISION= 1 CATEGORIES= net MODULES= lang/php www/pear diff --git a/net/php-weathermap/Makefile b/net/php-weathermap/Makefile index a88e4787538..c0e4e22f0f3 100644 --- a/net/php-weathermap/Makefile +++ b/net/php-weathermap/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2011/07/08 22:31:59 robert Exp $ +# $OpenBSD: Makefile,v 1.7 2011/07/22 10:20:10 sthen Exp $ COMMENT= graphical network traffic map DISTNAME= php-weathermap-0.97a -REVISION= 1 +REVISION= 2 EXTRACT_SUFX= .zip CATEGORIES= net www diff --git a/net/zabbix/Makefile b/net/zabbix/Makefile index d612c059946..cffa9b5cad3 100644 --- a/net/zabbix/Makefile +++ b/net/zabbix/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2011/07/08 22:40:30 robert Exp $ +# $OpenBSD: Makefile,v 1.54 2011/07/22 10:20:10 sthen Exp $ COMMENT-main = network and application monitoring - agent COMMENT-server = network and application monitoring - server @@ -14,7 +14,7 @@ FULLPKGPATH-web = net/zabbix,-web CATEGORIES = net REVISION-main= 1 -REVISION-web= 2 +REVISION-web= 3 REVISION-server= 2 MAJV = ${VERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/textproc/sphinx/Makefile b/textproc/sphinx/Makefile index e834ca3c405..6b9260bdce7 100644 --- a/textproc/sphinx/Makefile +++ b/textproc/sphinx/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2011/07/11 08:22:29 robert Exp $ +# $OpenBSD: Makefile,v 1.7 2011/07/22 10:20:10 sthen Exp $ COMMENT = free open-source SQL full-text search engine DISTNAME = sphinx-0.9.8.1 -REVISION = 1 +REVISION = 2 CATEGORIES = textproc HOMEPAGE = http://www.sphinxsearch.com/ diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index 964b1c91bbb..ce9b373a97a 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2011/07/20 15:26:00 sthen Exp $ +# $OpenBSD: Makefile,v 1.30 2011/07/22 10:20:10 sthen Exp $ SHARED_ONLY= Yes @@ -18,11 +18,11 @@ PKGNAME-mysql = cherokee-mysql-${VERSION} PKGNAME-geoip = cherokee-geoip-${VERSION} PKGNAME-streaming = cherokee-streaming-${VERSION} -REVISION-main = 5 -REVISION-geoip = 1 -REVISION-ldap = 2 -REVISION-mysql = 1 -REVISION-streaming = 4 +REVISION-main = 6 +REVISION-geoip = 2 +REVISION-ldap = 3 +REVISION-mysql = 2 +REVISION-streaming = 5 SHARED_LIBS = cherokee-base 0.0 \ cherokee-client 0.0 \ diff --git a/www/chive/Makefile b/www/chive/Makefile index b5ad91fd3d7..847f2290c60 100644 --- a/www/chive/Makefile +++ b/www/chive/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2011/07/12 10:50:59 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2011/07/22 10:20:10 sthen Exp $ COMMENT= web-based MySQL management V= 0.4.2 -REVISION= 0 +REVISION= 1 DISTNAME= chive_$V PKGNAME= ${DISTNAME:S/_/-/} WRKDIST= ${WRKDIR}/chive diff --git a/www/cms-ms/Makefile b/www/cms-ms/Makefile index 906f648fed3..f5c7ba1a7c9 100644 --- a/www/cms-ms/Makefile +++ b/www/cms-ms/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2011/07/09 00:14:45 robert Exp $ +# $OpenBSD: Makefile,v 1.10 2011/07/22 10:20:10 sthen Exp $ COMMENT= easy to use and powerfull CMS DISTNAME= cmsmadesimple-1.9.4-full -REVISION= 0 +REVISION= 1 PKGNAME= ${DISTNAME:S/-full//} CATEGORIES= www diff --git a/www/community-id/Makefile b/www/community-id/Makefile index cf0b646efec..d71760437cc 100644 --- a/www/community-id/Makefile +++ b/www/community-id/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2011/07/09 00:14:45 robert Exp $ +# $OpenBSD: Makefile,v 1.9 2011/07/22 10:20:10 sthen Exp $ COMMENT= PHP OpenID implementation @@ -8,7 +8,7 @@ BASE_URL= http://source.keyboard-monkeys.org DISTNAME= cid-${V} PKGNAME= community-id-${V} -REVISION= 4 +REVISION= 5 CATEGORIES= www security diff --git a/www/concrete5/Makefile b/www/concrete5/Makefile index 183621c7e19..125ce03e205 100644 --- a/www/concrete5/Makefile +++ b/www/concrete5/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.3 2011/07/09 00:14:45 robert Exp $ +# $OpenBSD: Makefile,v 1.4 2011/07/22 10:20:10 sthen Exp $ COMMENT= building material for websites V= 5.0.0 DISTNAME= concrete${V}_2 PKGNAME= concrete5-${V} -REVISION= 0 +REVISION= 1 EXTRACT_SUFX= .zip CATEGORIES= www HOMEPAGE= http://www.concrete5.org/ diff --git a/www/drupal6/core/Makefile b/www/drupal6/core/Makefile index d3f09b983d9..09df55da46c 100644 --- a/www/drupal6/core/Makefile +++ b/www/drupal6/core/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2011/07/11 08:14:14 robert Exp $ +# $OpenBSD: Makefile,v 1.20 2011/07/22 10:20:10 sthen Exp $ COMMENT = powerful content management system DISTNAME = drupal-6.22 DISTFILES = ${DISTNAME}${EXTRACT_SUFX} -REVISION = 2 +REVISION = 3 MODULES= lang/php RUN_DEPENDS= php-mysql-*|php-mysqli-*|php-pgsql-*:lang/php/${MODPHP_VERSION},-mysql \ diff --git a/www/ezpublish/Makefile b/www/ezpublish/Makefile index c7725a159a8..bcc5c7d429a 100644 --- a/www/ezpublish/Makefile +++ b/www/ezpublish/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2011/07/09 00:14:45 robert Exp $ +# $OpenBSD: Makefile,v 1.5 2011/07/22 10:20:10 sthen Exp $ COMMENT = professional PHP application framework VERSION = 4.1.3 -REVISION = 0 +REVISION = 1 DISTNAME = ezpublish-${VERSION}-gpl PKGNAME = ezpublish-${VERSION} CATEGORIES = www diff --git a/www/fluxbb/Makefile b/www/fluxbb/Makefile index 9b2a6474d81..b58ea3c7214 100644 --- a/www/fluxbb/Makefile +++ b/www/fluxbb/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2011/07/09 00:14:45 robert Exp $ +# $OpenBSD: Makefile,v 1.5 2011/07/22 10:20:10 sthen Exp $ COMMENT = fast, light, user-friendly web forum V= 1.4.2 DISTNAME = fluxbb-${V} CATEGORIES = www -REVISION= 1 +REVISION= 2 HOMEPAGE = http://fluxbb.org/ diff --git a/www/flyspray/Makefile b/www/flyspray/Makefile index 34385253ecf..3c21af74f8d 100644 --- a/www/flyspray/Makefile +++ b/www/flyspray/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2011/07/09 00:14:45 robert Exp $ +# $OpenBSD: Makefile,v 1.5 2011/07/22 10:20:10 sthen Exp $ COMMENT = web-based bug tracking system DISTNAME = flyspray-0.9.9.6 -REVISION = 0 +REVISION = 1 CATEGORIES = www devel HOMEPAGE = http://flyspray.org/ diff --git a/www/horde/horde/Makefile b/www/horde/horde/Makefile index 3e78cb743e0..2e7cc6e42a5 100644 --- a/www/horde/horde/Makefile +++ b/www/horde/horde/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2011/07/10 19:30:51 jasper Exp $ +# $OpenBSD: Makefile,v 1.10 2011/07/22 10:20:10 sthen Exp $ COMMENT= modular framework for web-based applications # LGPLv2 DISTNAME= horde-3.3.11 -REVISION= 0 +REVISION= 1 CATEGORIES= devel MASTER_SITES= ${HORDE_SITES:=horde/} HOMEPAGE= http://www.horde.org/ diff --git a/www/horde/imp/Makefile b/www/horde/imp/Makefile index e262e67897b..516f69a75da 100644 --- a/www/horde/imp/Makefile +++ b/www/horde/imp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2011/07/09 00:14:45 robert Exp $ +# $OpenBSD: Makefile,v 1.9 2011/07/22 10:20:10 sthen Exp $ COMMENT= highly configurable pop3/imap4 webmail client @@ -6,7 +6,7 @@ HORDE_NAME= IMP # GPLv2 DISTNAME= imp-h3-4.3.9 -REVISION= 0 +REVISION= 1 CATEGORIES= mail RUN_DEPENDS= net/pear-HTTP-Request \ diff --git a/www/horde/mnemo/Makefile b/www/horde/mnemo/Makefile index e8a7c64426e..b51dc1964fd 100644 --- a/www/horde/mnemo/Makefile +++ b/www/horde/mnemo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2011/07/09 00:14:46 robert Exp $ +# $OpenBSD: Makefile,v 1.10 2011/07/22 10:20:10 sthen Exp $ COMMENT= memo application, for Horde @@ -6,7 +6,7 @@ HORDE_NAME= Mnemo # Horde (BSD-like with some restrictions, see LICENSE) DISTNAME= mnemo-h3-2.2.4 -REVISION= 0 +REVISION= 1 CATEGORIES= databases RUN_DEPENDS= lang/php/${MODPHP_VERSION},-imap diff --git a/www/horde/nag/Makefile b/www/horde/nag/Makefile index 01ed238546e..2bcc485cc92 100644 --- a/www/horde/nag/Makefile +++ b/www/horde/nag/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2011/07/09 00:14:46 robert Exp $ +# $OpenBSD: Makefile,v 1.10 2011/07/22 10:20:10 sthen Exp $ COMMENT= multiuser task list manager, for Horde @@ -6,7 +6,7 @@ HORDE_NAME= Nag # GPLv2 DISTNAME= nag-h3-2.3.6 -REVISION= 0 +REVISION= 1 RUN_DEPENDS= lang/php/${MODPHP_VERSION},-imap diff --git a/www/ktdms/Makefile b/www/ktdms/Makefile index 775efcff924..01e906bc476 100644 --- a/www/ktdms/Makefile +++ b/www/ktdms/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2011/07/09 00:14:46 robert Exp $ +# $OpenBSD: Makefile,v 1.10 2011/07/22 10:20:10 sthen Exp $ COMMENT= web-based document management system V= 3.5.1 DISTNAME= ktdms-${V} -REVISION= 4 +REVISION= 5 DISTFILES= ktdms-src-oss-${V}.tgz CATEGORIES= www diff --git a/www/mediawiki/Makefile b/www/mediawiki/Makefile index 6c07a312eae..976c0c2664c 100644 --- a/www/mediawiki/Makefile +++ b/www/mediawiki/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.25 2011/07/09 00:14:46 robert Exp $ +# $OpenBSD: Makefile,v 1.26 2011/07/22 10:20:10 sthen Exp $ COMMENT = web-based collaborative editing environment DISTNAME = mediawiki-1.15.5 -REVISION = 1 +REVISION = 2 CATEGORIES = www HOMEPAGE = http://www.mediawiki.org/ diff --git a/www/moodle/Makefile b/www/moodle/Makefile index afb14392747..83bd106221f 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2011/07/09 00:14:46 robert Exp $ +# $OpenBSD: Makefile,v 1.16 2011/07/22 10:20:10 sthen Exp $ COMMENT= learning management system DISTNAME= moodle-1.9.7 -REVISION= 0 +REVISION= 1 CATEGORIES= www education HOMEPAGE= http://www.moodle.org/ diff --git a/www/myreview/Makefile b/www/myreview/Makefile index c7de45d7490..d02b4be15f2 100644 --- a/www/myreview/Makefile +++ b/www/myreview/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 2011/07/09 00:14:46 robert Exp $ +# $OpenBSD: Makefile,v 1.9 2011/07/22 10:20:10 sthen Exp $ COMMENT= web-based conference management software V= 1.9.9 DISTNAME= myreview_${V:S/./_/g} PKGNAME= myreview-${V} -REVISION= 2 +REVISION= 3 CATEGORIES= www DISTFILES= ${DISTNAME}${EXTRACT_SUFX} myreview_v1.pdf:0 diff --git a/www/pear-HTML-Common2/Makefile b/www/pear-HTML-Common2/Makefile index 561b4cbb3d9..0fd7d9db0c8 100644 --- a/www/pear-HTML-Common2/Makefile +++ b/www/pear-HTML-Common2/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2011/06/04 11:41:08 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2011/07/22 10:20:10 sthen Exp $ COMMENT= base package for HTML handling in PHP5 DISTNAME= HTML_Common2-0.1.0 -REVISION= 2 +REVISION= 3 CATEGORIES= www devel MODULES= www/pear diff --git a/www/pecl-phar/Makefile b/www/pecl-phar/Makefile index 838af17bed3..0f19583c80d 100644 --- a/www/pecl-phar/Makefile +++ b/www/pecl-phar/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.5 2011/07/09 00:04:11 robert Exp $ +# $OpenBSD: Makefile,v 1.6 2011/07/22 10:20:10 sthen Exp $ SHARED_ONLY= Yes COMMENT= support for PHP archives (.phar) DISTNAME= phar-2.0.0 PKGNAME= pecl-${DISTNAME} -REVISION= 2 +REVISION= 3 EXTRACT_SUFX= .tgz MASTER_SITES= http://pecl.php.net/get/ CATEGORIES= www diff --git a/www/php-openid/Makefile b/www/php-openid/Makefile index e3ff63b7241..5bdd629171b 100644 --- a/www/php-openid/Makefile +++ b/www/php-openid/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2011/07/08 23:05:31 robert Exp $ +# $OpenBSD: Makefile,v 1.4 2011/07/22 10:20:10 sthen Exp $ COMMENT= OpenID authentication for PHP DISTNAME= php-openid-2.1.2 -REVISION= 0 +REVISION= 1 CATEGORIES= www security # Apache 2.0 license diff --git a/www/phpldapadmin/Makefile b/www/phpldapadmin/Makefile index ba413ded204..3f5246b707c 100644 --- a/www/phpldapadmin/Makefile +++ b/www/phpldapadmin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2011/07/08 23:04:53 robert Exp $ +# $OpenBSD: Makefile,v 1.26 2011/07/22 10:20:10 sthen Exp $ COMMENT= web-based LDAP browser to manage LDAP servers @@ -7,7 +7,7 @@ DISTNAME= phpldapadmin-${VERSION} CATEGORIES= www HOMEPAGE= http://phpldapadmin.sourceforge.net/ -REVISION= 1 +REVISION= 2 # GPLv2 PERMIT_PACKAGE_CDROM= Yes diff --git a/www/phplist/Makefile b/www/phplist/Makefile index 521e2b73b33..9bfd0695596 100644 --- a/www/phplist/Makefile +++ b/www/phplist/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2011/07/08 23:04:53 robert Exp $ +# $OpenBSD: Makefile,v 1.11 2011/07/22 10:20:10 sthen Exp $ COMMENT= web-based double opt-in newsletter manager DISTNAME= phplist-2.10.14 -REVISION= 0 +REVISION= 1 CATEGORIES= www diff --git a/www/phpmyadmin/Makefile b/www/phpmyadmin/Makefile index 16d32267754..75e1e6ae240 100644 --- a/www/phpmyadmin/Makefile +++ b/www/phpmyadmin/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.59 2011/07/08 23:04:53 robert Exp $ +# $OpenBSD: Makefile,v 1.60 2011/07/22 10:20:11 sthen Exp $ COMMENT= tool to handle the administration of MySQL over the web V= 3.4.3.1 DISTNAME= phpMyAdmin-${V} -REVISION= 0 +REVISION= 1 CATEGORIES= www HOMEPAGE= http://www.phpmyadmin.net/ diff --git a/www/phppgadmin/Makefile b/www/phppgadmin/Makefile index 4ca57058755..0b9ee39fba6 100644 --- a/www/phppgadmin/Makefile +++ b/www/phppgadmin/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2011/07/10 19:28:46 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2011/07/22 10:20:11 sthen Exp $ COMMENT= tool to handle the administration of PostgreSQL over the web DISTNAME= phpPgAdmin-5.0.2 -REVISION= 0 +REVISION= 1 CATEGORIES= www databases HOMEPAGE= http://phppgadmin.sourceforge.net/ diff --git a/www/piwik/Makefile b/www/piwik/Makefile index cc655785faf..8defe684b5c 100644 --- a/www/piwik/Makefile +++ b/www/piwik/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.38 2011/07/11 10:09:26 giovanni Exp $ +# $OpenBSD: Makefile,v 1.39 2011/07/22 10:20:11 sthen Exp $ COMMENT= open source web analytics software program DISTNAME= piwik-1.5.1 +REVISION= 0 CATEGORIES= www HOMEPAGE= http://www.piwik.org/ diff --git a/www/statusnet/Makefile b/www/statusnet/Makefile index eee89b7f08e..590d89da619 100644 --- a/www/statusnet/Makefile +++ b/www/statusnet/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2011/07/08 23:01:39 robert Exp $ +# $OpenBSD: Makefile,v 1.16 2011/07/22 10:20:11 sthen Exp $ COMMENT= open source micro messaging platform DISTNAME= statusnet-0.8.3 -REVISION= 6 +REVISION= 7 CATEGORIES= www net diff --git a/www/tikiwiki/Makefile b/www/tikiwiki/Makefile index bb1f8f6d691..981e2d45385 100644 --- a/www/tikiwiki/Makefile +++ b/www/tikiwiki/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2011/07/09 03:32:26 robert Exp $ +# $OpenBSD: Makefile,v 1.19 2011/07/22 10:20:11 sthen Exp $ COMMENT= all-in-one wiki/groupware/CMS solution @@ -6,7 +6,7 @@ V= 4.2 DISTNAME= tikiwiki-${V} CATEGORIES= www -REVISION= 3 +REVISION= 4 HOMEPAGE= http://tikiwiki.org/ diff --git a/www/timetrex/Makefile b/www/timetrex/Makefile index d5155b95a81..6a04aa3e5b0 100644 --- a/www/timetrex/Makefile +++ b/www/timetrex/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.28 2011/07/08 23:01:39 robert Exp $ +# $OpenBSD: Makefile,v 1.29 2011/07/22 10:20:11 sthen Exp $ COMMENT= web-based payroll and time management suite V= 3.5.1 -REVISION= 0 +REVISION= 1 DISTNAME= TimeTrex_Standard_Edition_v${V} PKGNAME= timetrex-${V} CATEGORIES= www productivity diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index 48f1d118b77..731ba703535 100755 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2011/07/08 23:01:39 robert Exp $ +# $OpenBSD: Makefile,v 1.5 2011/07/22 10:20:11 sthen Exp $ COMMENT= webbased rss reader with standalone look and feel DISTNAME= tt-rss-1.3.3 -REVISION= 0 +REVISION= 1 CATEGORIES= www HOMEPAGE= http://tt-rss.org/ diff --git a/www/vtigercrm/Makefile b/www/vtigercrm/Makefile index d933826fb8c..068a6a6393a 100644 --- a/www/vtigercrm/Makefile +++ b/www/vtigercrm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2011/07/08 23:01:39 robert Exp $ +# $OpenBSD: Makefile,v 1.9 2011/07/22 10:20:11 sthen Exp $ COMMENT= customer relationship management (CRM) software DISTNAME= vtigercrm-5.2.1 -REVISION= 1 +REVISION= 2 CATEGORIES= www HOMEPAGE= http://www.vtiger.com/ diff --git a/www/webacula/Makefile b/www/webacula/Makefile index cef83e7da87..273f338afb5 100644 --- a/www/webacula/Makefile +++ b/www/webacula/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2011/07/08 23:01:39 robert Exp $ +# $OpenBSD: Makefile,v 1.10 2011/07/22 10:20:11 sthen Exp $ COMMENT= bacula(8) web interface DISTNAME= webacula-5.0.3 -REVISION= 7 +REVISION= 8 CATEGORIES= www sysutils diff --git a/www/webcollab/Makefile b/www/webcollab/Makefile index c14197d0834..597e8919abe 100644 --- a/www/webcollab/Makefile +++ b/www/webcollab/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.6 2011/07/08 23:01:39 robert Exp $ +# $OpenBSD: Makefile,v 1.7 2011/07/22 10:20:11 sthen Exp $ COMMENT= collaborative web-based system for project management V= 1.70 DISTNAME= webcollab-${V} -REVISION= 1 +REVISION= 2 CATEGORIES= www HOMEPAGE= http://webcollab.sourceforge.net/ diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 61aaa200add..75464953da1 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.33 2011/07/08 22:53:25 robert Exp $ +# $OpenBSD: Makefile,v 1.34 2011/07/22 10:20:11 sthen Exp $ COMMENT = standard compliant weblog DISTNAME = wordpress-3.1.2 -REVISION = 0 +REVISION = 1 CATEGORIES = www HOMEPAGE = http://wordpress.org/