Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 2021 13:22:26 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 56697a4a2b3e - main - graphics/scrot: update to 1.6
Message-ID:  <202108181322.17IDMQa5069320@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=56697a4a2b3ecaa7f1ff849ebab91f14d401a1b5

commit 56697a4a2b3ecaa7f1ff849ebab91f14d401a1b5
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-08-17 14:28:33 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
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 <ishmael27@home.com>
 
 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@
- 



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