diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-11-14 19:34:12 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-11-14 19:34:12 +0000 |
commit | 1ad587fb06b5fac44180ece9bd8d1218551de4b0 (patch) | |
tree | e7641fb657d8e201903d023988865a1bd3fff335 /graphics/php5-gd | |
parent | Reset maintainership (diff) |
multimedia/libvpx: update 1.5.0
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+log/e67d45d..v1.5.0
ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.4.0.488_1_to_1.5.0/compat_report.html
PR: 204478
Exp-run by: antoine
Approved by: ashish (maintainer)
Notes
Notes:
svn path=/head/; revision=401587
Diffstat (limited to 'graphics/php5-gd')
-rw-r--r-- | graphics/php5-gd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/php5-gd/Makefile b/graphics/php5-gd/Makefile index 2972d3162575..e4ad86b5221c 100644 --- a/graphics/php5-gd/Makefile +++ b/graphics/php5-gd/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php5 |