Date: Tue, 15 Aug 2017 01:26:48 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 221396] [New Port] print/pdfstitch: Crop and stitch pages from PDF to larger, single-page PDF Message-ID: <bug-221396-13-HjCOo1YSDs@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221396-13@https.bugs.freebsd.org/bugzilla/> References: <bug-221396-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221396 Richard Gallamore <ultima@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ultima@freebsd.org Status|New |Open --- Comment #1 from Richard Gallamore <ultima@freebsd.org> --- Hello Stefan, Thank you for your contributions and submitting a new port. T= here are a few items that need to be addressed before it will be ready for commi= t. * New ports should not have PORTREVISION set, portlint should mention this = if using the -A flag * ${INSTALL_DATA} ${WRKSRC}/pdfstitch ${STAGEDIR}${PREFIX}/bin/pdfstitch, t= his should be using INSTALL_SCRIPT. This will also make the perms set on this f= ile in pkg-plist not needed. * The LICENSE file is not a document, please remove this from do-install. * GH_TAGNAME is not needed, instead add DISTVERSIONPREFIX=3D v. This will f= ix that error of not being found. Also because we are adding DISTVERSIONPREFIX= , we should use DISTVERSION instead of PORTVERSION. * ${MKDIR} ${STAGEDIR}${DOCSDIR}, I think this is creating automagically. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221396-13-HjCOo1YSDs>