1
0
forked from ports/opt

maildrop: update to 2.7.0

This commit is contained in:
Juergen Daubert 2013-09-29 17:57:08 +02:00
parent b85fa75b2f
commit 91da6f1f26
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
ac5a28d88f7f30236ee6aef0b679266b maildrop-2.6.0.tar.bz2
cd895ca0b78a20da0da7338079b61d3d maildrop-2.7.0.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: gdbm libpcre
name=maildrop
version=2.6.0
version=2.7.0
release=1
source=(http://download.sourceforge.net/project/courier/$name/$version/$name-$version.tar.bz2)
@ -24,5 +24,5 @@ build () {
make DESTDIR=$PKG install
chmod u+s $PKG/usr/bin/maildrop
rm -r $PKG/usr/{include,lib,man/man3,share}
rm -r $PKG/usr/{man/man3,share}
}