Subject: make fetch noise
To: None <pkgsrc-users@NetBSD.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: pkgsrc-users
Date: 10/09/2007 14:54:17
pkgsrc/multimedia/RealPlayerGold> make fetch
=> Bootstrap dependency digest>=20010302: digest-20070803 found
=> Bootstrap dependency checkperms>=1.1: checkperms-1.9 found
ver=`file /distfiles/RealPlayerGold-10.0.8.805.20060718/RealPlayer10GOLD.rpm | /usr/bin/sed -e 's;.*Player-;;g' -e 's;-;.;g'` ; if [ "$ver" != "10.0.8.805.20060718" ] ; then echo "It appears that real.com has made a new version ($ver) available so this" ; echo "package will need updating to work correctly. That likely the reason for" ; echo "the checksum failure." ; fi
The distfile is there, so why is this code been printed?
I first thought there was a problem and it wants to tell me something.
Bernd