svn commit: r357535 - head/devel/ncnf

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 11 20:40:52 UTC 2014


Author: amdmi3
Date: Wed Jun 11 20:40:52 2014
New Revision: 357535
URL: http://svnweb.freebsd.org/changeset/ports/357535
QAT: https://qat.redports.org/buildarchive/r357535/

Log:
  - Switch to USES=libtool, drop .la files

Modified:
  head/devel/ncnf/Makefile
  head/devel/ncnf/pkg-plist

Modified: head/devel/ncnf/Makefile
==============================================================================
--- head/devel/ncnf/Makefile	Wed Jun 11 20:39:56 2014	(r357534)
+++ head/devel/ncnf/Makefile	Wed Jun 11 20:40:52 2014	(r357535)
@@ -3,19 +3,19 @@
 
 PORTNAME=	ncnf
 PORTVERSION=	3.0.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Generic configuration management library
 
-OPTIONS_DEFINE=	DOCS
-
 LIB_DEPENDS=	libstrfunc.so:${PORTSDIR}/devel/libstrfunc
 
-USE_AUTOTOOLS=	libtool
-USE_LDCONFIG=	YES
+USES=		libtool
 GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+
+OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.mk>

Modified: head/devel/ncnf/pkg-plist
==============================================================================
--- head/devel/ncnf/pkg-plist	Wed Jun 11 20:39:56 2014	(r357534)
+++ head/devel/ncnf/pkg-plist	Wed Jun 11 20:40:52 2014	(r357535)
@@ -9,9 +9,9 @@ include/ncnf_notif.h
 include/ncnf_constr.h
 include/ncnf_ql.h
 lib/libncnf.a
-lib/libncnf.la
 lib/libncnf.so
-lib/libncnf.so.3
+lib/libncnf.so.2
+lib/libncnf.so.2.1.0
 %%PORTDOCS%%%%DOCSDIR%%/ncnf-validator-syntax.txt
 %%PORTDOCS%%%%DOCSDIR%%/ncnf-whitepaper.html
 %%PORTDOCS%%@dirrm %%DOCSDIR%%


More information about the svn-ports-head mailing list