fix fetch and WWW URLs Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message cvs server: Diffing . iJ0EARECAF0FAkYLqJxWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93 PXRydWUACgkQSypIl9OdoOPY2gCeKIvLkAnPAkwN9DquDjO54roMT38AoMkvTYpL fhLQQOdy9K8hsHEwQR7d =eIzk -----END PGP SIGNATURE-------pVytJgrG8yawwbVtSt2hMDNIloctBVq1ZpkvzQjyP4rFxReQ Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/podcastamatic/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 27 Feb 2007 04:52:49 -0000 1.6 +++ Makefile 29 Mar 2007 11:52:38 -0000 @@ -9,8 +9,7 @@ PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://bradley.chicago.il.us/projects/podcastamatic/ \ - http://larseggert.de/distfiles/ +MASTER_SITES= http://kenwardtown.com/projects/podcastamatic/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} MAINTAINER= lars.eggert@gmx.net @@ -18,8 +17,6 @@ RUN_DEPENDS= ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \ ${SITE_PERL}/MP4/Info.pm:${PORTSDIR}/multimedia/p5-MP4-Info - -BROKEN= Checksum mismatch USE_ZIP= yes USE_PERL5_RUN= yes Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/www/podcastamatic/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 13 Jul 2005 09:17:14 -0000 1.1 +++ pkg-descr 29 Mar 2007 11:52:38 -0000 @@ -4,4 +4,4 @@ you create. An RSS feed is an XML file that is required to be listed in most popular podcast directories. Podcastamatic is highly customizable. -WWW: http://bradley.chicago.il.us/projects/podcastamatic/ +WWW: http://kenwardtown.com/projects/podcastamatic/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) How-To-Repeat: apply patch below
State Changed From-To: open->feedback Awaiting maintainers feedback
On 2007-3-29, at 15:00, ext Edwin Groothuis wrote: > Please note that PR ports/111008 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/111008 Looks good - please commit. Another mirror is http://people.nokia.net/~lars/distfiles/ Jason: do you want to take over maintainership? I currently don't have cycles or a FreeBSD machine for testing. Lars
On Thu, Mar 29, 2007 at 03:14:14PM +0300, Lars Eggert wrote: > On 2007-3-29, at 15:00, ext Edwin Groothuis wrote: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/111008 > > Looks good - please commit. > Jason: do you want to take over maintainership? I currently don't > have cycles or a FreeBSD machine for testing. Thanks, but I'm just looking into some ports marked BROKEN due to fetch problems. -- Jason Harris | NIC: JH329, PGP: This _is_ PGP-signed, isn't it? jharris@widomaker.com _|_ web: http://keyserver.kjsl.com/~jharris/ Got photons? (TM), (C) 2004
Responsible Changed From-To: freebsd-ports-bugs->stefan Take.
stefan 2007-04-05 09:36:18 UTC FreeBSD ports repository Modified files: www/podcastamatic Makefile pkg-descr Log: - Unbreak by chasing master site. - Add a mirror. - Update WWW. PR: 111008 Submitted by: Jason Harris <jharris@widomaker.com> Approved by: maintainer Revision Changes Path 1.7 +2 -4 ports/www/podcastamatic/Makefile 1.2 +1 -1 ports/www/podcastamatic/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks!