Date: Tue, 23 Oct 2018 07:42:12 +0000 (UTC) From: Koichiro Iwao <meta@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482813 - head/net/kea Message-ID: <201810230742.w9N7gCMn047425@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: meta Date: Tue Oct 23 07:42:12 2018 New Revision: 482813 URL: https://svnweb.freebsd.org/changeset/ports/482813 Log: net/kea: remove unused dependency on python 3.3+ Also, * Bump PORTREVISION due to dependency change PR: 220907 Submitted by: Andrew Fyfe Approved by: maintainer timeout (15 months), mentors (implicit) Modified: head/net/kea/Makefile Modified: head/net/kea/Makefile ============================================================================== --- head/net/kea/Makefile Tue Oct 23 07:15:16 2018 (r482812) +++ head/net/kea/Makefile Tue Oct 23 07:42:12 2018 (r482813) @@ -2,7 +2,7 @@ PORTNAME= kea PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net ipv6 MASTER_SITES= ISC/kea/${PORTVERSION} @@ -17,7 +17,7 @@ LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \ BROKEN_powerpc64= fails to configure: checking for log4cplus library... no -USES= autoreconf compiler:c++11-lang libtool pathfix python:3.3+ ssl +USES= autoreconf compiler:c++11-lang libtool pathfix ssl USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810230742.w9N7gCMn047425>