svn commit: r335810 - in head: mail/sentinel security/tinc

Dirk Meyer dinoex at FreeBSD.org
Sat Dec 7 05:09:58 UTC 2013


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 at 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 at 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>


More information about the svn-ports-head mailing list