Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148297672
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile
index e8de0d89584e..2fa7023902e1 100644
--- a/www/bacula-web/Makefile
+++ b/www/bacula-web/Makefile
@@ -1,58 +1,58 @@
# Created by: Dan Langille <dan@langille.org>
PORTNAME= bacula-web
DISTVERSIONPREFIX= v
-DISTVERSION= 8.5.4
+DISTVERSION= 8.5.5
PORTREVISION= 0
CATEGORIES= www sysutils
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= ler@FreeBSD.org
COMMENT= Bacula-web provides a summarized output of Bacula jobs
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${LOCALBASE}/bin/composer:devel/php-composer@${PHP_FLAVOR}
USES= php:web,flavors
USE_PHP= dom gd gettext posix session simplexml tokenizer xml xmlwriter
USE_GITHUB= yes
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
OPTIONS_DEFINE= MYSQL PGSQL SQLITE
OPTIONS_DEFAULT= MYSQL PGSQL SQLITE
SQLITE_USES= sqlite
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
USES+= mysql
CONFIGURE_ARGS+= --with-mysql=yes
SUB_LIST+= REQ_MYSQL=mysql
USE_PHP+= pdo_mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
USES+= pgsql
CONFIGURE_ARGS+= --with-postgresql=yes
SUB_LIST+= REQ_PGSQL=postgresql
USE_PHP+= pdo_pgsql
.endif
.if ${PORT_OPTIONS:MSQLITE}
CONFIGURE_ARGS+= --with-sqlite=yes
SUB_LIST+= REQ_SQLITE=sqlite
USE_PHP+= pdo_sqlite
.endif
do-install:
# Maybe we should delete some files
${FIND} ${WRKSRC} -name '*.orig' -delete
@${ECHO} "Installing in ${WWWDIR}"
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/${PORTNAME})
.include <bsd.port.mk>
diff --git a/www/bacula-web/distinfo b/www/bacula-web/distinfo
index 8188c7fc5fbf..6de6aa325c47 100644
--- a/www/bacula-web/distinfo
+++ b/www/bacula-web/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653169417
-SHA256 (bacula-web-bacula-web-v8.5.4_GH0.tar.gz) = 3c64ec008e90bdc681255d96930627ba1923c160c37c90840747edc7ee154b3d
-SIZE (bacula-web-bacula-web-v8.5.4_GH0.tar.gz) = 4557913
+TIMESTAMP = 1654375504
+SHA256 (bacula-web-bacula-web-v8.5.5_GH0.tar.gz) = d55b8f4f3b350cd7fad2922547f0d1932bbbb4651df82a489a67d3c054f848ec
+SIZE (bacula-web-bacula-web-v8.5.5_GH0.tar.gz) = 4557944
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 9, 12:22 PM (21 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29371235
Default Alt Text
(2 KB)
Attached To
Mode
R11 FreeBSD ports repository
Attached
Detach File
Event Timeline
Log In to Comment