Skip to content

Commit 602c526

Browse files
SumGuyV5rosorio
authored andcommitted
www/fusionpbx: update to 5.3.0
Full changelog: https://www.fusionpbx.com/release_notes.php PR: 276666 Approved by: maintainer timeout
1 parent 406cda4 commit 602c526

File tree

3 files changed

+4034
-981
lines changed

3 files changed

+4034
-981
lines changed

www/fusionpbx/Makefile

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PORTNAME= fusionpbx
2-
PORTVERSION= 4.4.1
3-
PORTREVISION= 1
2+
PORTVERSION= 5.3.0
43
CATEGORIES= www
54

65
MAINTAINER= richard2891@gmail.com
@@ -10,18 +9,18 @@ WWW= https://www.fusionpbx.com
109
LICENSE= MPL11
1110

1211
LIB_DEPENDS= libodbc.so:databases/unixODBC
13-
RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VER}-pdo_odbc \
14-
${LOCALBASE}/bin/freeswitch:net/freeswitch \
15-
${LOCALBASE}/bin/memcached:databases/memcached
16-
17-
USES= cpe sqlite php fakeroot
18-
USE_PHP= phar pdo pdo_odbc pdo_sqlite gd imap \
19-
ldap sockets simplexml xml session odbc
12+
RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:net/freeswitch \
13+
${LOCALBASE}/bin/memcached:databases/memcached \
14+
${PHPBASE}/lib/php/${PHP_EXT_DIR}/pdo_odbc.so:databases/php${PHP_VER}-pdo_odbc
2015

16+
USES= cpe fakeroot php sqlite
2117
USE_GITHUB= yes
18+
USE_PHP= gd imap ldap odbc pdo pdo_odbc pdo_sqlite phar session \
19+
simplexml sockets xml
2220

2321
VARBASE= var
2422

23+
NO_ARCH= yes
2524
NO_BUILD= yes
2625

2726
OPTIONS_DEFINE= PDOPGSQL
@@ -31,7 +30,7 @@ OPTIONS_DEFAULT= PDOPGSQL
3130
PDOPGSQL_DESC= Install POSTGRESQL PDO Connector
3231

3332
PDOPGSQL_USES= pgsql
34-
PDOPGSQL_USE= PHP=pgsql,pdo_pgsql
33+
PDOPGSQL_USE= PHP=pdo_pgsql,pgsql
3534

3635
.include <bsd.port.options.mk>
3736

www/fusionpbx/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1552794100
2-
SHA256 (fusionpbx-fusionpbx-4.4.1_GH0.tar.gz) = 232063ae3e3bc4330311f317e4de9aef16fd3fb4cf0dd558a86af235b8790635
3-
SIZE (fusionpbx-fusionpbx-4.4.1_GH0.tar.gz) = 8985184
1+
TIMESTAMP = 1728574704
2+
SHA256 (fusionpbx-fusionpbx-5.3.0_GH0.tar.gz) = ff1a4b75c5ef2e072cf61f571ddc6da2091e5ff1850e71e08beaf22608f1311a
3+
SIZE (fusionpbx-fusionpbx-5.3.0_GH0.tar.gz) = 34159837

0 commit comments

Comments
 (0)