Index: Makefile =================================================================== --- Makefile (revision 407828) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= x265 -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -19,7 +19,7 @@ USES= cmake tar:bz2 USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-e27327f5da35/source +WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-1d3b6e448e01/source post-patch: @${REINPLACE_CMD} -e \ @@ -26,4 +26,7 @@ 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt +test regression-test check: build + ${WRKSRC}/test/TestBench + .include Index: distinfo =================================================================== --- distinfo (revision 407828) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (x265/1.8.tar.bz2) = 3d36472d9b41cdf04ae92eede1f1da2198432d0ebc2c29ec2da36d8bddaafb7e -SIZE (x265/1.8.tar.bz2) = 739692 +SHA256 (x265/1.9.tar.bz2) = e1e4de6ead44e21c15378675e09c39ef192f2b7c844dd369d2ba1e979aca1ebb +SIZE (x265/1.9.tar.bz2) = 774118 Index: files/patch-tests =================================================================== --- files/patch-tests (nonexistent) +++ files/patch-tests (working copy) @@ -0,0 +1,12 @@ +--- CMakeLists.txt 2016-02-02 12:41:24.710193000 -0500 ++++ CMakeLists.txt 2016-02-02 12:46:38.073745000 -0500 +@@ -582,8 +582,3 @@ + endif(ENABLE_CLI) + +-if(ENABLE_ASSEMBLY AND NOT XCODE) +- option(ENABLE_TESTS "Enable Unit Tests" OFF) +- if(ENABLE_TESTS) +- add_subdirectory(test) +- endif() +-endif() ++add_subdirectory(test) Index: pkg-plist =================================================================== --- pkg-plist (revision 407828) +++ pkg-plist (working copy) @@ -3,5 +3,5 @@ include/x265_config.h lib/libx265.a lib/libx265.so -lib/libx265.so.68 +lib/libx265.so.79 libdata/pkgconfig/x265.pc