switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still

using mcrypt).
This commit is contained in:
sthen 2018-10-17 14:15:55 +00:00
parent 63025870b7
commit 44f8a14fd9
55 changed files with 110 additions and 103 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2018/10/17 14:15:55 sthen Exp $
COMMENT = MySQLi database abstraction layer for PHP
@ -10,7 +10,7 @@ CATEGORIES = net databases
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
MODULES = lang/php www/pear
REVISION = 7
REVISION = 8
# PHP License
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2018/10/17 14:15:55 sthen Exp $
COMMENT = PostgreSQL database abstraction layer for PHP
@ -7,7 +7,7 @@ DISTNAME = MDB2_Driver_pgsql-${V}
PKGNAME = pear-MDB2-pgsql-${V}
CATEGORIES = net databases
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
REVISION = 3
REVISION = 4
MODULES = lang/php www/pear

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2018/10/17 14:15:55 sthen Exp $
COMMENT = graphical report tool for PostgreSQL
DISTNAME = pg_stats_reporter-3.2.1
REVISION = 0
REVISION = 1
CATEGORIES = databases www
HOMEPAGE = http://pgstatsinfo.sourceforge.net/

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.15 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2018/10/17 14:15:55 sthen Exp $
COMMENT = PostgreSQL log analyzer
DISTNAME = pgfouine-1.2
CATEGORIES = databases
REVISION = 7
REVISION = 8
HOMEPAGE = http://pgfouine.projects.postgresql.org/

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.13 2018/09/28 22:41:14 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2018/10/17 14:15:55 sthen Exp $
COMMENT = read-eval-print loop for PHP
GH_ACCOUNT = d11wtq
GH_PROJECT = boris
GH_TAGNAME = v1.0.10
REVISION = 1
REVISION = 2
CATEGORIES = devel

View File

@ -1,8 +1,8 @@
# $OpenBSD: php.port.mk,v 1.22 2018/09/28 21:27:25 sthen Exp $
# $OpenBSD: php.port.mk,v 1.23 2018/10/17 14:15:55 sthen Exp $
CATEGORIES+= lang/php
MODPHP_VERSION?= 7.0
MODPHP_VERSION?= 7.1
.if ${MODPHP_VERSION} == 5.6
MODPHP_FLAVOR = ,php56

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.25 2018/10/02 10:49:47 robert Exp $
# $OpenBSD: Makefile,v 1.26 2018/10/17 14:15:55 sthen Exp $
COMMENT-main= MS Exchange groupware suite replacement
COMMENT-mapi= kopano MAPI extensions for PHP
PKGNAME-main= kopano-core-${V}.${BUILD}
PKGNAME-mapi= kopano-mapi-${V}.${BUILD}
REVISION-mapi= 0
CATEGORIES= mail www productivity

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.17 2018/06/18 11:53:21 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2018/10/17 14:15:55 sthen Exp $
COMMENT= roundcube plugin: context-sensitive menus
GH_ACCOUNT= johndoh
GH_PROJECT= roundcube-contextmenu
GH_TAGNAME= 2.3
REVISION= 1
REVISION= 2
PKGNAME= ${DISTNAME:S/roundcube/rcube/}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2018/05/22 08:19:06 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2018/10/17 14:15:55 sthen Exp $
COMMENT= roundcube plugin: DKIM verification status
GH_ACCOUNT= JVEHENT
GH_PROJECT= dkimstatus
GH_TAGNAME= v0.9.5
REVISION= 1
REVISION= 2
DISTNAME= rcube-dkimstatus-${GH_TAGNAME:S/v//}
DISTFILES= ${DISTNAME}{${GH_TAGNAME}}${EXTRACT_SUFX}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2018/05/22 08:19:06 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2018/10/17 14:15:55 sthen Exp $
COMMENT= roundcube plugin: log end-user IP in Dovecot using IMAP ID
GH_ACCOUNT= corbosman
GH_PROJECT= dovecot_ident
GH_TAGNAME= 2.2
REVISION= 0
REVISION= 1
PKGNAME= rcube-${DISTNAME}
CATEGORIES= mail www

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2018/05/22 08:19:06 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2018/10/17 14:15:55 sthen Exp $
COMMENT= roundcube plugin: LDAP Alias Sync
GH_ACCOUNT= dim-0
GH_PROJECT= ldapAliasSync
GH_COMMIT= 3ba0bdfd671f98eab754cdd4f0fb581381870b72
REVISION= 0
REVISION= 1
DISTNAME= rcube-ldapAliasSync-20160131
DISTFILES= ${DISTNAME}{${GH_COMMIT}}${EXTRACT_SUFX}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2018/06/18 11:46:12 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2018/10/17 14:15:55 sthen Exp $
COMMENT= roundcube plugin: add Spam/Ham-buttons
@ -6,6 +6,7 @@ GH_ACCOUNT= johndoh
GH_PROJECT= roundcube-markasjunk2
GH_TAGNAME= 1.11.2
PKGNAME= ${DISTNAME:S/roundcube/rcube/}
REVISION= 0
CATEGORIES= mail www

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.17 2018/06/18 11:53:00 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2018/10/17 14:15:55 sthen Exp $
COMMENT= roundcube plugin: sieve rules (managesieve)
GH_ACCOUNT= johndoh
GH_PROJECT= roundcube-sieverules
GH_TAGNAME= 2.3
REVISION= 2
REVISION= 3
PKGNAME= ${DISTNAME:S/roundcube/rcube/}

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2018/05/22 08:19:06 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2018/10/17 14:15:55 sthen Exp $
COMMENT= roundcube plugin: authenticate via Yubikey HTTPS API
GH_ACCOUNT= northox
GH_PROJECT= roundcube-yubikey-plugin
GH_TAGNAME= 1.4
REVISION= 0
REVISION= 1
PKGNAME= rcube-yubikey-plugin-${GH_TAGNAME}
CATEGORIES= mail www

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.135 2018/09/04 12:46:15 espie Exp $
# $OpenBSD: Makefile,v 1.136 2018/10/17 14:15:55 sthen Exp $
COMMENT= imap4 webmail client
V= 1.3.7
REVISION= 1
REVISION= 2
DISTNAME= roundcubemail-$V
PKGNAME= roundcubemail-${V:S/-rc/rc/}
EXTRACT_SUFX= -complete.tar.gz

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.55 2018/09/04 12:46:15 espie Exp $
# $OpenBSD: Makefile,v 1.56 2018/10/17 14:15:55 sthen Exp $
COMMENT= ActiveSync protocol implementation
V= 2.4.1
DISTNAME= z-push-${V}
REVISION= 1
REVISION= 2
CATEGORIES= mail www

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.68 2018/08/23 06:53:04 landry Exp $
# $OpenBSD: Makefile,v 1.69 2018/10/17 14:15:55 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= 9
REVISION-php= 10
REVISION-php= 11
REVISION-x11= 5
HOMEPAGE= http://www.catb.org/gpsd/

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.18 2018/08/09 19:57:55 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2018/10/17 14:15:55 sthen Exp $
GH_ACCOUNT = aajanki
GH_PROJECT = yle-dl
GH_TAGNAME = 2.34
MODPY_EGG_VERSION = ${GH_TAGNAME}
REVISION = 0
COMMENT = download videos from YLE Areena

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.40 2018/06/02 20:58:30 sthen Exp $
# $OpenBSD: Makefile,v 1.41 2018/10/17 14:15:55 sthen Exp $
COMMENT = web UI for icinga
GH_ACCOUNT = Icinga
GH_PROJECT = icinga-web
GH_TAGNAME = v1.14.1
REVISION = 2
REVISION = 3
MODULES= lang/php

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2018/08/21 14:13:38 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2018/10/17 14:15:55 sthen Exp $
COMMENT = web-based config deployment tool for Icinga 2
@ -6,6 +6,7 @@ GH_ACCOUNT = Icinga
GH_PROJECT = icingaweb2-module-director
GH_TAGNAME = v1.5.1
PKGNAME = ${DISTNAME:S/icingaweb2/icinga-web2/}
REVISION = 0
MODULES= lang/php

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2018/10/17 13:36:48 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2018/10/17 14:15:55 sthen Exp $
COMMENT = next-generation web UI for icinga
@ -6,7 +6,7 @@ GH_ACCOUNT = Icinga
GH_PROJECT = icingaweb2
GH_TAGNAME = v2.6.1
PKGNAME = icinga-web2-${GH_TAGNAME:S/v//}
REVISION = 1
REVISION = 2
MODULES= lang/php

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.74 2018/10/17 13:40:04 sthen Exp $
# $OpenBSD: Makefile,v 1.75 2018/10/17 14:15:55 sthen Exp $
COMMENT = auto-discovering network management/monitoring system
@ -7,7 +7,7 @@ GH_PROJECT = librenms
GH_TAGNAME = 1.43
DISTFILES = librenms-${GH_TAGNAME}.tar.gz librenms-vendor-${GH_TAGNAME}.tar.xz:0
EPOCH = 0
REVISION = 0
REVISION = 1
CATEGORIES = net www
@ -32,7 +32,6 @@ MODPY_BUILDDEP = No
RUN_DEPENDS = databases/py-mysql${MODPY_FLAVOR} \
lang/php/${MODPHP_VERSION},-curl \
lang/php/${MODPHP_VERSION},-gd \
lang/php/${MODPHP_VERSION},-mcrypt \
lang/php/${MODPHP_VERSION},-mysqli \
lang/php/${MODPHP_VERSION},-pdo_mysql \
lang/php/${MODPHP_VERSION},-snmp \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2018/09/04 12:46:17 espie Exp $
# $OpenBSD: Makefile,v 1.84 2018/10/17 14:15:55 sthen Exp $
ONLY_FOR_ARCHS= ${LP64_ARCHS} # time_t format string issues
@ -11,7 +11,7 @@ PKGNAME-main= nagios-$V
PKGNAME-web= nagios-web-$V
CATEGORIES= net
REVISION-main= 1
REVISION-web= 0
REVISION-web= 1
HOMEPAGE= http://www.nagios.org/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.40 2018/09/04 12:46:18 espie Exp $
# $OpenBSD: Makefile,v 1.41 2018/10/17 14:15:55 sthen Exp $
COMMENT= web-based front end for the nfdump netflow tools
V= 1.3.8
REVISION= 3
REVISION= 4
DISTNAME= nfsen-$V
CATEGORIES= net www
HOMEPAGE= http://nfsen.sourceforge.net/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.18 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2018/10/17 14:15:55 sthen Exp $
COMMENT= resolver library used to communicate with a DNS server
DISTNAME= Net_DNS-1.0.7
CATEGORIES= net
REVISION= 1
REVISION= 2
MODULES= lang/php www/pear

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2018/10/17 14:15:55 sthen Exp $
COMMENT= pear ldap
DISTNAME= Net_LDAP-1.1.5
REVISION= 7
REVISION= 8
CATEGORIES= net
MODULES= lang/php www/pear

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.13 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2018/10/17 14:15:55 sthen Exp $
COMMENT= PHP classes for LDAP, based on Net::LDAP
DISTNAME= Net_LDAP2-2.2.0
REVISION= 0
REVISION= 1
CATEGORIES= net
MODULES= lang/php www/pear

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.18 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2018/10/17 14:15:55 sthen Exp $
COMMENT= graphical network traffic map
DISTNAME= php-weathermap-0.97c
EXTRACT_SUFX= .zip
REVISION= 3
REVISION= 4
CATEGORIES= net www

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.153 2018/09/05 09:24:31 espie Exp $
# $OpenBSD: Makefile,v 1.154 2018/10/17 14:15:56 sthen Exp $
COMMENT-main = network and application monitoring - agent
COMMENT-server = network and application monitoring - server
@ -19,7 +19,7 @@ CATEGORIES = net
REVISION-main = 1
REVISION-proxy = 1
REVISION-server = 1
REVISION-web = 1
REVISION-web = 2
MAJV = ${VERSION:C/^([0-9]+\.[0-9]+).*/\1/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2018/09/04 12:46:20 espie Exp $
# $OpenBSD: Makefile,v 1.18 2018/10/17 14:15:56 sthen Exp $
COMMENT= lightweight CalDAV and CardDAV server
@ -7,7 +7,7 @@ DISTNAME= baikal-${VERSION}
MASTER_SITES= https://github.com/fruux/Baikal/releases/download/${VERSION}/
DISTFILES= ${DISTNAME}.zip
CATEGORIES= productivity www
REVISION= 3
REVISION= 4
HOMEPAGE= http://sabre.io/baikal/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2018/09/04 12:46:20 espie Exp $
# $OpenBSD: Makefile,v 1.23 2018/10/17 14:15:56 sthen Exp $
COMMENT = CalDAV/CardDav calendar/contacts server
@ -6,7 +6,7 @@ DISTNAME = davical_1.1.7.orig
PKGNAME = davical-1.1.7
EXTRACT_SUFX = .tar.xz
CATEGORIES = productivity net
REVISION = 0
REVISION = 1
HOMEPAGE = https://www.davical.org/
MASTER_SITES = https://www.davical.org/downloads/

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.34 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.35 2018/10/17 14:15:56 sthen Exp $
COMMENT= PHP class for generating PDF documents
DISTNAME = tcpdf_6_2_13
PKGNAME = tcpdf-6.2.13
REVISION = 0
REVISION = 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpdf/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2018/05/29 06:03:18 landry Exp $
# $OpenBSD: Makefile,v 1.14 2018/10/17 14:15:56 sthen Exp $
COMMENT = Andrews web libraries for PHP
@ -7,6 +7,7 @@ PKGNAME = php-awl-0.59
EXTRACT_SUFX = .tar.xz
CATEGORIES = www
PKG_ARCH = *
REVISION = 0
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2018/10/17 14:15:56 sthen Exp $
COMMENT= dependency manager for PHP
@ -6,7 +6,7 @@ CATEGORIES= www devel
V= 1.6.3
EPOCH= 0
REVISION= 0
REVISION= 1
MASTER_SITES= https://getcomposer.org/download/$V/
DISTNAME= composer-$V
DISTFILES= composer-$V{composer}.phar

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2018/09/04 12:46:24 espie Exp $
# $OpenBSD: Makefile,v 1.32 2018/10/17 14:15:56 sthen Exp $
COMMENT = standards compliant, simple to use Wiki
@ -7,7 +7,7 @@ DISTNAME = dokuwiki-${VERSION}
PKGNAME = dokuwiki-${VERSION:S/-/./g}
CATEGORIES = www
HOMEPAGE = https://www.dokuwiki.org/dokuwiki
REVISION = 0
REVISION = 1
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2018/09/04 12:46:24 espie Exp $
# $OpenBSD: Makefile,v 1.11 2018/10/17 14:15:56 sthen Exp $
COMMENT = powerful content management system
DISTNAME = drupal-7.59
PKGNAME = drupal-7.59
REVISION = 3
REVISION = 4
DISTFILES = ${DISTNAME}${EXTRACT_SUFX}
MODULES = lang/php

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2018/06/02 20:58:30 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2018/10/17 14:15:56 sthen Exp $
COMMENT = command line access to most of Drupal
CATEGORIES = www devel
V= 8.0.3
REVISION= 2
REVISION= 3
DISTNAME= drush-$V
EXTRACT_SUFX= -deps.tar.xz

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.18 2018/09/04 12:46:25 espie Exp $
# $OpenBSD: Makefile,v 1.19 2018/10/17 14:15:56 sthen Exp $
COMMENT= simple and clean multi-user web file manager
DISTNAME= mollify_1.8.9.3
REVISION= 4
REVISION= 5
PKGNAME= ${DISTNAME:S/_/-/}
EXTRACT_SUFX= .zip
CATEGORIES= www

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.25 2018/09/27 14:24:37 gonzalo Exp $
# $OpenBSD: Makefile,v 1.26 2018/10/17 14:15:56 sthen Exp $
COMMENT= easy and universal access to shared and/or personal files
V= 14.0.1
DISTNAME= nextcloud-${V}
EXTRACT_SUFX= .tar.bz2
REVISION= 0
CATEGORIES= www

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.136 2018/09/18 11:37:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.137 2018/10/17 14:15:56 sthen Exp $
COMMENT= easy and universal access to shared and/or personal files
V= 10.0.10
DISTNAME= owncloud-${V}
EXTRACT_SUFX= .tar.bz2
REVISION= 0
CATEGORIES= www

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2018/10/17 14:15:56 sthen Exp $
COMMENT-main= base classes for common PHP tasks
COMMENT-utils= utilities for managing pear extensions
@ -10,7 +10,7 @@ EXTRACT_SUFX= .phar
EXTRACT_ONLY=
PKGNAME-main= pear-${VERSION}
PKGNAME-utils= pear-utils-${VERSION}
REVISION= 0
REVISION= 1
WRKDIST= ${WRKDIR}
CATEGORIES= www devel

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2018/10/17 14:15:56 sthen Exp $
COMMENT= OpenID authentication for PHP
DISTNAME= php-openid-2.1.2
REVISION= 7
REVISION= 8
CATEGORIES= www security
# Apache 2.0 license

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.29 2018/05/22 08:18:08 sthen Exp $
# $OpenBSD: Makefile,v 1.30 2018/10/17 14:15:56 sthen Exp $
COMMENT = PHP client library for the Redis key-value database
DISTNAME = Predis-1.1.1
PKGNAME = ${DISTNAME:S/^P/php-p/}
REVISION = 0
REVISION = 1
CATEGORIES = www databases
HOMEPAGE = http://wiki.github.com/nrk/predis

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2018/09/04 12:46:26 espie Exp $
# $OpenBSD: Makefile,v 1.47 2018/10/17 14:15:56 sthen Exp $
COMMENT= web-based LDAP browser to manage LDAP servers
@ -6,7 +6,7 @@ VERSION= 1.2.3
DISTNAME= phpldapadmin-${VERSION}
CATEGORIES= www
HOMEPAGE= http://phpldapadmin.sourceforge.net/
REVISION= 5
REVISION= 6
# GPLv2
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.130 2018/09/04 12:46:26 espie Exp $
# $OpenBSD: Makefile,v 1.131 2018/10/17 14:15:56 sthen Exp $
COMMENT= tool to handle the administration of MySQL over the web
V= 4.6.6
REVISION= 1
REVISION= 2
PKGNAME= phpMyAdmin-$V
DISTNAME= phpMyAdmin-$V-all-languages

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.28 2018/09/04 12:46:26 espie Exp $
# $OpenBSD: Makefile,v 1.29 2018/10/17 14:15:56 sthen Exp $
COMMENT= tool to handle the administration of PostgreSQL over the web
DISTNAME= phpPgAdmin-5.1
CATEGORIES= www databases
HOMEPAGE= http://phppgadmin.sourceforge.net/
REVISION= 3
REVISION= 4
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.24 2018/09/04 12:46:26 espie Exp $
# $OpenBSD: Makefile,v 1.25 2018/10/17 14:15:56 sthen Exp $
COMMENT= web-based VirtualBox front-end
V= 5.0-5
DISTNAME= phpvirtualbox-${V}
PKGNAME= phpvirtualbox-${V:S/-/./}
REVISION= 1
REVISION= 2
EXTRACT_SUFX= .zip
CATEGORIES= www sysutils

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.83 2018/09/04 12:46:26 espie Exp $
# $OpenBSD: Makefile,v 1.84 2018/10/17 14:15:56 sthen Exp $
COMMENT= open source web analytics software program
DISTNAME= piwik-3.5.1
CATEGORIES= www
REVISION= 0
REVISION= 1
HOMEPAGE= http://www.piwik.org/
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2018/09/04 12:46:26 espie Exp $
# $OpenBSD: Makefile,v 1.12 2018/10/17 14:15:56 sthen Exp $
COMMENT-main = Nagios/Icinga addon which graphs performance data
COMMENT-cgi = pnp4nagios CGI scripts
@ -8,7 +8,7 @@ DISTNAME = pnp4nagios-${V}
PKGNAME-main = ${DISTNAME}
PKGNAME-cgi = pnp4nagios-cgi-${V}
REVISION-main = 2
REVISION-cgi = 0
REVISION-cgi = 1
CATEGORIES = www

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.21 2018/05/22 08:16:55 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2018/10/17 14:15:56 sthen Exp $
COMMENT= web-based rack/IP management
DISTNAME= RackTables-0.20.14
REVISION= 1
REVISION= 2
PKGNAME= ${DISTNAME:L}
CATEGORIES= www

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2018/09/04 12:46:26 espie Exp $
# $OpenBSD: Makefile,v 1.20 2018/10/17 14:15:56 sthen Exp $
V = 1.8.7
COMMENT = php5 WebDAV server
@ -7,7 +7,7 @@ PKGNAME = ${DISTNAME:L}
PKG_ARCH = *
EXTRACT_SUFX = .zip
CATEGORIES = www
REVISION = 4
REVISION = 5
HOMEPAGE = http://sabre.io/dav/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.24 2018/09/04 12:46:27 espie Exp $
# $OpenBSD: Makefile,v 1.25 2018/10/17 14:15:56 sthen Exp $
COMMENT= rss reader, live stream, mashup, aggregation webapp
V= 2.18
DISTNAME= selfoss-$V
REVISION= 2
REVISION= 3
CATEGORIES= www

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.25 2018/09/04 12:46:27 espie Exp $
# $OpenBSD: Makefile,v 1.26 2018/10/17 14:15:56 sthen Exp $
COMMENT= web frontend to symon
DISTNAME= syweb-0.65
REVISION= 7
REVISION= 8
CATEGORIES= www sysutils
HOMEPAGE= http://www.xs4all.nl/~wpd/symon

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2018/07/12 13:29:20 abieber Exp $
# $OpenBSD: Makefile,v 1.4 2018/10/17 14:15:56 sthen Exp $
COMMENT = command line tool for wordpress
V = 1.5.1
DISTNAME = wp-cli-${V}
REVISION = 0
EXTRACT_ONLY =
EXTRACT_SUFX = .phar

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2018/06/29 22:16:27 espie Exp $
# $OpenBSD: Makefile,v 1.12 2018/10/17 14:15:56 sthen Exp $
COMMENT = KDE GUI for profilers
DISTNAME = kcachegrind-${MODKDE4_VERSION}
REVISION = 6
REVISION = 7
CATEGORIES = devel
HOMEPAGE = http://projects.kde.org/projects/kde/kdesdk/kcachegrind