Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 08:21:54 +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: r355592 - head/audio/libnjb
Message-ID:  <201405280821.s4S8Lssq028933@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May 28 08:21:54 2014
New Revision: 355592
URL: http://svnweb.freebsd.org/changeset/ports/355592
QAT: https://qat.redports.org/buildarchive/r355592/

Log:
  - Switch to USES=libtool
  - Strip library
  - Clarify license

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

Modified: head/audio/libnjb/Makefile
==============================================================================
--- head/audio/libnjb/Makefile	Wed May 28 06:26:25 2014	(r355591)
+++ head/audio/libnjb/Makefile	Wed May 28 08:21:54 2014	(r355592)
@@ -3,27 +3,28 @@
 
 PORTNAME=	libnjb
 PORTVERSION=	2.2.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C library, API for communicating with Creative and Dell audio players
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-OPTIONS_DEFINE=	DOCS
-
-USES=	pathfix
-USE_AUTOTOOLS=	libtool
+USES=		pathfix libtool
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 PORTDOCS=	*
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}

Modified: head/audio/libnjb/pkg-plist
==============================================================================
--- head/audio/libnjb/pkg-plist	Wed May 28 06:26:25 2014	(r355591)
+++ head/audio/libnjb/pkg-plist	Wed May 28 08:21:54 2014	(r355592)
@@ -22,7 +22,7 @@ bin/njb-tagtr
 bin/njb-tracks
 include/libnjb.h
 lib/libnjb.a
-lib/libnjb.la
 lib/libnjb.so
-lib/libnjb.so.6
+lib/libnjb.so.5
+lib/libnjb.so.5.1.1
 libdata/pkgconfig/libnjb.pc



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