patch to add a valid master_site to the lzo2 macport
I couldn't reach the master_site, so I used the one recommended by Linux From Scratch. (If you can trust those hacks;-) http://www.linuxfromscratch.org/blfs/view/svn/general/LZO.html Index: dports/archivers/lzo2/Portfile =================================================================== --- dports/archivers/lzo2/Portfile (revision 29506) +++ dports/archivers/lzo2/Portfile (working copy) @@ -21,7 +21,8 @@ LZO is distributed under the GNU General Public License. homepage http://www.oberhumer.com/opensource/lzo/ -master_sites ${homepage}download/ +master_sites ${homepage}download/ \ + ftp://ftp.uni-koeln.de/util/arc/ distname ${my_name}-${version} checksums md5 6760e5819f4238328709bf93bf10071c \ -- .!# RichardBronosky #!.
On Sep 26, 2007, at 01:58, Richard Bronosky wrote:
I couldn't reach the master_site, so I used the one recommended by Linux From Scratch. (If you can trust those hacks;-) http://www.linuxfromscratch.org/blfs/view/svn/general/LZO.html
Looks like the homepage's DNS servers are unavailable at this time. :(
Index: dports/archivers/lzo2/Portfile =================================================================== --- dports/archivers/lzo2/Portfile (revision 29506) +++ dports/archivers/lzo2/Portfile (working copy) @@ -21,7 +21,8 @@ LZO is distributed under the GNU General Public License.
homepage http://www.oberhumer.com/opensource/lzo/ -master_sites ${homepage}download/ +master_sites ${homepage}download/ \ + ftp://ftp.uni-koeln.de/util/arc/ distname ${my_name}-${version}
checksums md5 6760e5819f4238328709bf93bf10071c \
I applied this diff in r29507. Thanks.
participants (2)
-
Richard Bronosky
-
Ryan Schmidt