Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 10:39:00 +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: r364776 - head/devel/libopkele
Message-ID:  <201408131039.s7DAd0Ku045432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 13 10:39:00 2014
New Revision: 364776
URL: http://svnweb.freebsd.org/changeset/ports/364776
QAT: https://qat.redports.org/buildarchive/r364776/

Log:
  - Switch to USES=libtool, drop .la files
  - Add missing run-dependency on boost
  
  Approved by:	portmgr blanket

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

Modified: head/devel/libopkele/Makefile
==============================================================================
--- head/devel/libopkele/Makefile	Wed Aug 13 10:38:47 2014	(r364775)
+++ head/devel/libopkele/Makefile	Wed Aug 13 10:39:00 2014	(r364776)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libopkele
 PORTVERSION=	2.0.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://kin.klever.net/dist/
 
@@ -11,6 +11,7 @@ MAINTAINER=	zhoushuqun@gmail.com
 COMMENT=	C++ implementation of an OpenID decentralized identity system
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
+RUN_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libpcre.so:${PORTSDIR}/devel/pcre \
 		libexpat.so:${PORTSDIR}/textproc/expat2 \
@@ -18,7 +19,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 		libxslt.so:${PORTSDIR}/textproc/libxslt
 
 USE_LDCONFIG=	yes
-USES=		gmake pkgconfig compiler:c++11-lang
+USES=		libtool gmake pkgconfig compiler:c++11-lang
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	"OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \
 		OPENSSL_LIBS=-L${OPENSSLLIB}

Modified: head/devel/libopkele/pkg-plist
==============================================================================
--- head/devel/libopkele/pkg-plist	Wed Aug 13 10:38:47 2014	(r364775)
+++ head/devel/libopkele/pkg-plist	Wed Aug 13 10:39:00 2014	(r364776)
@@ -17,8 +17,8 @@ include/opkele/uris.h
 include/opkele/util.h
 include/opkele/verify_op.h
 lib/libopkele.a
-lib/libopkele.la
 lib/libopkele.so
 lib/libopkele.so.3
+lib/libopkele.so.3.0.0
 libdata/pkgconfig/libopkele.pc
 @dirrm include/opkele



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