summaryrefslogtreecommitdiff
path: root/maildrop
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-08-17 15:19:10 +0200
committerJuergen Daubert <jue@jue.li>2016-08-17 15:19:10 +0200
commita27226423078674b92479c1ae7d5375108e35b92 (patch)
tree2e16b1facaf90c775c64a05460a48d3523656840 /maildrop
parent5385cf83ea2b8141ca2d2f9eec97c143833271a3 (diff)
downloadopt-a27226423078674b92479c1ae7d5375108e35b92.tar.gz
opt-a27226423078674b92479c1ae7d5375108e35b92.tar.xz
maildrop: update to 2.8.4
Diffstat (limited to 'maildrop')
-rw-r--r--maildrop/.footprint39
-rw-r--r--maildrop/.md5sum2
-rw-r--r--maildrop/Pkgfile5
3 files changed, 23 insertions, 23 deletions
diff --git a/maildrop/.footprint b/maildrop/.footprint
index 99448d085..5203bd42a 100644
--- a/maildrop/.footprint
+++ b/maildrop/.footprint
@@ -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
diff --git a/maildrop/.md5sum b/maildrop/.md5sum
index 22d752527..c50d76bbf 100644
--- a/maildrop/.md5sum
+++ b/maildrop/.md5sum
@@ -1 +1 @@
-4e3b2b19b58a76581a486381e4444b5e maildrop-2.8.3.tar.bz2
+1f12019848e76d8ad507bd0943d1fe45 maildrop-2.8.4.tar.bz2
diff --git a/maildrop/Pkgfile b/maildrop/Pkgfile
index 213133cdf..d96de44b6 100644
--- a/maildrop/Pkgfile
+++ b/maildrop/Pkgfile
@@ -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}
}

Generated by cgit