diff options
-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/ |