diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-03-22 03:50:35 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-03-22 03:50:35 +0800 |
commit | 12ab11173fcc37b1f11462f931a1f29360b109ee (patch) | |
tree | b7659fd8951e5c57b75a2ee7c2cfedc130eee355 /security/orthrus | |
parent | e8f306888a1df1933c51bd2b5c6d188eb0812771 (diff) | |
download | freebsd-ports-gnome-12ab11173fcc37b1f11462f931a1f29360b109ee.tar.gz freebsd-ports-gnome-12ab11173fcc37b1f11462f931a1f29360b109ee.tar.zst freebsd-ports-gnome-12ab11173fcc37b1f11462f931a1f29360b109ee.zip |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache)
Diffstat (limited to 'security/orthrus')
-rw-r--r-- | security/orthrus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/orthrus/Makefile b/security/orthrus/Makefile index 062f6d6e3c32..cef9c05de295 100644 --- a/security/orthrus/Makefile +++ b/security/orthrus/Makefile @@ -3,7 +3,7 @@ PORTNAME= orthrus PORTVERSION= 0.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/orthrus/ \ http://16degrees.com.au/${PORTNAME}/ |