1
0
forked from ports/opt

maildrop: update to 2.8.4

This commit is contained in:
Juergen Daubert 2016-08-17 15:19:10 +02:00
parent 5385cf83ea
commit a272264230
3 changed files with 23 additions and 23 deletions

View File

@ -10,22 +10,23 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/makemime
-rwxr-xr-x root/root usr/bin/reformail
-rwxr-xr-x root/root usr/bin/reformime
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/lockmail.1.gz
-rw-r--r-- root/root usr/man/man1/mailbot.1.gz
-rw-r--r-- root/root usr/man/man1/maildirmake.1.gz
-rw-r--r-- root/root usr/man/man1/maildrop.1.gz
-rw-r--r-- root/root usr/man/man1/makedat.1.gz
-rw-r--r-- root/root usr/man/man1/makemime.1.gz
-rw-r--r-- root/root usr/man/man1/reformail.1.gz
-rw-r--r-- root/root usr/man/man1/reformime.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/maildir.5.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/maildirquota.7.gz
-rw-r--r-- root/root usr/man/man7/maildropex.7.gz
-rw-r--r-- root/root usr/man/man7/maildropfilter.7.gz
-rw-r--r-- root/root usr/man/man7/maildropgdbm.7.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/deliverquota.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/lockmail.1.gz
-rw-r--r-- root/root usr/share/man/man1/mailbot.1.gz
-rw-r--r-- root/root usr/share/man/man1/maildirmake.1.gz
-rw-r--r-- root/root usr/share/man/man1/maildrop.1.gz
-rw-r--r-- root/root usr/share/man/man1/makedat.1.gz
-rw-r--r-- root/root usr/share/man/man1/makemime.1.gz
-rw-r--r-- root/root usr/share/man/man1/reformail.1.gz
-rw-r--r-- root/root usr/share/man/man1/reformime.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/maildir.5.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/maildirquota.7.gz
-rw-r--r-- root/root usr/share/man/man7/maildropex.7.gz
-rw-r--r-- root/root usr/share/man/man7/maildropfilter.7.gz
-rw-r--r-- root/root usr/share/man/man7/maildropgdbm.7.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/deliverquota.8.gz

View File

@ -1 +1 @@
4e3b2b19b58a76581a486381e4444b5e maildrop-2.8.3.tar.bz2
1f12019848e76d8ad507bd0943d1fe45 maildrop-2.8.4.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: gdbm libpcre courier-unicode
name=maildrop
version=2.8.3
version=2.8.4
release=1
source=(http://download.sourceforge.net/project/courier/$name/$version/$name-$version.tar.bz2)
@ -12,7 +12,6 @@ build () {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--with-db=gdbm \
--enable-maildrop-uid=root \
--enable-maildrop-gid=root \
@ -22,5 +21,5 @@ build () {
make DESTDIR=$PKG install
chmod u+s $PKG/usr/bin/maildrop
rm -r $PKG/usr/{man/man3,share}
rm -r $PKG/usr/share/{man/man3,doc}
}