wok diff libconfuse/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 45e78d0e94fd
children 6c3718ca17b6
line diff
     1.1 --- a/libconfuse/receipt	Sat Sep 26 21:46:57 2009 +0200
     1.2 +++ b/libconfuse/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -2,14 +2,14 @@
     1.4  
     1.5  PACKAGE="libconfuse"
     1.6  SOURCE="confuse"
     1.7 -VERSION="2.6"
     1.8 +VERSION="2.7"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Configuration file parser library."
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12  DEPENDS=""
    1.13  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.nongnu.org/confuse/"
    1.15 -WGET_URL="http://bzero.se/$SOURCE/$TARBALL"
    1.16 +WGET_URL="http://savannah.nongnu.org/download/$SOURCE/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()