summaryrefslogtreecommitdiff
path: root/maildrop
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-01-03 18:05:08 +0100
committerJuergen Daubert <jue@jue.li>2007-01-03 18:05:08 +0100
commit84bd1c1ae84215f8f481daa9373fe7f911617bcb (patch)
tree29e9f30a4705f66435405b808c08d52207e78ef0 /maildrop
parentecf7598250a0baca78df0bc6461662c60101e858 (diff)
downloadopt-84bd1c1ae84215f8f481daa9373fe7f911617bcb.tar.gz
opt-84bd1c1ae84215f8f481daa9373fe7f911617bcb.tar.xz
maildrop: update to 2.0.3
Diffstat (limited to 'maildrop')
-rw-r--r--maildrop/.footprint4
-rw-r--r--maildrop/.md5sum4
-rw-r--r--maildrop/Pkgfile8
3 files changed, 8 insertions, 8 deletions
diff --git a/maildrop/.footprint b/maildrop/.footprint
index c00b67513..3d53f340e 100644
--- a/maildrop/.footprint
+++ b/maildrop/.footprint
@@ -1,10 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/deliverquota
--rwxr-xr-x root/mail usr/bin/lockmail
+-rwxr-xr-x root/root usr/bin/lockmail
-rwxr-xr-x root/root usr/bin/mailbot
-rwxr-xr-x root/root usr/bin/maildirmake
--rwsr-xr-x root/mail usr/bin/maildrop
+-rwxr-xr-x root/root usr/bin/maildrop
-rwxr-xr-x root/root usr/bin/makemime
-rwxr-xr-x root/root usr/bin/reformail
-rwxr-xr-x root/root usr/bin/reformime
diff --git a/maildrop/.md5sum b/maildrop/.md5sum
index 849ad4028..db87b01c1 100644
--- a/maildrop/.md5sum
+++ b/maildrop/.md5sum
@@ -1,2 +1,2 @@
-69c7cb0c93669c0831eb3ee304da8eac maildrop-2.0.2.tar.bz2
-dbbec9d178ce199e67e98c9a4f994f90 pcre-6.7.tar.bz2
+800ad722584ae5b9b012f912d5353f14 maildrop-2.0.3.tar.bz2
+b97e3bb84bd665e0fbb7a90344d65a43 pcre-7.0.tar.bz2
diff --git a/maildrop/Pkgfile b/maildrop/Pkgfile
index fdcf52194..ae2d74b8c 100644
--- a/maildrop/Pkgfile
+++ b/maildrop/Pkgfile
@@ -4,13 +4,13 @@
# Depends on: gdbm
name=maildrop
-version=2.0.2
+version=2.0.3
release=1
source=(http://dl.sourceforge.net/sourceforge/courier/$name-$version.tar.bz2 \
- ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-6.7.tar.bz2)
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.0.tar.bz2)
build () {
- cd pcre-6.7
+ cd pcre-7.0
./configure --prefix=/ --enable-shared=no
make
make DESTDIR=$SRC install
@@ -22,6 +22,6 @@ build () {
--disable-tempdir
make
make DESTDIR=$PKG install
- chmod u+s $PKG/usr/bin/maildrop
+ chown root:root $PKG/usr/bin/{maildrop,lockmail}
rm -r $PKG/usr/{include,lib,man/man3,share}
}

Generated by cgit