Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2018 09:30:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482962 - head/multimedia/libtheora
Message-ID:  <201810250930.w9P9UCi4088812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 25 09:30:12 2018
New Revision: 482962
URL: https://svnweb.freebsd.org/changeset/ports/482962

Log:
  - Switch to USES=localbase
  - Add testing support
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/libtheora/Makefile
  head/multimedia/libtheora/pkg-descr

Modified: head/multimedia/libtheora/Makefile
==============================================================================
--- head/multimedia/libtheora/Makefile	Thu Oct 25 09:29:59 2018	(r482961)
+++ head/multimedia/libtheora/Makefile	Thu Oct 25 09:30:12 2018	(r482962)
@@ -17,13 +17,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libogg.so:audio/libogg \
 		libvorbis.so:audio/libvorbis
 
+USES=		libtool localbase pathfix tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-sdltest \
 		--disable-examples
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
-USES=		libtool pathfix tar:bzip2
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
 .include <bsd.port.options.mk>

Modified: head/multimedia/libtheora/pkg-descr
==============================================================================
--- head/multimedia/libtheora/pkg-descr	Thu Oct 25 09:29:59 2018	(r482961)
+++ head/multimedia/libtheora/pkg-descr	Thu Oct 25 09:30:12 2018	(r482962)
@@ -4,4 +4,4 @@ directly from On2's VP3 codec.
 
 This is alpha testing software; the API will probably change.
 
-WWW: http://www.theora.org
+WWW: https://www.theora.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810250930.w9P9UCi4088812>