Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2013 05:09:58 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
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
Message-ID:  <201312070509.rB759wwP096127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



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