[Midnightbsd-cvs] mports [18169] trunk/audio/celt: fix plist on celt

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 15 16:13:49 EDT 2015


Revision: 18169
          http://svnweb.midnightbsd.org/mports/?rev=18169
Author:   laffer1
Date:     2015-03-15 16:13:48 -0400 (Sun, 15 Mar 2015)
Log Message:
-----------
fix plist on celt

Modified Paths:
--------------
    trunk/audio/celt/Makefile
    trunk/audio/celt/pkg-plist

Modified: trunk/audio/celt/Makefile
===================================================================
--- trunk/audio/celt/Makefile	2015-03-15 20:12:45 UTC (rev 18168)
+++ trunk/audio/celt/Makefile	2015-03-15 20:13:48 UTC (rev 18169)
@@ -2,6 +2,7 @@
 
 PORTNAME=	celt
 PORTVERSION=	0.11.3
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.us.xiph.org/releases/celt/
 
@@ -8,15 +9,15 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	The CELT ultra-low delay audio codec
 
-LICENSE=	bsd3
+LICENSE=	bsd2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ogg=${LOCALBASE}
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
-USE_GCC=	4.2+
+USES=		gmake libtool:keepla pathfix
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>

Modified: trunk/audio/celt/pkg-plist
===================================================================
--- trunk/audio/celt/pkg-plist	2015-03-15 20:12:45 UTC (rev 18168)
+++ trunk/audio/celt/pkg-plist	2015-03-15 20:13:48 UTC (rev 18169)
@@ -1,12 +1,11 @@
- at comment $MidnightBSD$
 bin/celtenc
 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
 lib/libcelt0.a
 libdata/pkgconfig/celt.pc
- at dirrm include/celt



More information about the Midnightbsd-cvs mailing list