aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-17 14:28:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-18 13:17:18 +0000
commit56697a4a2b3ecaa7f1ff849ebab91f14d401a1b5 (patch)
tree13d7f5fa019af4b583e4e6619ce6c240f6439b74
parenta961bb0d5f45bf002e006c2061ac2c469e65016b (diff)
downloadports-56697a4a2b3ecaa7f1ff849ebab91f14d401a1b5.tar.gz
ports-56697a4a2b3ecaa7f1ff849ebab91f14d401a1b5.zip
graphics/scrot: update to 1.6
-rw-r--r--graphics/scrot/Makefile10
-rw-r--r--graphics/scrot/distinfo6
-rw-r--r--graphics/scrot/files/patch-src_Makefile.am15
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@
-