1
0
forked from ports/opt

fdm: update to 2.1

This commit is contained in:
Juergen Daubert 2022-06-01 12:31:57 +02:00
parent 8b2ea53068
commit d79de33114
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/dXzKSeFW0NLK/c/t/RcNoAoms2ivD7z3Ks/6FurURHH9wgYjpzzmoqkqQuDkjKSOdIzo0vKHNyE7ysk42IpmwU=
SHA256 (Pkgfile) = 031726acec7223d15903fce1ee8a5a36c1fd4b3338048e10ad859957a1e5c9d9
RWSE3ohX2g5d/UGYEdHm/b6FulilxUjF8INP8i5KD3Nffmo8wztqlmJe5pUueg236nkHwdXzfXcrSbBde5KaVsYNXXmS4Hz2uw4=
SHA256 (Pkgfile) = ac4d931afba478a5719e482ea3912665e10e3453b613093eb2dd25d9bd35bc53
SHA256 (.footprint) = 8f72a4fd1b0fa1002f56934304473e870f0ced528cc01c60ddcdda958a7c8038
SHA256 (fdm-2.0.tar.gz) = 06b28cb6b792570bc61d7e29b13d2af46b92fea77e058b2b17e11e8f7ed0cea4
SHA256 (fdm-2.1.tar.gz) = 858df2e6ef0836d940e8b8cc4fec333770fa9c97ba0f2485a9e63ed18b2cadff

View File

@ -1,16 +1,16 @@
# Description: Program to fetch mail and deliver it in various ways
# URL: https://github.com/nicm/fdm
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: tdb openssl
# URL: https://github.com/nicm/fdm
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: tdb openssl
name=fdm
version=2.0
version=2.1
release=1
source=(https://github.com/nicm/fdm/releases/download/$version/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}