diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-07-11 21:20:30 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-07-11 21:20:30 +0800 |
commit | 1dc2b1fe80f4a44a335a41292040f44729b2c8b7 (patch) | |
tree | 24bb6699b5e6c5e10f733a9425d45ce6042b1a71 /net/pjsip | |
parent | 0c946222685b9af11b2504bacdfe0d6a198221eb (diff) | |
download | freebsd-ports-gnome-1dc2b1fe80f4a44a335a41292040f44729b2c8b7.tar.gz freebsd-ports-gnome-1dc2b1fe80f4a44a335a41292040f44729b2c8b7.tar.zst freebsd-ports-gnome-1dc2b1fe80f4a44a335a41292040f44729b2c8b7.zip |
multimedia/openh264: update to 1.6.0
API/ABI has changed, so bump PORTREVISION in consumers. Some of those
are marked BROKEN that may need a fix similar to libav.
https://git.libav.org/?p=libav.git;a=commitdiff;h=d825b1a53065
Changes: https://github.com/cisco/openh264/releases/tag/v1.6.0
Diffstat (limited to 'net/pjsip')
-rw-r--r-- | net/pjsip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/pjsip/Makefile b/net/pjsip/Makefile index 7530eecfb900..76c4872fde20 100644 --- a/net/pjsip/Makefile +++ b/net/pjsip/Makefile @@ -2,6 +2,7 @@ PORTNAME= pjsip PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.pjsip.org/release/${PORTVERSION}/ DISTNAME= pjproject-${DISTVERSION} |