[46923] trunk/dports/multimedia

devans at macports.org devans at macports.org
Tue Feb 17 08:10:50 PST 2009


Revision: 46923
          http://trac.macports.org/changeset/46923
Author:   devans at macports.org
Date:     2009-02-17 08:10:45 -0800 (Tue, 17 Feb 2009)
Log Message:
-----------
ffmpeg, ffmpeg-devel: update urls to use domain ffmpeg.org, see #18520.

Modified Paths:
--------------
    trunk/dports/multimedia/ffmpeg/Portfile
    trunk/dports/multimedia/ffmpeg-devel/Portfile

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2009-02-17 09:52:54 UTC (rev 46922)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2009-02-17 16:10:45 UTC (rev 46923)
@@ -33,7 +33,7 @@
 			\
 			libavformat is a library containing parsers and \
 			generators for all common audio/video formats.
-homepage        http://ffmpeg.mplayerhq.hu/
+homepage        http://www.ffmpeg.org/
 master_sites
 distfiles
 patchfiles      patch-libavcodec_ppc_check_altivec.c.diff \
@@ -77,8 +77,8 @@
 fetch {
     if {![file isdirectory ${distpath}/${svn_rev}]} {
         file mkdir ${distpath}/${svn_rev}
-        system "svn co -r${svn_rev} --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk ${distpath}/${svn_rev}/trunk"
-        system "svn co -r${libswscale_rev} svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"
+        system "svn co -r${svn_rev} --ignore-externals svn://svn.ffmpeg.org/ffmpeg/trunk ${distpath}/${svn_rev}/trunk"
+        system "svn co -r${libswscale_rev} svn://svn.ffmpeg.org/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"
         system "touch ${distpath}/${svn_rev}/trunk/.complete"
     }
 }

Modified: trunk/dports/multimedia/ffmpeg-devel/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg-devel/Portfile	2009-02-17 09:52:54 UTC (rev 46922)
+++ trunk/dports/multimedia/ffmpeg-devel/Portfile	2009-02-17 16:10:45 UTC (rev 46923)
@@ -67,8 +67,8 @@
 fetch {
     if {![file isdirectory ${distpath}/${svn_rev}]} {
         file mkdir ${distpath}/${svn_rev}
-        system "svn co -r${svn_rev} --ignore-externals svn://svn.mplayerhq.hu/ffmpeg/trunk ${distpath}/${svn_rev}/trunk"
-        system "svn co -r${swscale_rev} svn://svn.mplayerhq.hu/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"
+        system "svn co -r${svn_rev} --ignore-externals svn://svn.ffmpeg.org/ffmpeg/trunk ${distpath}/${svn_rev}/trunk"
+        system "svn co -r${swscale_rev} svn://svn.ffmpeg.org/mplayer/trunk/libswscale ${distpath}/${svn_rev}/trunk/libswscale"
         system "touch ${distpath}/${svn_rev}/trunk/.complete"
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090217/97a2f688/attachment.html>


More information about the macports-changes mailing list