svn commit: r353066 - head/audio/celt

Baptiste Daroussin bapt at FreeBSD.org
Tue May 6 06:57:20 UTC 2014


Author: bapt
Date: Tue May  6 06:57:19 2014
New Revision: 353066
URL: http://svnweb.freebsd.org/changeset/ports/353066
QAT: https://qat.redports.org/buildarchive/r353066/

Log:
  Use USES=libtool
  Strip binaries

Modified:
  head/audio/celt/Makefile
  head/audio/celt/pkg-plist

Modified: head/audio/celt/Makefile
==============================================================================
--- head/audio/celt/Makefile	Tue May  6 06:57:14 2014	(r353065)
+++ head/audio/celt/Makefile	Tue May  6 06:57:19 2014	(r353066)
@@ -3,14 +3,14 @@
 
 PORTNAME=	celt
 PORTVERSION=	0.11.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.us.xiph.org/releases/celt/
 
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	The CELT ultra-low delay audio codec
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ogg=${LOCALBASE}
 USE_LDCONFIG=	yes
-USES=		gmake pathfix
+USES=		gmake libtool:keepla pathfix
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: head/audio/celt/pkg-plist
==============================================================================
--- head/audio/celt/pkg-plist	Tue May  6 06:57:14 2014	(r353065)
+++ head/audio/celt/pkg-plist	Tue May  6 06:57:19 2014	(r353066)
@@ -3,6 +3,7 @@ bin/celtdec
 include/celt/celt.h
 include/celt/celt_types.h
 include/celt/celt_header.h
+lib/libcelt0.so.2.0.0
 lib/libcelt0.so.2
 lib/libcelt0.so
 lib/libcelt0.la


More information about the svn-ports-all mailing list