Date: Mon, 4 Dec 2006 21:30:19 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: <200612042130.kB4LUJWM011722@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: Mon, 04 Dec 2006 22:16:42 +0100 This is a multi-part message in MIME format. --------------030706010708060004020305 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Emanuel Haupt wrote: > Synopsis: [port update] graphics/npretty > > State-Changed-From-To: open->feedback > State-Changed-By: ehaupt > State-Changed-When: Tue Nov 14 14:52:48 CET 2006 > State-Changed-Why: > >> Changed master site >> broaden the lib depends >> > > Why? Could you please elaborate? > > I've changed the mastersite to the developers site. The npretty port will work with lower versions of ImageMagick. I tried to use =< and [] as described in the porters handbook but couldn't get it to work. Therefore I used Magick.* >> install docs >> and fixed some typos. >> > > Also please send unified diff's (not shar's) for updates. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=105379 > I've attached a unified patch. --------------030706010708060004020305 Content-Type: text/plain; name="patch-1.diff" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="patch-1.diff" Index: npretty/Makefile diff -u npretty/Makefile:1.2 npretty/Makefile:1.1.1.1 --- npretty/Makefile:1.2 Wed Nov 15 09:26:23 2006 +++ npretty/Makefile Wed Nov 8 22:25:52 2006 @@ -1,6 +1,6 @@ # New ports collection makefile for: npretty # Date created: 11 October 2006 -# Whom: Peter Ankerstål <peter@pean.org> +# Whom: uchman # # $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://www.pulia.nu/code/projects/npretty/ +MASTER_SITES= http://bbb.pean.org/junk/npretty/ MAINTAINER= peter@pean.org -COMMENT= A simple web-gallery generator written in perl +COMMENT= A simple web-gallery ganerator 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.*:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick NO_BUILD= yes USE_PERL5_RUN= yes @@ -31,11 +31,5 @@ ${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.2 npretty/distinfo:1.1.1.1 --- npretty/distinfo:1.2 Wed Nov 15 09:26:23 2006 +++ npretty/distinfo Wed Nov 8 22:25:52 2006 @@ -1,3 +1,3 @@ -MD5 (npretty-0.9.3.tar.gz) = 0269463e507c38b7e51f07d8a1f191a1 -SHA256 (npretty-0.9.3.tar.gz) = a063c31e7f2970f06de5425164fe4fa02637049f1b1f3833c686a76f6cad6616 -SIZE (npretty-0.9.3.tar.gz) = 41014 +MD5 (npretty-0.9.3.tar.gz) = 8eb7233666167984a0b8bb3790ab5db9 +SHA256 (npretty-0.9.3.tar.gz) = add3cd00a5dc751c839c33faa1236e30af0c9eb07b45348adb02850541d2e8ee +SIZE (npretty-0.9.3.tar.gz) = 33164 Index: npretty/pkg-plist diff -u npretty/pkg-plist:1.2 npretty/pkg-plist:1.1.1.1 --- npretty/pkg-plist:1.2 Wed Nov 15 09:26:23 2006 +++ npretty/pkg-plist Wed Nov 8 22:25:52 2006 @@ -2,8 +2,4 @@ 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%% --------------030706010708060004020305--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612042130.kB4LUJWM011722>