From owner-svn-ports-head@freebsd.org Fri May 8 11:20:13 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1554D2D4D23; Fri, 8 May 2020 11:20:13 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49JSY86sxWz4dW5; Fri, 8 May 2020 11:20:12 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E71F41612; Fri, 8 May 2020 11:20:12 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 048BKC2Q030030; Fri, 8 May 2020 11:20:12 GMT (envelope-from tagattie@FreeBSD.org) Received: (from tagattie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 048BKCxA030028; Fri, 8 May 2020 11:20:12 GMT (envelope-from tagattie@FreeBSD.org) Message-Id: <202005081120.048BKCxA030028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tagattie set sender to tagattie@FreeBSD.org using -f From: Hiroki Tagato Date: Fri, 8 May 2020 11:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534386 - head/multimedia/motion X-SVN-Group: ports-head X-SVN-Commit-Author: tagattie X-SVN-Commit-Paths: head/multimedia/motion X-SVN-Commit-Revision: 534386 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 11:20:13 -0000 Author: tagattie Date: Fri May 8 11:20:12 2020 New Revision: 534386 URL: https://svnweb.freebsd.org/changeset/ports/534386 Log: Update to 4.3.1 PR: 245714 Submitted by: ports@blievers.net (maintainer) Approved by: ehaupt (mentor) MFH: 2020Q2 (blanket; bugfix) Changelog: https://github.com/Motion-Project/motion/releases/tag/release-4.3.1 Modified: head/multimedia/motion/Makefile head/multimedia/motion/distinfo Modified: head/multimedia/motion/Makefile ============================================================================== --- head/multimedia/motion/Makefile Fri May 8 10:55:30 2020 (r534385) +++ head/multimedia/motion/Makefile Fri May 8 11:20:12 2020 (r534386) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= motion -PORTVERSION= 4.3.0 -DISTVERSIONPREFIX= Release- +PORTVERSION= 4.3.1 +DISTVERSIONPREFIX= release- CATEGORIES= multimedia MAINTAINER= ports@blievers.net @@ -12,7 +12,8 @@ COMMENT= Motion detection application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/COPYING -LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd +LIB_DEPENDS= libwebp.so:graphics/webp \ + libmicrohttpd.so:www/libmicrohttpd USES= autoreconf gmake jpeg localbase pkgconfig gettext Modified: head/multimedia/motion/distinfo ============================================================================== --- head/multimedia/motion/distinfo Fri May 8 10:55:30 2020 (r534385) +++ head/multimedia/motion/distinfo Fri May 8 11:20:12 2020 (r534386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579243956 -SHA256 (Motion-Project-motion-Release-4.3.0_GH0.tar.gz) = 711c0281605a939e440eafafc16c45a04d4ca5077346af884b2ad30dcfe71ffa -SIZE (Motion-Project-motion-Release-4.3.0_GH0.tar.gz) = 849564 +TIMESTAMP = 1587178233 +SHA256 (Motion-Project-motion-release-4.3.1_GH0.tar.gz) = 545712b10fc4a0134e994b7d8a3773c1c22f0bf4bd7afea7d7ffff357aca9ea5 +SIZE (Motion-Project-motion-release-4.3.1_GH0.tar.gz) = 849633