tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: graphics/scrot new upstream



this first rough diff builds and runs. I haven't remove the
obsolete patch yet in this diff.


? patch-aa
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/scrot/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile	4 Sep 2017 18:00:56 -0000	1.34
+++ Makefile	18 Aug 2019 14:51:44 -0000
@@ -1,16 +1,21 @@
 # $NetBSD: Makefile,v 1.34 2017/09/04 18:00:56 wiz Exp $
 
-DISTNAME=	scrot-0.8
-PKGREVISION=	20
+DISTNAME=	scrot-1.1.1
 CATEGORIES=	graphics
-MASTER_SITES=	http://linuxbrit.co.uk/downloads/
+MASTER_SITES=	${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=	http://linuxbrit.co.uk/scrot/
+HOMEPAGE=	https://github.com/resurrecting-open-source-projects/scrot
 COMMENT=	Commandline screen capture util like "import", but using imlib2
 
+USE_TOOLS+=	automake autoconf
+
 GNU_CONFIGURE=	YES
 
-.include "../../devel/giblib/buildlink3.mk"
+BUILD_DEPENDS+=	autoconf-archive-[0-9]*:../../devel/autoconf-archive
 
+pre-configure:
+	cd ${WRKSRC} && NOCONFIGURE=1 ./autogen.sh
+
+.include "../../devel/giblib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/scrot/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- PLIST	14 Jun 2009 17:59:28 -0000	1.3
+++ PLIST	18 Aug 2019 14:51:44 -0000
@@ -1,7 +1,3 @@
 @comment $NetBSD: PLIST,v 1.3 2009/06/14 17:59:28 joerg Exp $
 bin/scrot
 man/man1/scrot.1
-share/doc/scrot/AUTHORS
-share/doc/scrot/ChangeLog
-share/doc/scrot/README
-share/doc/scrot/TODO
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/scrot/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo	3 Nov 2015 21:34:20 -0000	1.6
+++ distinfo	18 Aug 2019 14:51:44 -0000
@@ -1,8 +1,7 @@
 $NetBSD: distinfo,v 1.6 2015/11/03 21:34:20 agc Exp $
 
-SHA1 (scrot-0.8.tar.gz) = 674fcb4860f1dcfa02cde7d82414e1e1c731aa75
-RMD160 (scrot-0.8.tar.gz) = e082ee2dedea50756df0b53d212f9270ca201533
-SHA512 (scrot-0.8.tar.gz) = cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c
-Size (scrot-0.8.tar.gz) = 74324 bytes
-SHA1 (patch-aa) = b42dd5e4e336db20cd1da9ceabb29392bd2c4f5d
+SHA1 (scrot-1.1.1.tar.gz) = f55835cd5ce3cc16154ca700ed664409a79a497e
+RMD160 (scrot-1.1.1.tar.gz) = dbdef82be484bc071acac01339841b8a21812426
+SHA512 (scrot-1.1.1.tar.gz) = 6444fec6d793053b120a6f81bb1696b2c3d1a48f2b7d3949f63ab7e97cbd60d87962b87e52bf43acfae12c3381d59f7924c0f7c71d5372876d14a698f9b9f138
+Size (scrot-1.1.1.tar.gz) = 36473 bytes
 SHA1 (patch-ab) = d4da1775b6174f20785557ab96404514d426c5d0



Home | Main Index | Thread Index | Old Index