Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/branches/2017Q2' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Jun 26, 2017
2 parents 06dc715 + a6d94e7 commit c3da76b
Show file tree
Hide file tree
Showing 1,075 changed files with 14,218 additions and 9,744 deletions.
4 changes: 2 additions & 2 deletions Mk/Uses/gecko.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul
.elif ${gecko_ARGS:Mfirefox}

_GECKO_DEFAULT_VERSION= 52
_GECKO_VERSIONS= 52 53
_GECKO_VERSIONS= 52 54
_GECKO_TYPE= firefox

# Dependence lines for different Firefox versions
52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr
53_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox
54_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox

.if exists(${LOCALBASE}/bin/firefox)
_GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null
Expand Down
8 changes: 6 additions & 2 deletions Mk/bsd.gecko.mk
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ MOZ_MK_OPTIONS+=MOZ_OBJDIR="${MOZ_OBJDIR}"

LDFLAGS+= -Wl,--as-needed

.if ${MOZILLA_VER:R:R} < 55
.if ${OPSYS} != DragonFly # XXX xpcshell crash during install
# use jemalloc 3.0.0 (4.0 for firefox 43+) API for stats/tuning
MOZ_EXPORT+= MOZ_JEMALLOC3=1 MOZ_JEMALLOC4=1
Expand All @@ -150,6 +151,7 @@ MOZ_OPTIONS+= --enable-jemalloc
. endif
.endif
.endif # !DragonFly
.endif # Mozilla < 55

# Standard depends
_ALL_DEPENDS= cairo event ffi graphite harfbuzz hunspell icu jpeg nspr nss png pixman soundtouch sqlite vpx
Expand Down Expand Up @@ -328,13 +330,15 @@ MOZ_OPTIONS+= --enable-gconf
MOZ_OPTIONS+= --disable-gconf
.endif

