View | Details | Raw Unified | Return to bug 236592
Collapse All | Expand All

(-)Makefile (-4 / +7 lines)
Lines 3-11 Link Here
3
3
4
PORTNAME=	scrot
4
PORTNAME=	scrot
5
DISTVERSIONPREFIX=	${PORTNAME}-
5
DISTVERSIONPREFIX=	${PORTNAME}-
6
DISTVERSION=	0.8
6
DISTVERSION=	0.9
7
PORTREVISION=	8
8
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	http://ftp.debian.org/debian/pool/main/s/scrot/
9
DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
9
10
10
MAINTAINER=	amdmi3@FreeBSD.org
11
MAINTAINER=	amdmi3@FreeBSD.org
11
COMMENT=	Screen capture utility that utilizes Imlib2
12
COMMENT=	Screen capture utility that utilizes Imlib2
Lines 16-23 Link Here
16
LIB_DEPENDS=	libgiblib.so:graphics/giblib \
17
LIB_DEPENDS=	libgiblib.so:graphics/giblib \
17
		libImlib2.so:graphics/imlib2
18
		libImlib2.so:graphics/imlib2
18
19
19
USE_GITHUB=	yes
20
WRKSRC=	${WRKDIR}/${PORTNAME}-${DISTVERSION}
20
GH_ACCOUNT=	dreamer
21
21
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
USE_XORG=	x11
23
USE_XORG=	x11
Lines 27-30 Link Here
27
27
28
OPTIONS_DEFINE=	DOCS
28
OPTIONS_DEFINE=	DOCS
29
29
30
pre-configure:
31
	(cd ${WRKSRC} && ${SH} autogen.sh)
32
30
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1526342099
1
TIMESTAMP = 1552813890
2
SHA256 (dreamer-scrot-scrot-0.8_GH0.tar.gz) = ca9156a06b468334e18220040b2984da60136f6a2e0e979f668eda6e3f1e1c05
2
SHA256 (scrot_0.9.orig.tar.gz) = d9b6141c652f4c4c1a9d412d6d57d2045b515e70cd726e4787f5f066c837269e
3
SIZE (dreamer-scrot-scrot-0.8_GH0.tar.gz) = 73797
3
SIZE (scrot_0.9.orig.tar.gz) = 30206
(-)files/patch-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	2010-05-15 23:25:41 UTC
2
+++ Makefile.in
3
@@ -82,7 +82,7 @@ INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix
4
 man_MANS = scrot.1
5
 
6
 docs_DATA = README AUTHORS ChangeLog TODO
7
-docsdir = $(prefix)/doc/scrot
8
+docsdir = $(datadir)/doc/scrot
9
 
10
 EXTRA_DIST =  scrot.spec scrot.1 $(docs_DATA)
11
 
(-)files/patch-src-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- src/Makefile.in.orig	2010-05-15 23:25:41 UTC
2
+++ src/Makefile.in
3
@@ -74,7 +74,7 @@ VERSION = @VERSION@
4
 MAINTAINERCLEANFILES = Makefile.in				
5
 
6
 LDFLAGS = -L/usr/X11R6/lib
7
-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
8
+INCLUDES = -Wall $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
9
 
10
 LIBOBJS = @LIBOBJS@
11
 

Return to bug 236592