- Update to 2.3.1
PR: ports/169299 Submitted by: Alan Hicks <ahicks@p-o.co.uk> Approved by: Maintainer Timeout (2+ Weeks)
This commit is contained in:
parent
6663a0d169
commit
02dd5b5826
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301266
4 changed files with 14 additions and 9 deletions
|
@ -6,19 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= libsieve
|
||||
PORTVERSION= 2.2.6
|
||||
PORTVERSION= 2.3.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITES= http://cloud.github.com/downloads/sodabrew/libsieve/
|
||||
|
||||
MAINTAINER= mark_sf@kikg.ifmo.ru
|
||||
COMMENT= A library for parsing, sorting and filtering mail
|
||||
|
||||
LICENSE=LGPL21
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_WRKSRC=${WRKSRC}/src
|
||||
CONFIGURE_ARGS+=--prefix=${PREFIX}
|
||||
USE_GMAKE= yes
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
INSTALL_WRKSRC= ${WRKSRC}/src
|
||||
USE_BISON= build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libsieve-2.2.6.tar.gz) = dce45d73fba98afbffc6fbb6743b3f727cd41d5d3b09ac398a0cb90b21e7f0f0
|
||||
SIZE (libsieve-2.2.6.tar.gz) = 564722
|
||||
SHA256 (libsieve-2.3.1.tar.gz) = 92c1550d97c74a3724e6fe4c9ac50593afa2e5240da539703388d505138594be
|
||||
SIZE (libsieve-2.3.1.tar.gz) = 579265
|
||||
|
|
|
@ -5,4 +5,4 @@ you to make it so. libSieve makes no attempt to have knowledge of how SMTP,
|
|||
IMAP, or anything else work; just how to parse and deal with a buffer full of
|
||||
emails. The rest is up to you!
|
||||
|
||||
WWW: http://libsieve.sourceforge.net/
|
||||
WWW: http://sodabrew.com/libsieve/
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
include/sieve2.h
|
||||
include/sieve2_error.h
|
||||
lib/libsieve.a
|
||||
lib/libsieve.la
|
||||
lib/libsieve.so
|
||||
lib/libsieve.so.1
|
||||
lib/pkgconfig/libsieve.pc
|
||||
share/licenses/libsieve-2.3.1/LGPL21
|
||||
share/licenses/libsieve-2.3.1/LICENSE
|
||||
share/licenses/libsieve-2.3.1/catalog.mk
|
||||
@dirrm share/licenses/libsieve-2.3.1
|
||||
@dirrmtry share/licenses
|
||||
@dirrmtry lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue