disable update for package freetds, until their release candidate gets stable reference

This commit is contained in:
Volker Grabsch 2011-05-17 14:08:14 +02:00
parent e788b87326
commit 746f470015
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ $(PKG)_URL := http://bitbucket.org/mabrand/mingw-cross-env/downloads/$($(PK
$(PKG)_DEPS := gcc libiconv gnutls
define $(PKG)_UPDATE
echo 'Warning: Update for package freetds is temporarily disabled.' >&2;
echo $(freetds_VERSION)
endef
define $(PKG)_UPDATE_orig
wget -q -O- 'http://freetds.cvs.sourceforge.net/viewvc/freetds/freetds/' | \
grep '<option>R' | \
$(SED) -n 's,.*R\([0-9][0-9_]*\)<.*,\1,p' | \