On Sat Oct 08, 2016 at 02:43:56PM +0200, Dmitrij D. Czarkoff wrote:
> Rafael Sadowski <[email protected]> wrote:
> 
> > WANTLIB=              X11 Xext c freetype m z \
> >    giblib>=1 Imlib2>=1
> 
> This should be
> 
> WANTLIB += Imlib2 X11 c giblib m
> 
> Otherwise OK czarkoff@

New diff with up-to-date WANTLIB:

Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/scrot/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile    22 Jan 2015 21:17:46 -0000      1.15
+++ Makefile    8 Oct 2016 12:54:56 -0000
@@ -1,27 +1,28 @@
 # $OpenBSD: Makefile,v 1.15 2015/01/22 21:17:46 naddy Exp $
 
 COMMENT=               commandline screen capture util
-
-DISTNAME=              scrot-0.8
-REVISION =             3
+DISTNAME=              scrot_0.8
+PKGNAME=               scrot-0.8.17
 CATEGORIES=            graphics
 
-HOMEPAGE=              http://www.linuxbrit.co.uk/scrot/
+HOMEPAGE=              http://scrot.sourcearchive.com/
 
 MAINTAINER=            Victor Sahlstedt <[email protected]>
 
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB=               X11 Xext c freetype m z \
-                       giblib>=1 Imlib2>=1
+WANTLIB += Imlib2 X11 c giblib m
 
-MASTER_SITES=          http://www.linuxbrit.co.uk/downloads/
+MASTER_SITES=          http://scrot.sourcearchive.com/downloads/0.8-17/
+EXTRACT_SUFX =         .orig.tar.gz
 
 LIB_DEPENDS=            devel/giblib \
                        graphics/imlib2
 
 CONFIGURE_STYLE=       gnu
+
+WRKDIST=               ${WRKDIR}/${DISTNAME:S/_/-/}
 
 FAKE_FLAGS+=           docsdir=${PREFIX}/share/doc/scrot/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/scrot/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo    18 Jan 2015 03:14:14 -0000      1.4
+++ distinfo    8 Oct 2016 12:54:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (scrot-0.8.tar.gz) = YT0c9STCtizjxl8SMupPBcfa8kjV6C/ypoksmAk5lPI=
-SIZE (scrot-0.8.tar.gz) = 74324
+SHA256 (scrot_0.8.orig.tar.gz) = YT0c9STCtizjxl8SMupPBcfa8kjV6C/ypoksmAk5lPI=
+SIZE (scrot_0.8.orig.tar.gz) = 74324

Reply via email to