diff options
author | mi <mi@FreeBSD.org> | 2016-02-11 04:08:39 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2016-02-11 04:08:39 +0800 |
commit | 995d254dbfdc3d836b8afe34b98d15b7a14444ea (patch) | |
tree | 0b0a3a74a41cae3a5da193b89cab9e668834e0f1 /x11 | |
parent | cd75faebbb54ce4e54cfb597f0ecea5782095397 (diff) | |
download | freebsd-ports-gnome-995d254dbfdc3d836b8afe34b98d15b7a14444ea.tar.gz freebsd-ports-gnome-995d254dbfdc3d836b8afe34b98d15b7a14444ea.tar.zst freebsd-ports-gnome-995d254dbfdc3d836b8afe34b98d15b7a14444ea.zip |
Upgrade x265 from 1.8 to 1.9. Add the test-target to utilize upstream's bundled
tests and make myself the maintainer to deal with fallout, if any.
Bump PORTREVISION of the two other ports, which depend on x265 by default.
PR: 206864
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 189f619c65ad..eb3aa5e37cf6 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -3,6 +3,7 @@ PORTNAME= xpra PORTVERSION= 0.15.10 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ |