Date: Sat, 10 Dec 2005 19:31:51 +0100 (CET) From: Lars Eggert <lars.eggert@gmx.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90207: [MAINTAINER] www/podcastamatic: update to 1.3 Message-ID: <200512101831.jBAIVpTE066371@kobe.netlab.nec.de> Resent-Message-ID: <200512101840.jBAIe2Hc002596@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90207 >Category: ports >Synopsis: [MAINTAINER] www/podcastamatic: update to 1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 10 18:40:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD kobe.netlab.nec.de 6.0-STABLE FreeBSD 6.0-STABLE #1: Wed Nov 23 11:09:36 CET 2005 >Description: - Update to 1.3 - depends on ports/90205 (http://www.freebsd.org/cgi/query-pr.cgi?pr=90205) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- podcastamatic-1.3_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/podcastamatic--/Makefile /usr/ports/www/podcastamatic/Makefile --- /usr/ports/www/podcastamatic--/Makefile Sat Dec 10 19:07:17 2005 +++ /usr/ports/www/podcastamatic/Makefile Sat Dec 10 19:25:32 2005 @@ -6,7 +6,7 @@ # PORTNAME= podcastamatic -PORTVERSION= 1.2 +PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://bradley.chicago.il.us/projects/podcastamatic/ @@ -15,7 +15,8 @@ MAINTAINER= lars.eggert@gmx.net COMMENT= Automates creation of webpage and RSS feed for a podcast -RUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info +RUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ + ${SITE_PERL}/MP4/Info.pm:${PORTSDIR}/multimedia/p5-MP4-Info USE_ZIP= yes USE_PERL5_RUN= yes @@ -26,19 +27,19 @@ do-patch: @${REINPLACE_CMD} -e "s|${PORTNAME}.conf|${PREFIX}/etc/${PORTNAME}.conf|"\ ${WRKSRC}/${PORTNAME}.pl - @${REINPLACE_CMD} -e "s|podcastamatic.log|/var/log/${PORTNAME}.log|"\ - ${WRKSRC}/${PORTNAME}.conf + @${REINPLACE_CMD} -e "s|../test/podcastamatic.log|/var/log/${PORTNAME}.log|"\ + ${WRKSRC}/example_${PORTNAME}.conf @${REINPLACE_CMD} -e "s|/projects/podcastamatic|/podcast|"\ - ${WRKSRC}/${PORTNAME}.conf + ${WRKSRC}/example_${PORTNAME}.conf @${REINPLACE_CMD} -e "s|style.css|${PREFIX}/share/${PORTNAME}/style.css|"\ - ${WRKSRC}/${PORTNAME}.conf - @${REINPLACE_CMD} -e "s|/testpodcast||" ${WRKSRC}/${PORTNAME}.conf - @${REINPLACE_CMD} -e "s|/audio||" ${WRKSRC}/${PORTNAME}.conf - @${REINPLACE_CMD} -e "s|[wW]:|${PREFIX}/www|" ${WRKSRC}/${PORTNAME}.conf + ${WRKSRC}/example_${PORTNAME}.conf + @${REINPLACE_CMD} -e "s|/testpodcast||" ${WRKSRC}/example_${PORTNAME}.conf + @${REINPLACE_CMD} -e "s|/audio||" ${WRKSRC}/example_${PORTNAME}.conf + @${REINPLACE_CMD} -e "s|[wW]:|${PREFIX}/www|" ${WRKSRC}/example_${PORTNAME}.conf do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME} - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.sample + @${INSTALL_DATA} ${WRKSRC}/example_${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.sample test \! -f ${PREFIX}/etc/${PORTNAME}.conf && ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf || true @${MKDIR} ${PREFIX}/share/${PORTNAME} @${INSTALL_DATA} ${WRKSRC}/style.css ${PREFIX}/share/${PORTNAME}/ diff -ruN --exclude=CVS /usr/ports/www/podcastamatic--/distinfo /usr/ports/www/podcastamatic/distinfo --- /usr/ports/www/podcastamatic--/distinfo Sat Dec 10 19:07:17 2005 +++ /usr/ports/www/podcastamatic/distinfo Sat Dec 10 19:07:37 2005 @@ -1,2 +1,3 @@ -MD5 (podcastamatic1_2.zip) = 3014e2f50a809161f4ed799fd29eab00 -SIZE (podcastamatic1_2.zip) = 18891 +MD5 (podcastamatic1_3.zip) = bbfec2d4e8d7ffa4529d141f583adc1c +SHA256 (podcastamatic1_3.zip) = fa2334b95b126dca8cfd6a86662bc2568e13e6fbc16e4ed64f59935962107ae5 +SIZE (podcastamatic1_3.zip) = 20801 --- podcastamatic-1.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512101831.jBAIVpTE066371>