Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 06:08:30 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499814 - head/security/clamfs
Message-ID:  <201904240608.x3O68Uos009834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Apr 24 06:08:30 2019
New Revision: 499814
URL: https://svnweb.freebsd.org/changeset/ports/499814

Log:
  security/clamfs: Switch to devel/poco
  
  poco-ssl will expire soon.
  
  PR:		237176
  Approved by:	anastasios@mageirias.com (maintainer timeout, 2 weeks)

Modified:
  head/security/clamfs/Makefile

Modified: head/security/clamfs/Makefile
==============================================================================
--- head/security/clamfs/Makefile	Wed Apr 24 06:03:38 2019	(r499813)
+++ head/security/clamfs/Makefile	Wed Apr 24 06:08:30 2019	(r499814)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clamfs
 PORTVERSION=	1.0.1
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -16,7 +16,7 @@ BROKEN_armv6=		fails to compile: ./config.hxx:52:17: e
 BROKEN_armv7=		fails to compile: ./config.hxx:52:17: expected namespace name
 
 LIB_DEPENDS=	libccgnu2.so:devel/commoncpp \
-		libPocoNet.so:devel/poco-ssl \
+		libPocoNet.so:devel/poco \
 		librlog.so:devel/rlog
 BUILD_DEPENDS=	boost-libs>=1.33:devel/boost-libs
 RUN_DEPENDS=	clamd:security/clamav



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