Date: Tue, 5 Dec 2006 07:50:13 GMT From: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= <peter@pean.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/105379: [port update] graphics/npretty Message-ID: <200612050750.kB57oDeK007918@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/105379; it has been noted by GNATS. From: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= <peter@pean.org> To: bug-followup@FreeBSD.org, =?ISO-8859-1?Q?Peter_Ankerst=E5l?= <peter@pean.org> Cc: Subject: Re: ports/105379: [port update] graphics/npretty Date: Tue, 05 Dec 2006 08:46:41 +0100 This is a multi-part message in MIME format. --------------030601050509020404070003 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit The patch seemed to be reversed. Here's a new one. --------------030601050509020404070003 Content-Type: text/plain; name="npretty.patch" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="npretty.patch" Index: npretty/Makefile diff -u npretty/Makefile:1.1.1.1 npretty/Makefile:1.3 --- npretty/Makefile:1.1.1.1 Wed Nov 8 22:25:52 2006 +++ npretty/Makefile Wed Nov 22 10:40:58 2006 @@ -1,6 +1,6 @@ # New ports collection makefile for: npretty # Date created: 11 October 2006 -# Whom: uchman +# Whom: Peter Ankerstål <peter@pean.org> # # $FreeBSD: ports/graphics/npretty/Makefile,v 1.1 2006/11/08 21:25:52 alepulver Exp $ # @@ -8,16 +8,16 @@ PORTNAME= npretty PORTVERSION= 0.9.3 CATEGORIES= graphics -MASTER_SITES= http://bbb.pean.org/junk/npretty/ +MASTER_SITES= http://www.pulia.nu/code/projects/npretty/ MAINTAINER= peter@pean.org -COMMENT= A simple web-gallery ganerator written in perl +COMMENT= A simple web-gallery generator written in perl RUN_DEPENDS= ${SITE_PERL}/Image/ExifTool.pm:${PORTSDIR}/graphics/p5-Image-ExifTool \ ${SITE_PERL}/mach/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ ${SITE_PERL}/mach/forks.pm:${PORTSDIR}/devel/p5-forks -LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.*:${PORTSDIR}/graphics/ImageMagick NO_BUILD= yes USE_PERL5_RUN= yes @@ -31,5 +31,11 @@ ${INSTALL_DATA} ${WRKSRC}/novideo.gif ${PREFIX}/etc/npretty ${INSTALL_DATA} ${WRKSRC}/npretty_template.tpl ${PREFIX}/etc/npretty ${INSTALL_DATA} ${WRKSRC}/npretty.conf ${PREFIX}/etc/npretty +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in BUGS COPYING README + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> Index: npretty/distinfo diff -u npretty/distinfo:1.1.1.1 npretty/distinfo:1.2 --- npretty/distinfo:1.1.1.1 Wed Nov 8 22:25:52 2006 +++ npretty/distinfo Wed Nov 15 09:26:23 2006 @@ -1,3 +1,3 @@ -MD5 (npretty-0.9.3.tar.gz) = 8eb7233666167984a0b8bb3790ab5db9 -SHA256 (npretty-0.9.3.tar.gz) = add3cd00a5dc751c839c33faa1236e30af0c9eb07b45348adb02850541d2e8ee -SIZE (npretty-0.9.3.tar.gz) = 33164 +MD5 (npretty-0.9.3.tar.gz) = 0269463e507c38b7e51f07d8a1f191a1 +SHA256 (npretty-0.9.3.tar.gz) = a063c31e7f2970f06de5425164fe4fa02637049f1b1f3833c686a76f6cad6616 +SIZE (npretty-0.9.3.tar.gz) = 41014 Index: npretty/pkg-plist diff -u npretty/pkg-plist:1.1.1.1 npretty/pkg-plist:1.2 --- npretty/pkg-plist:1.1.1.1 Wed Nov 8 22:25:52 2006 +++ npretty/pkg-plist Wed Nov 15 09:26:23 2006 @@ -2,4 +2,8 @@ etc/npretty/npretty.conf etc/npretty/novideo.gif etc/npretty/npretty_template.tpl +%%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/README @dirrm etc/npretty +%%PORTDOCS%%@dirrm %%DOCSDIR%% --------------030601050509020404070003--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612050750.kB57oDeK007918>