From owner-svn-ports-all@FreeBSD.ORG Wed Dec 18 15:06:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2623B7C6; Wed, 18 Dec 2013 15:06:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBFE415D9; Wed, 18 Dec 2013 15:06:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIF6Jkt041737; Wed, 18 Dec 2013 15:06:19 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBIF6JhB041734; Wed, 18 Dec 2013 15:06:19 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201312181506.rBIF6JhB041734@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 18 Dec 2013 15:06:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336838 - in head: mail/sylpheed net-im/pidgin-bs net-im/pidgin-privacy-please X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 15:06:20 -0000 Author: ehaupt Date: Wed Dec 18 15:06:19 2013 New Revision: 336838 URL: http://svnweb.freebsd.org/changeset/ports/336838 Log: Use new LIB_DEPENDS regime Modified: head/mail/sylpheed/Makefile head/net-im/pidgin-bs/Makefile head/net-im/pidgin-privacy-please/Makefile Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Wed Dec 18 15:05:22 2013 (r336837) +++ head/mail/sylpheed/Makefile Wed Dec 18 15:06:19 2013 (r336838) @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--disable-ssl .endif .if ${PORT_OPTIONS:MGPGME} -LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= libgpgme.so:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else @@ -58,14 +58,14 @@ CONFIGURE_ARGS+=--disable-gpgme .endif .if ${PORT_OPTIONS:MCOMPFACE} -LIB_DEPENDS+= compface:${PORTSDIR}/mail/faces +LIB_DEPENDS+= libcompface.so:${PORTSDIR}/mail/faces CONFIGURE_ARGS+=--enable-compface .else CONFIGURE_ARGS+=--disable-compface .endif .if ${PORT_OPTIONS:MJPILOT} -LIB_DEPENDS+= pisock:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS+= libpisock.so:${PORTSDIR}/palm/pilot-link RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot .else @@ -80,7 +80,7 @@ CONFIGURE_ARGS+=--disable-ldap .endif .if ${PORT_OPTIONS:MGTKSPELL} -LIB_DEPENDS+= gtkspell:${PORTSDIR}/textproc/gtkspell +LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+=--enable-gtkspell .else CONFIGURE_ARGS+=--disable-gtkspell Modified: head/net-im/pidgin-bs/Makefile ============================================================================== --- head/net-im/pidgin-bs/Makefile Wed Dec 18 15:05:22 2013 (r336837) +++ head/net-im/pidgin-bs/Makefile Wed Dec 18 15:06:19 2013 (r336838) @@ -13,7 +13,7 @@ COMMENT= Pidgin plugin to prevent instan LICENSE= GPLv3 -LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes Modified: head/net-im/pidgin-privacy-please/Makefile ============================================================================== --- head/net-im/pidgin-privacy-please/Makefile Wed Dec 18 15:05:22 2013 (r336837) +++ head/net-im/pidgin-privacy-please/Makefile Wed Dec 18 15:06:19 2013 (r336838) @@ -12,7 +12,7 @@ COMMENT= Privacy plugin for the pidgin i LICENSE= GPLv2 -LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin