svn commit: r364776 - head/devel/libopkele
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Aug 13 10:39:01 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list