From owner-dev-commits-ports-all@freebsd.org Wed Aug 18 13:22:26 2021 Return-Path: Delivered-To: dev-commits-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 A3EDA677B08; Wed, 18 Aug 2021 13:22:26 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GqT8f3Rhhz4VGL; Wed, 18 Aug 2021 13:22:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5EC8A120D2; Wed, 18 Aug 2021 13:22:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17IDMQJR069321; Wed, 18 Aug 2021 13:22:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17IDMQa5069320; Wed, 18 Aug 2021 13:22:26 GMT (envelope-from git) Date: Wed, 18 Aug 2021 13:22:26 GMT Message-Id: <202108181322.17IDMQa5069320@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dmitry Marakasov Subject: git: 56697a4a2b3e - main - graphics/scrot: update to 1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 56697a4a2b3ecaa7f1ff849ebab91f14d401a1b5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2021 13:22:26 -0000 The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=56697a4a2b3ecaa7f1ff849ebab91f14d401a1b5 commit 56697a4a2b3ecaa7f1ff849ebab91f14d401a1b5 Author: Dmitry Marakasov AuthorDate: 2021-08-17 14:28:33 +0000 Commit: Dmitry Marakasov CommitDate: 2021-08-18 13:17:18 +0000 graphics/scrot: update to 1.6 --- graphics/scrot/Makefile | 10 ++++------ graphics/scrot/distinfo | 6 +++--- graphics/scrot/files/patch-src_Makefile.am | 15 --------------- 3 files changed, 7 insertions(+), 24 deletions(-) diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index 8adb50474fcd..7f74cd759b82 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -1,7 +1,7 @@ # Created by: Jeremy Norris PORTNAME= scrot -DISTVERSION= 1.5 +DISTVERSION= 1.6 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org @@ -11,16 +11,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive -LIB_DEPENDS= libgiblib.so:graphics/giblib \ - libImlib2.so:graphics/imlib2 +LIB_DEPENDS= libImlib2.so:graphics/imlib2 USE_GITHUB= yes GH_ACCOUNT= resurrecting-open-source-projects -USES= autoreconf xorg -USE_CSTD= c99 +USES= autoreconf pkgconfig xorg GNU_CONFIGURE= yes -USE_XORG= x11 xfixes xcomposite +USE_XORG= x11 xext xfixes xcomposite PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= * diff --git a/graphics/scrot/distinfo b/graphics/scrot/distinfo index 317ba0f3a86a..96a13a669104 100644 --- a/graphics/scrot/distinfo +++ b/graphics/scrot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613146995 -SHA256 (resurrecting-open-source-projects-scrot-1.5_GH0.tar.gz) = 87afba3998aac097f13231f3b0452c21188bf4b5cc6ac0747693a1da1a0ae40f -SIZE (resurrecting-open-source-projects-scrot-1.5_GH0.tar.gz) = 161495 +TIMESTAMP = 1629197440 +SHA256 (resurrecting-open-source-projects-scrot-1.6_GH0.tar.gz) = 5d53df3e86220b8aca21be03a39b542905f2a8a0ccd950fdce7fc48a32c09050 +SIZE (resurrecting-open-source-projects-scrot-1.6_GH0.tar.gz) = 152484 diff --git a/graphics/scrot/files/patch-src_Makefile.am b/graphics/scrot/files/patch-src_Makefile.am deleted file mode 100644 index 551ddcb45cc0..000000000000 --- a/graphics/scrot/files/patch-src_Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ ---- src/Makefile.am.orig 2019-07-12 02:49:25 UTC -+++ src/Makefile.am -@@ -25,9 +25,9 @@ - - MAINTAINERCLEANFILES = Makefile.in - --AM_LDFLAGS = -L/usr/X11R6/lib --AM_CPPFLAGS = -g -O3 -Wall -I/usr/X11R6/include \ --$(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. \ -+AM_LDFLAGS = -+AM_CPPFLAGS = \ -+$(X_CFLAGS) -I$(includedir) -I. \ - -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@ - LIBOBJS = @LIBOBJS@ -