forked from ports/contrib
dovecot-sieve: update to 0.1.13 (for dovecot 1.2.x)
This commit is contained in:
parent
96ed3e7f6f
commit
3a21d9c4be
@ -3,6 +3,11 @@ drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/dovecot/
|
||||
drwxr-xr-x root/root usr/lib/dovecot/modules/
|
||||
drwxr-xr-x root/root usr/lib/dovecot/modules/lda/
|
||||
-rw-r--r-- root/root usr/lib/dovecot/modules/lda/lib90_cmusieve_plugin.a
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lda/lib90_cmusieve_plugin.la
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lda/lib90_cmusieve_plugin.so
|
||||
-rw-r--r-- root/root usr/lib/dovecot/modules/lda/lib90_sieve_plugin.a
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lda/lib90_sieve_plugin.la
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lda/lib90_sieve_plugin.so
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/sieve-test.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/sievec.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/sieved.1.gz
|
||||
|
@ -1 +1 @@
|
||||
7acf3d98974a515b868addbdb73054eb dovecot-sieve-1.1.6.tar.gz
|
||||
6151ab50e24abc0384358b1618c8048f dovecot-1.2-sieve-0.1.13.tar.gz
|
||||
|
@ -4,14 +4,15 @@
|
||||
# Depends on: dovecot
|
||||
|
||||
name=dovecot-sieve
|
||||
version=1.1.6
|
||||
version=0.1.13
|
||||
release=1
|
||||
source=(http://www.dovecot.org/releases/sieve/$name-$version.tar.gz)
|
||||
source=(http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd dovecot-1.2-sieve-$version
|
||||
./configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--mandir=/usr/man \
|
||||
--with-dovecot=/usr/lib/dovecot
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user