.if ${MOZILLA_VER:R:R} < 55
.if ${PORT_OPTIONS:MGNOMEUI}
BUILD_DEPENDS+= ${libgnomeui_DETECT}:${libgnomeui_LIB_DEPENDS:C/.*://}
USE_GNOME+= libgnomeui:build
MOZ_OPTIONS+= --enable-gnomeui
.else
MOZ_OPTIONS+= --disable-gnomeui
.endif
.endif # Mozilla < 55

.if ${PORT_OPTIONS:MLIBPROXY}
LIB_DEPENDS+= libproxy.so:net/libproxy
Expand Down Expand Up @@ -389,9 +393,9 @@ post-patch-SNDIO-on:
.endif

.if ${PORT_OPTIONS:MRUST}
BUILD_DEPENDS+= rustc:${RUST_PORT}
BUILD_DEPENDS+= rust>=1.15.1:${RUST_PORT}
. if ${MOZILLA_VER:R:R} >= 51
BUILD_DEPENDS+= cargo:devel/cargo
BUILD_DEPENDS+= cargo>=0.16.0:devel/cargo
. endif
RUST_PORT?= lang/rust
MOZ_OPTIONS+= --enable-rust
Expand Down
4 changes: 3 additions & 1 deletion Mk/bsd.qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ CONFIGURE_ARGS+=-nomake examples -nomake tests \
. if ${ARCH} == i386 && empty(MACHINE_CPU:Msse2)
CONFIGURE_ARGS+=-no-sse2
. endif

# Work around a bug in current binutils, where the gold linker creates
# duplicate symbols. See pr 218187. Disable the gold-linker for Qt5 ports.
CONFIGURE_ARGS+= -no-use-gold-linker
. endif

. if defined(WANT_QT_DEBUG) || defined(WITH_DEBUG)
Expand Down
35 changes: 35 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.

20170602:
AFFECTS: users of Qt 5 in presence of binutils
AUTHOR: [email protected]

gold linker from binutils 2.28 may produce duplicate library
symbols, which makes shared libraries created with it not usable
with conventional ld linker.

This affects Qt, as qt5-qmake will detect gold and use it to build
Qt libraries. Broken libQt5Core will be produced and ports which
depend on it will then fail to link with the following errors:

...lib/libQt5Core.so:(.dynamic+0x27ac8): multiple definition of `__bss_start at Qt_5'
...lib/libQt5Core.so:(.dynamic+0x27ac8): first defined here
...lib/libQt5Core.so:(.dynamic+0x27ac8): multiple definition of `_edata at Qt_5'
...lib/libQt5Core.so:(.dynamic+0x27ac8): first defined here
...lib/libQt5Core.so:(.dynamic+0x2b2d0): multiple definition of `_end at Qt_5'

Qt5 was fixed to ignore gold. If you see these errors, you
need to rebuild qt5-qmake, then all qt5-* ports.

20170412:
AFFECTS: users of sysutils/ansible
AUTHOR: [email protected]

The default value for ansible_python_interpreter has been changed
to match the upstream /usr/bin/python. If managing FreeBSD systems,
adjust the hosts database to explicitly set a valid python interpreter:

[freebsd]
host1

[freebsd_vars]
ansible_python_interpreter=/usr/local/bin/python2.7

20170411:
AFFECTS: www/firefox
AUTHOR: [email protected]
Expand Down
8 changes: 6 additions & 2 deletions accessibility/redshift/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@

PORTNAME= redshift
PORTVERSION= 1.7
PORTREVISION= 2
PORTREVISION= 4
CATEGORIES= accessibility
MASTER_SITES= http://launchpad.net/redshift/trunk/${PORTVERSION}/+download/

MAINTAINER= [email protected]
COMMENT= Adjusts the color temperature of your screen

USES= gmake pkgconfig tar:bzip2
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

USES= gmake pkgconfig shebangfix tar:bzip2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
SHEBANG_FILES= src/gtk-redshift/gtk-redshift

CONFIGURE_ARGS+= --disable-wingdi

Expand Down
5 changes: 3 additions & 2 deletions archivers/pear-PHP_Archive/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/PHP_Archive-0.12.0.tgz) = 2608a845403d50d3ff8ff4f35ce08fba2c6f9cdc1e5d76871e9e9a90c6398b71
SIZE (PEAR/PHP_Archive-0.12.0.tgz) = 84711
TIMESTAMP = 1497162156
SHA256 (PEAR/PHP_Archive-0.12.0.tgz) = 2cf22f660d252b2ec5575fb044579b5490f46096ec7f5e41b5f5ad11dbada455
SIZE (PEAR/PHP_Archive-0.12.0.tgz) = 86179
2 changes: 1 addition & 1 deletion audio/musicpd/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= musicpd
PORTVERSION= 0.20.8
PORTVERSION= 0.20.9
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions audio/musicpd/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1495999052
SHA256 (mpd-0.20.8.tar.xz) = 7d177f29663c4a0997413401e52bbf11d2bb472773bbcf9294f839c4b8751e35
SIZE (mpd-0.20.8.tar.xz) = 773128
TIMESTAMP = 1497078447
SHA256 (mpd-0.20.9.tar.xz) = cd77a2869e32354b004cc6b34fcb0bee56114caa2d9ed862aaa8071441e34eb7
SIZE (mpd-0.20.9.tar.xz) = 773404
11 changes: 0 additions & 11 deletions audio/musicpd/files/patch-src_Compiler.h

This file was deleted.

19 changes: 0 additions & 19 deletions audio/musicpd/files/patch-src_system_ByteOrder.hxx

This file was deleted.

2 changes: 1 addition & 1 deletion audio/pear-Text_Spell_Audio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ CATEGORIES= audio pear
MAINTAINER= [email protected]
COMMENT= Generates a sound clip saying the contents of a string of characters

USES= pear
USES= pear

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions audio/pear-Text_Spell_Audio/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/Text_Spell_Audio-0.1.0.tgz) = 4d0978f14ed2a80fd7d61d0c804ae64296395e7c145b7638463c755109697285
SIZE (PEAR/Text_Spell_Audio-0.1.0.tgz) = 135864
TIMESTAMP = 1497162301
SHA256 (PEAR/Text_Spell_Audio-0.1.0.tgz) = 4f98a440d076083bc84f98cac97dd8f063c2789e9ac8c57c13b102c4d90337b0
SIZE (PEAR/Text_Spell_Audio-0.1.0.tgz) = 137302
2 changes: 1 addition & 1 deletion benchmarks/pear-Benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= benchmarks devel www pear
MAINTAINER= [email protected]
COMMENT= PEAR framework to benchmark PHP scripts or function calls

USES= pear
USES= pear php

USE_PHP= bcmath

Expand Down
5 changes: 3 additions & 2 deletions benchmarks/pear-Benchmark/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/Benchmark-1.2.9.tgz) = b68c6ca9bfb3ba79e095117ff5e3e674ed9583692f4722b0196e8b3874a9c468
SIZE (PEAR/Benchmark-1.2.9.tgz) = 8696
TIMESTAMP = 1497162302
SHA256 (PEAR/Benchmark-1.2.9.tgz) = 95e01d8af82f0bc4eda7a1160ec8a5812a90402487a4a96ed1f7a21b6fc616f0
SIZE (PEAR/Benchmark-1.2.9.tgz) = 8823
2 changes: 1 addition & 1 deletion chinese/wordpress-zh_CN/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= wordpress
PORTVERSION= 4.7.3
PORTVERSION= 4.7.4
DISTVERSIONSUFFIX= -zh_CN
CATEGORIES= chinese www
MASTER_SITES= http://cn.wordpress.org/
Expand Down
6 changes: 3 additions & 3 deletions chinese/wordpress-zh_CN/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1488888068
SHA256 (wordpress-4.7.3-zh_CN.tar.gz) = 2bdcd0d23ab12e86c5bcb8cfe30acd658dae2bfae95af7917d09f646db01bbf8
SIZE (wordpress-4.7.3-zh_CN.tar.gz) = 8473348
TIMESTAMP = 1493060658
SHA256 (wordpress-4.7.4-zh_CN.tar.gz) = 2a0dfc19aebee9a0f8fd501e6435407cb4f6addb6e6a47003201088f910ddcad
SIZE (wordpress-4.7.4-zh_CN.tar.gz) = 8507412
2 changes: 1 addition & 1 deletion chinese/wordpress-zh_TW/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= wordpress
PORTVERSION= 4.7.3
PORTVERSION= 4.7.5
DISTVERSIONSUFFIX= -zh_TW
CATEGORIES= chinese www
MASTER_SITES= http://tw.wordpress.org/
Expand Down
6 changes: 3 additions & 3 deletions chinese/wordpress-zh_TW/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1488888311
SHA256 (wordpress-4.7.3-zh_TW.tar.gz) = 059fe1e62ae35016a58c2b1d3fc8dd444143901cc80c1046042f0d06b6e086df
SIZE (wordpress-4.7.3-zh_TW.tar.gz) = 8459452
TIMESTAMP = 1497894983
SHA256 (wordpress-4.7.5-zh_TW.tar.gz) = 56d1dabdb8ddddb7a8f586da1d8a2825b5c8b4f1863e4776a3f1c13a5d59d436
SIZE (wordpress-4.7.5-zh_TW.tar.gz) = 7910609
5 changes: 3 additions & 2 deletions converters/pear-Services_JSON/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/Services_JSON-1.0.3.tgz) = 007bfa934b9dc866f2b558355097372e1542bdfd5a7e3f39e3d7b94cc6cae1c3
SIZE (PEAR/Services_JSON-1.0.3.tgz) = 9529
TIMESTAMP = 1497162304
SHA256 (PEAR/Services_JSON-1.0.3.tgz) = ed2fc40293b51c01cbc3a56020539d2d013380d72318fe1240ec17acabd46512
SIZE (PEAR/Services_JSON-1.0.3.tgz) = 9613
5 changes: 3 additions & 2 deletions databases/pear-DBA/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/DBA-1.1.1.tgz) = eb3c8c12e6e5a2d4b612db060e6426322662030f17a9f6316b8ce2462cc7846c
SIZE (PEAR/DBA-1.1.1.tgz) = 12964
TIMESTAMP = 1497162306
SHA256 (PEAR/DBA-1.1.1.tgz) = 59c3abf51f3b3d4f6b9b3e2a86e0c2bee7af8ecaaf21e71ffb0ed7638e0af6d1
SIZE (PEAR/DBA-1.1.1.tgz) = 13144
2 changes: 1 addition & 1 deletion databases/pear-DBA_Relational/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ COMMENT= Berkely-style database abstraction class

PORTSCOUT= skipv:0.19

USES= pear
USES= pear

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions databases/pear-DBA_Relational/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/DBA_Relational-0.2.0.tgz) = f9d635a5d69a17fa2ba52f25361f71531e417a9fd6ae222963901f6121fb2849
SIZE (PEAR/DBA_Relational-0.2.0.tgz) = 21181
TIMESTAMP = 1497162308
SHA256 (PEAR/DBA_Relational-0.2.0.tgz) = e5f3a2aaba472ae6f8970718fb0b4caa670f77cac030abf2a6b73ae4909637c4
SIZE (PEAR/DBA_Relational-0.2.0.tgz) = 21480
5 changes: 3 additions & 2 deletions databases/pear-DB_DataObject/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/DB_DataObject-1.11.5.tgz) = c3c7eac00d895b54a99bcbdbcffac637d552de85d37bd92d8cad30bdd00484ca
SIZE (PEAR/DB_DataObject-1.11.5.tgz) = 82809
TIMESTAMP = 1497162310
SHA256 (PEAR/DB_DataObject-1.11.5.tgz) = 0157d3197c28b33d41c069b7f0ed8d2651fe2377e83a0a7b9f1b7a47a4f31b05
SIZE (PEAR/DB_DataObject-1.11.5.tgz) = 83878
5 changes: 3 additions & 2 deletions databases/pear-DB_DataObject_FormBuilder/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/DB_DataObject_FormBuilder-1.0.2.tgz) = 078de1cdded673e100b0e7785fc5da2609f89a725676057581240446aa6fdb81
SIZE (PEAR/DB_DataObject_FormBuilder-1.0.2.tgz) = 69226
TIMESTAMP = 1497162313
SHA256 (PEAR/DB_DataObject_FormBuilder-1.0.2.tgz) = fee9c2e11fd65ba83990829ed8e942f095f7d6cbcadbaa0c83b6b88bb9346a05
SIZE (PEAR/DB_DataObject_FormBuilder-1.0.2.tgz) = 70143
2 changes: 1 addition & 1 deletion databases/pear-DB_QueryTool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \
${PEARDIR}/Log/null.php:sysutils/pear-Log

USES= pear
USES= pear

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions databases/pear-DB_QueryTool/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/DB_QueryTool-1.1.2.tgz) = 16038363a0822ced5d45f713914f616caa23acd74d9a7cffd1a30292b094df2d
SIZE (PEAR/DB_QueryTool-1.1.2.tgz) = 45977
TIMESTAMP = 1497162315
SHA256 (PEAR/DB_QueryTool-1.1.2.tgz) = ea60339846eb178de832b8a287bbf29599f4b9475808511b4463c4ebbe0987b8
SIZE (PEAR/DB_QueryTool-1.1.2.tgz) = 46429
2 changes: 1 addition & 1 deletion databases/pear-DB_Sqlite_Tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \
${PEARDIR}/Log/null.php:sysutils/pear-Log

USES= pear
USES= pear

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions databases/pear-DB_Sqlite_Tools/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/DB_Sqlite_Tools-0.1.7.tgz) = ca82ed2c7b5df5a6ef4e7fa46f19c66f2c9a9faca89bb96d5426911958ed936c
SIZE (PEAR/DB_Sqlite_Tools-0.1.7.tgz) = 20506
TIMESTAMP = 1497162317
SHA256 (PEAR/DB_Sqlite_Tools-0.1.7.tgz) = 7cd6ac55d38619ee594e9e4e2b1f831c5ee92e931f2f18890a7c791c607a92c4
SIZE (PEAR/DB_Sqlite_Tools-0.1.7.tgz) = 20689
2 changes: 1 addition & 1 deletion databases/pear-DB_Table/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CATEGORIES= databases www pear
MAINTAINER= [email protected]
COMMENT= PEAR object-oriented interface to a database table

USES= pear
USES= pear

OPTIONS_DEFINE= PEAR_HTML_QUICKFORM PEAR_DB PEAR_MDB2
PEAR_HTML_QUICKFORM_DESC= PEAR::HTML_QuickForm support
Expand Down
5 changes: 3 additions & 2 deletions databases/pear-DB_Table/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/DB_Table-1.5.6.tgz) = ea0dd1a6a71c85ff63f6d7357337202e211a93149d9739336bdca44e2aff6697
SIZE (PEAR/DB_Table-1.5.6.tgz) = 116393
TIMESTAMP = 1497162320
SHA256 (PEAR/DB_Table-1.5.6.tgz) = 87293fa95ca716c42b0667d33906518bf046566d1251df605878c4ebee39aa72
SIZE (PEAR/DB_Table-1.5.6.tgz) = 118305
5 changes: 3 additions & 2 deletions databases/pear-DB_ldap/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/DB_ldap-1.2.1.tgz) = 7450a2a5b7376f35a813f2d7e10f39e70c997e8f5e79998ee31301ba770a055f
SIZE (PEAR/DB_ldap-1.2.1.tgz) = 10146
TIMESTAMP = 1497162321
SHA256 (PEAR/DB_ldap-1.2.1.tgz) = 5bf71b89200f85b895000fe5b7731598418adeeb8b5614fd001e7b8f9e0c8a3a
SIZE (PEAR/DB_ldap-1.2.1.tgz) = 10245
2 changes: 1 addition & 1 deletion databases/pear-DB_ldap2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB

USE_PHP= ldap
USES= pear
USES= pear php

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions databases/pear-DB_ldap2/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/DB_ldap2-0.5.1.tgz) = 928866f0ce9ea94ec057c36cc0793de39554a9a89dfc60c36022a1b54237a759
SIZE (PEAR/DB_ldap2-0.5.1.tgz) = 19448
TIMESTAMP = 1497162323
SHA256 (PEAR/DB_ldap2-0.5.1.tgz) = c3bd86187f4a80b24b8c16b4b29b8f5aaa36fa0527251bf84b75719ee0d61358
SIZE (PEAR/DB_ldap2-0.5.1.tgz) = 19618
5 changes: 3 additions & 2 deletions databases/pear-MDB/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/MDB-1.3.0.tgz) = 0e407b21797d4e4ec04e5490bf63a1f9de01c0d3f6d51a92949a478b184efaf4
SIZE (PEAR/MDB-1.3.0.tgz) = 218957
TIMESTAMP = 1497162326
SHA256 (PEAR/MDB-1.3.0.tgz) = c5b6d1d1c46eccfb0b9291bcba837b71364ca5bc60cd745f31e9962f3cbc8d1e
SIZE (PEAR/MDB-1.3.0.tgz) = 218815
5 changes: 3 additions & 2 deletions databases/pear-MDB2/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/MDB2-2.5.0b5.tgz) = c4ab3cf8cea4aacff02d729998b0ac80b4f92c2cc8055956079b323a406d985b
SIZE (PEAR/MDB2-2.5.0b5.tgz) = 136834
TIMESTAMP = 1497162329
SHA256 (PEAR/MDB2-2.5.0b5.tgz) = 385a2c9c2341fc8c37f9de165c7137d2f13dcfe3b89a57290f6cb8e38ded2871
SIZE (PEAR/MDB2-2.5.0b5.tgz) = 138814
2 changes: 1 addition & 1 deletion databases/pear-MDB2_Driver_mysqli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BUILD_DEPENDS= pear-MDB2>=0:databases/pear-MDB2
RUN_DEPENDS:= ${BUILD_DEPENDS}

NO_ARCH= yes
USES= pear
USES= pear php
USE_PHP= mysqli

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions databases/pear-MDB2_Driver_mysqli/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/MDB2_Driver_mysqli-1.5.0b4.tgz) = d5d4d24a1b263f32686d257a5563797460e589311f3c571094b35f1c87fbbaf5
SIZE (PEAR/MDB2_Driver_mysqli-1.5.0b4.tgz) = 49450
TIMESTAMP = 1497162331
SHA256 (PEAR/MDB2_Driver_mysqli-1.5.0b4.tgz) = b6855c35501f7361fc7b1555f3704a5631421e1e382e355ad9d110daad4f200a
SIZE (PEAR/MDB2_Driver_mysqli-1.5.0b4.tgz) = 49986
2 changes: 1 addition & 1 deletion databases/pear-MDB2_Driver_pgsql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BUILD_DEPENDS= pear-MDB2>=0:databases/pear-MDB2
RUN_DEPENDS:= ${BUILD_DEPENDS}

NO_ARCH= yes
USES= pear
USES= pear php
USE_PHP= pgsql

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions databases/pear-MDB2_Driver_pgsql/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (PEAR/MDB2_Driver_pgsql-1.5.0b4.tgz) = 4d6a74464e3f5c76c834c940b6e5c1b17acc717a298fd1949db5a5f74fe4df33
SIZE (PEAR/MDB2_Driver_pgsql-1.5.0b4.tgz) = 42404
TIMESTAMP = 1497162334
SHA256 (PEAR/MDB2_Driver_pgsql-1.5.0b4.tgz) = 136ac4f35140aab0a632fb108b508040d60f566a726f6b547e09d4ecd005809a
SIZE (PEAR/MDB2_Driver_pgsql-1.5.0b4.tgz) = 42757
Loading

0 comments on commit c3da76b

Please sign in to comment.