From owner-svn-ports-all@FreeBSD.ORG Sat Dec 7 05:09:58 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 7CDBB7E; Sat, 7 Dec 2013 05:09:58 +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 6900B12B9; Sat, 7 Dec 2013 05:09:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB759w4f096129; Sat, 7 Dec 2013 05:09:58 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB759wwP096127; Sat, 7 Dec 2013 05:09:58 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201312070509.rB759wwP096127@svn.freebsd.org> From: Dirk Meyer Date: Sat, 7 Dec 2013 05:09:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335810 - in head: mail/sentinel security/tinc 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: Sat, 07 Dec 2013 05:09:58 -0000 Author: dinoex Date: Sat Dec 7 05:09:57 2013 New Revision: 335810 URL: http://svnweb.freebsd.org/changeset/ports/335810 Log: - convert LIB_DEPENDS Modified: head/mail/sentinel/Makefile head/security/tinc/Makefile Modified: head/mail/sentinel/Makefile ============================================================================== --- head/mail/sentinel/Makefile Sat Dec 7 05:09:07 2013 (r335809) +++ head/mail/sentinel/Makefile Sat Dec 7 05:09:57 2013 (r335810) @@ -10,7 +10,7 @@ MASTER_SITES= SF/smfilter/${PORTNAME}/Se MAINTAINER= dinoex@FreeBSD.org COMMENT= A sendmail milter API implementation -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre NEED_ROOT= yes Modified: head/security/tinc/Makefile ============================================================================== --- head/security/tinc/Makefile Sat Dec 7 05:09:07 2013 (r335809) +++ head/security/tinc/Makefile Sat Dec 7 05:09:57 2013 (r335810) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.tinc-vpn.org/pa MAINTAINER= dinoex@FreeBSD.org COMMENT= A Virtual Private Network (VPN) daemon -LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 +LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 LICENSE= GPLv3 @@ -21,10 +21,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var USE_RC_SUBR= tincd - +INFO= tinc PLIST_FILES= sbin/tincd \ man/man5/tinc.conf.5.gz man/man8/tincd.8.gz -INFO= tinc - .include