Date: Wed, 13 Nov 2013 07:37:37 +0000 (UTC) From: Alberto Villa <avilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333656 - head/net/libkvkontakte Message-ID: <201311130737.rAD7bb1m019075@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avilla Date: Wed Nov 13 07:37:36 2013 New Revision: 333656 URL: http://svnweb.freebsd.org/changeset/ports/333656 Log: - Use CMAKE_BUILD_TYPE to fix plist when WITH_DEBUG is set. - STAGEify. - Use LIB_DEPENDS new format. Modified: head/net/libkvkontakte/Makefile head/net/libkvkontakte/pkg-plist (contents, props changed) Modified: head/net/libkvkontakte/Makefile ============================================================================== --- head/net/libkvkontakte/Makefile Wed Nov 13 06:41:00 2013 (r333655) +++ head/net/libkvkontakte/Makefile Wed Nov 13 07:37:36 2013 (r333656) @@ -5,12 +5,11 @@ PORTVERSION= ${DIGIKAM_VER} CATEGORIES= net kde MAINTAINER= kde@FreeBSD.org -COMMENT= KDE4 library for accessing vk.com +COMMENT= KDE library for accessing vk.com -NO_STAGE= yes -.include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common" +.include "${.CURDIR:H:H}/graphics/digikam-kde4/Makefile.common" -LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson +LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson USE_LDCONFIG= yes .include <bsd.port.mk> Modified: head/net/libkvkontakte/pkg-plist ============================================================================== --- head/net/libkvkontakte/pkg-plist Wed Nov 13 06:41:00 2013 (r333655) +++ head/net/libkvkontakte/pkg-plist Wed Nov 13 07:37:36 2013 (r333656) @@ -33,10 +33,11 @@ include/libkvkontakte/version.h include/libkvkontakte/vkontaktejobs.h lib/cmake/LibKVkontakte/LibKVkontakteConfig.cmake lib/cmake/LibKVkontakte/LibKVkontakteConfigVersion.cmake -lib/cmake/LibKVkontakte/LibKVkontakteTargets-release.cmake +lib/cmake/LibKVkontakte/LibKVkontakteTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/LibKVkontakte/LibKVkontakteTargets.cmake lib/libkvkontakte.so lib/libkvkontakte.so.1 lib/libkvkontakte.so.1.0.0 @dirrm lib/cmake/LibKVkontakte +@dirrmtry lib/cmake @dirrm include/libkvkontakte
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311130737.rAD7bb1m019075>