Date: Thu, 4 Aug 2016 16:05:14 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419627 - head/net/nepenthes Message-ID: <201608041605.u74G5EQj097923@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 4 16:05:13 2016 New Revision: 419627 URL: https://svnweb.freebsd.org/changeset/ports/419627 Log: net/nepenthes: Fix LIB_DEPENDS broken by r361812 (July 2014) That commit removed library version numbers from LIB_DEPENDS, but it should not have been removed from libmagic. Restore the dependency on sysutils/file by specifying so version once again. Modified: head/net/nepenthes/Makefile Modified: head/net/nepenthes/Makefile ============================================================================== --- head/net/nepenthes/Makefile Thu Aug 4 15:59:59 2016 (r419626) +++ head/net/nepenthes/Makefile Thu Aug 4 16:05:13 2016 (r419627) @@ -3,7 +3,7 @@ PORTNAME= nepenthes PORTVERSION= 0.2.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Nepenthes%20development/${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= Determine the malware activity LIB_DEPENDS= libpcre.so:devel/pcre \ libadns.so:dns/adns \ libcurl.so:ftp/curl \ - libmagic.so:sysutils/file + libmagic.so.1:sysutils/file USES= dos2unix libtool perl5 DOS2UNIX_FILE= modules/shellcode-generic/sch_generic_connect_trans.cpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608041605.u74G5EQj097923>