![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: jheino Date: 2006-04-04 23:57:19 +0200 (Tue, 04 Apr 2006) New Revision: 1146 Modified: crux-2.1/ports/opt/bar/.md5sum crux-2.1/ports/opt/bar/Pkgfile crux-2.2/ports/opt/bar/.md5sum crux-2.2/ports/opt/bar/Pkgfile Log: bar: updated to version 1.10.5 Modified: crux-2.1/ports/opt/bar/.md5sum =================================================================== --- crux-2.1/ports/opt/bar/.md5sum 2006-04-04 21:53:49 UTC (rev 1145) +++ crux-2.1/ports/opt/bar/.md5sum 2006-04-04 21:57:19 UTC (rev 1146) @@ -1 +1 @@ -5c6792ba8b852d293466bf1b97032426 bar-1.10.4.tar.gz +60d88595cf92b3ffbaf298b5744b3fd3 bar_1.10.5.tar.gz Modified: crux-2.1/ports/opt/bar/Pkgfile =================================================================== --- crux-2.1/ports/opt/bar/Pkgfile 2006-04-04 21:53:49 UTC (rev 1145) +++ crux-2.1/ports/opt/bar/Pkgfile 2006-04-04 21:57:19 UTC (rev 1146) @@ -5,14 +5,14 @@ # Depends on: name=bar -version=1.10.4 -release=2 -source=(http://dl.sourceforge.net/sourceforge/clpbar/$name-$version.tar.gz) +version=1.10.5 +release=1 +source=(http://dl.sourceforge.net/sourceforge/clpbar/${name}_${version}.tar.gz) build() { cd $name-$version sed -i "s/-O2/$CFLAGS/g" Makefile.in - ./configure --prefix=/usr --disable-use-memalign + ./configure --prefix=/usr make make DESTDIR=$PKG install } Modified: crux-2.2/ports/opt/bar/.md5sum =================================================================== --- crux-2.2/ports/opt/bar/.md5sum 2006-04-04 21:53:49 UTC (rev 1145) +++ crux-2.2/ports/opt/bar/.md5sum 2006-04-04 21:57:19 UTC (rev 1146) @@ -1 +1 @@ -5c6792ba8b852d293466bf1b97032426 bar-1.10.4.tar.gz +60d88595cf92b3ffbaf298b5744b3fd3 bar_1.10.5.tar.gz Modified: crux-2.2/ports/opt/bar/Pkgfile =================================================================== --- crux-2.2/ports/opt/bar/Pkgfile 2006-04-04 21:53:49 UTC (rev 1145) +++ crux-2.2/ports/opt/bar/Pkgfile 2006-04-04 21:57:19 UTC (rev 1146) @@ -5,14 +5,14 @@ # Depends on: name=bar -version=1.10.4 -release=2 -source=(http://dl.sourceforge.net/sourceforge/clpbar/$name-$version.tar.gz) +version=1.10.5 +release=1 +source=(http://dl.sourceforge.net/sourceforge/clpbar/${name}_${version}.tar.gz) build() { cd $name-$version sed -i "s/-O2/$CFLAGS/g" Makefile.in - ./configure --prefix=/usr --disable-use-memalign + ./configure --prefix=/usr make make DESTDIR=$PKG install }