John Hein wrote at 13:47 -0600 on Nov 5, 2010: > Matthias Apitz wrote at 16:15 +0100 on Nov 5, 2010: > > to MAINTAINER: fyi; > > > > ----- Forwarded message from Matthias Apitz <[email protected]> ----- > > Date: Fri, 5 Nov 2010 14:44:05 +0100 > > From: Matthias Apitz <[email protected]> > > To: [email protected] > > Subject: CURRENT && 10.1r85/install_flash_player_10_linux.tar.gz > > > > ports/www/linux-f10-flashplugin10 requires > 10.1r85/install_flash_player_10_linux.tar.gz > > but the MASTER_SITES of the Makefile don't have this version and I can't > > find it in Internet either... how is this supposed to work? > > It looks like adobe is distributions 10.1.102.64 (aka 10.1 r102) now.
s/distributions/distributing/ > > Try this (new distinfo by running 'make makesum') patch... > Caveat: not run tested. Report back how it works for you. > > Index: Makefile > =================================================================== > RCS file: /base/FreeBSD-CVS/ports/www/linux-f10-flashplugin10/Makefile,v > retrieving revision 1.10 > diff -u -p -r1.10 Makefile > --- Makefile 10 Oct 2010 20:59:32 -0000 1.10 > +++ Makefile 5 Nov 2010 19:36:32 -0000 > @@ -7,8 +7,8 @@ > # > > PORTNAME= flashplugin > -PORTVERSION= 10.1r85 > -PORTREVISION= 1 > +PORTVERSION= 10.1r102 > +PORTREVISION= 0 > CATEGORIES= www multimedia linux > MASTER_SITES= > http://fpdownload.macromedia.com/get/flashplayer/current/:plugin \ > ftp://ftp.ipt.ru/pub/download/:suplib > Index: distinfo > =================================================================== > RCS file: /base/FreeBSD-CVS/ports/www/linux-f10-flashplugin10/distinfo,v > retrieving revision 1.9 > diff -u -p -r1.9 distinfo > --- distinfo 22 Sep 2010 17:45:55 -0000 1.9 > +++ distinfo 5 Nov 2010 19:37:28 -0000 > @@ -1,6 +1,6 @@ > -MD5 (flashplugin/10.1r85/install_flash_player_10_linux.tar.gz) = > d3d8f82384325c2adfb4cfd5ef173d7f > -SHA256 (flashplugin/10.1r85/install_flash_player_10_linux.tar.gz) = > 7f0e57febd1ca96af626ca1b7f4f95b42eee4ef687ead6853fd49c5517089087 > -SIZE (flashplugin/10.1r85/install_flash_player_10_linux.tar.gz) = 4907056 > -MD5 (flashplugin/10.1r85/linux-f10-flashsupport-9.0.1.i386.tar.gz) = > 6e416c81497f65065d78dae1e0acad0d > -SHA256 (flashplugin/10.1r85/linux-f10-flashsupport-9.0.1.i386.tar.gz) = > 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf > -SIZE (flashplugin/10.1r85/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 > +MD5 (flashplugin/10.1r102/install_flash_player_10_linux.tar.gz) = > 8dc07d606d25585720f98fe9ec665bfc > +SHA256 (flashplugin/10.1r102/install_flash_player_10_linux.tar.gz) = > 8f1f61316369aa3243b10e92215f2039f386ec62162ad3071d5103a2e962a3af > +SIZE (flashplugin/10.1r102/install_flash_player_10_linux.tar.gz) = 4908834 > +MD5 (flashplugin/10.1r102/linux-f10-flashsupport-9.0.1.i386.tar.gz) = > 6e416c81497f65065d78dae1e0acad0d > +SHA256 (flashplugin/10.1r102/linux-f10-flashsupport-9.0.1.i386.tar.gz) = > 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf > +SIZE (flashplugin/10.1r102/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
