diff options
author | stefan <stefan@FreeBSD.org> | 2007-04-05 17:36:18 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-04-05 17:36:18 +0800 |
commit | 3d99ab760108143b297e645026c51c0d3e1e08ba (patch) | |
tree | ac324e636763af0ce76c62c48ad101636b3a4327 /www/podcastamatic | |
parent | 00cc119dffff668b784e83d0390e78a7a2639b98 (diff) | |
download | freebsd-ports-gnome-3d99ab760108143b297e645026c51c0d3e1e08ba.tar.gz freebsd-ports-gnome-3d99ab760108143b297e645026c51c0d3e1e08ba.tar.zst freebsd-ports-gnome-3d99ab760108143b297e645026c51c0d3e1e08ba.zip |
- Unbreak by chasing master site.
- Add a mirror.
- Update WWW.
PR: 111008
Submitted by: Jason Harris <jharris@widomaker.com>
Approved by: maintainer
Diffstat (limited to 'www/podcastamatic')
-rw-r--r-- | www/podcastamatic/Makefile | 6 | ||||
-rw-r--r-- | www/podcastamatic/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/podcastamatic/Makefile b/www/podcastamatic/Makefile index ef9fc0d086c7..f4f8236de483 100644 --- a/www/podcastamatic/Makefile +++ b/www/podcastamatic/Makefile @@ -9,8 +9,8 @@ PORTNAME= podcastamatic 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/ \ + http://people.nokia.net/~lars/distfiles/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} MAINTAINER= lars.eggert@gmx.net @@ -19,8 +19,6 @@ COMMENT= Automates creation of webpage and RSS feed for a podcast 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 diff --git a/www/podcastamatic/pkg-descr b/www/podcastamatic/pkg-descr index ee334f5677a7..f4d9601c90d2 100644 --- a/www/podcastamatic/pkg-descr +++ b/www/podcastamatic/pkg-descr @@ -4,4 +4,4 @@ automatically generated from scratch or generated from a template 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/ |