graphics/scrot: update to 1.6

This commit is contained in:
Dmitry Marakasov 2021-08-17 17:28:33 +03:00
parent a961bb0d5f
commit 56697a4a2b
3 changed files with 7 additions and 24 deletions

View File

@ -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= *

View File

@ -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

View File

@ -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@