1
0
forked from ports/contrib

mono: 6.8.0.105 -> 6.8.0.123

This commit is contained in:
Tim Biermann 2020-05-17 01:55:37 +00:00
parent 6e87ebaa4e
commit f22745e495
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36jtXJqbBNK4dPql8tePQACUssusMT/q0ZEZSgeADLi/O0eXA2B+Xq+/qy7OfgFJ3cw/XWj3rNKhCYU61KKDeA4=
SHA256 (Pkgfile) = c31c609cb1c2d5ae19bb14036878bf62cdf4b5a737f96cb3f7fb27d62cabff6d
RWSagIOpLGJF36RWdLGJ93cJZq3hYfniZESIA9B0adrSoytVN3e7EngKb+8Zp30qN5F0Vy9StrgMlSGu7kPfAFrZnO+65MTuQgM=
SHA256 (Pkgfile) = cb78431a21aa6914bd12d8fb929c5e7b5eb11d7edf7d38774f3fb74ae542590a
SHA256 (.footprint) = dfcd9ebd7a4063061ba5699409f9f6c86fc3e3b1f7476ebe165e2adc6b06e525
SHA256 (mono-6.8.0.105.tar.xz) = 578799c44c3c86a9eb5daf6dec6c60a24341940fd376371956d4a46cf8612178
SHA256 (mono-6.8.0.123.tar.xz) = e2e42d36e19f083fc0d82f6c02f7db80611d69767112af353df2f279744a2ac5

View File

@ -5,7 +5,7 @@
# Depends on: cmake python3 zlib
name=mono
version=6.8.0.105
version=6.8.0.123
release=1
source=(https://download.mono-project.com/sources/$name/$name-$version.tar.xz)
@ -14,10 +14,12 @@ build() {
[[ -e /usr/lib/ccache ]] && PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"
./configure --prefix=/usr \
--mandir=/usr/share/man \
--enable-ninja \
--with-mcs-docs=no \
--disable-crash-reporting \
--disable-nls
PYTHON=python3 make
sed -e 's/python/python3/g' -i mono/mini/Makefile*
PYTHON=/usr/bin/python3 make
make DESTDIR=$PKG install
rm -fr $PKG/usr/share/locale
find $PKG \( -iname "*README*" \