diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index 8adb50474fcd..7f74cd759b82 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -1,30 +1,28 @@ # Created by: Jeremy Norris PORTNAME= scrot -DISTVERSION= 1.5 +DISTVERSION= 1.6 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= SCReenshOT - command line screen capture utility 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= * OPTIONS_DEFINE= DOCS .include 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@ -