dialog: update to 1.3-20171209, new maintainer

This commit is contained in:
Juergen Daubert 2018-01-10 14:45:42 +01:00
parent 0595c132d5
commit 0af2593e6d
3 changed files with 13 additions and 15 deletions

View File

@ -1 +1 @@
a39ec183517bc1feaff017d067300b8c dialog-1.3-20160828.tgz
f66f28beca900b54f5fc90fdcce93508 dialog-1.3-20171209.tgz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RuNh157437JbsScmLuM963Fj7qstU7i3UhyPW+sGCr4QjV0OzSMoSl3k8jBx9B4vFSGYdt/QAY5dL0fI3qu3wY=
SHA256 (Pkgfile) = 6426cd2815bc7de3256df5071b9da99ba293dcd460282ffd82f516903855066b
RWSE3ohX2g5d/arxl1WY/p2bXLvn/IR5vHCJw/PXT6xkZRpk/M4whd5aqRMuyEMFxKMs8NqvpxW7VNJ/Wqzv0VcClykBHjyn4wg=
SHA256 (Pkgfile) = f55ecd833c12ef11af589076620606367eba11c1eb3eec5527b6a0825a9f48d4
SHA256 (.footprint) = f0120269ef1cd244a1f1e263249bb22e28cad98b4dcae44048d538b9fa3d71e8
SHA256 (dialog-1.3-20160828.tgz) = 453095abaec288bfbc1ca9faced917e17742cff1ea45ec46210071ac153562f9
SHA256 (dialog-1.3-20171209.tgz) = 20139442119e2eff5c35236e8e5e313c901539008d9cccf8c8ab3851b41267e6

View File

@ -1,20 +1,18 @@
# Description: A tool to display dialog boxes from shell scripts
# URL: http://invisible-island.net/dialog/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: ncurses
# URL: http://invisible-island.net/dialog/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: ncurses
name=dialog
version=1.3-20160828
version=1.3-20171209
release=1
source=(ftp://dickey.his.com/$name/$name-$version.tgz)
source=(ftp://ftp.invisible-island.net/$name/$name-$version.tgz)
build () {
cd $name-$version
cd $name-$version
./configure --prefix=/usr \
--with-ncursesw
./configure --prefix=/usr --with-ncursesw
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}