From owner-svn-ports-all@freebsd.org Sun Nov 15 01:24:36 2020 Return-Path: Delivered-To: svn-ports-all@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 5FD2246B9AE; Sun, 15 Nov 2020 01:24:36 +0000 (UTC) (envelope-from yuri@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CYZHm2H8wz4fGM; Sun, 15 Nov 2020 01:24:36 +0000 (UTC) (envelope-from yuri@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 415AC1366F; Sun, 15 Nov 2020 01:24:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AF1Oa4g080469; Sun, 15 Nov 2020 01:24:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AF1OZff080468; Sun, 15 Nov 2020 01:24:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202011150124.0AF1OZff080468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 15 Nov 2020 01:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555158 - head/graphics/libpillowfight X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/libpillowfight X-SVN-Commit-Revision: 555158 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2020 01:24:36 -0000 Author: yuri Date: Sun Nov 15 01:24:35 2020 New Revision: 555158 URL: https://svnweb.freebsd.org/changeset/ports/555158 Log: graphics/libpillowfight: Update 0.2.4 -> 0.3.0 Modified: head/graphics/libpillowfight/Makefile head/graphics/libpillowfight/distinfo Modified: head/graphics/libpillowfight/Makefile ============================================================================== --- head/graphics/libpillowfight/Makefile Sun Nov 15 01:18:39 2020 (r555157) +++ head/graphics/libpillowfight/Makefile Sun Nov 15 01:24:35 2020 (r555158) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libpillowfight -DISTVERSION= 0.2.4 +DISTVERSION= 0.3.0 CATEGORIES= graphics python MAINTAINER= yuri@FreeBSD.org @@ -18,14 +18,15 @@ USES= cmake USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org/World GL_ACCOUNT= OpenPaperwork -GL_COMMIT= 3a7ebba75f4c060ac1707900bd8891e8d200b1c6 +GL_COMMIT= dae21f97de872e4ad2e94f1b0fc53302a00259fd USE_LDCONFIG= yes TEST_USES= python PLIST_FILES= include/pillowfight/pillowfight.h \ include/pillowfight/util.h \ - lib/libpillowfight.so + lib/libpillowfight.so \ + lib/libpillowfight.so.0 pre-configure: @cd ${WRKSRC} && ${GMAKE} version Modified: head/graphics/libpillowfight/distinfo ============================================================================== --- head/graphics/libpillowfight/distinfo Sun Nov 15 01:18:39 2020 (r555157) +++ head/graphics/libpillowfight/distinfo Sun Nov 15 01:24:35 2020 (r555158) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532977541 -SHA256 (OpenPaperwork-libpillowfight-3a7ebba75f4c060ac1707900bd8891e8d200b1c6_GL0.tar.gz) = fa32b235b3ce51dc5742c486e6d30e1efbc42995e9666d173e3b30f53741172b -SIZE (OpenPaperwork-libpillowfight-3a7ebba75f4c060ac1707900bd8891e8d200b1c6_GL0.tar.gz) = 14568794 +TIMESTAMP = 1605403283 +SHA256 (OpenPaperwork-libpillowfight-dae21f97de872e4ad2e94f1b0fc53302a00259fd_GL0.tar.gz) = c44fcfd5cdb11f8dec97ef824143757293dceff8c6719a12c3da37acef054a89 +SIZE (OpenPaperwork-libpillowfight-dae21f97de872e4ad2e94f1b0fc53302a00259fd_GL0.tar.gz) = 16384644