svn commit: r352220 - head/mail/libsieve
Martin Wilke
miwi at FreeBSD.org
Sat Apr 26 02:40:21 UTC 2014
Author: miwi
Date: Sat Apr 26 02:40:20 2014
New Revision: 352220
URL: http://svnweb.freebsd.org/changeset/ports/352220
QAT: https://qat.redports.org/buildarchive/r352220/
Log:
- Support USE_GITHUB
- Support pathfix USES macro
- Fix pkg-plist
- Bump PORTREV
PR: 187768
Submitted by: ports fury
Modified:
head/mail/libsieve/Makefile
head/mail/libsieve/pkg-descr
head/mail/libsieve/pkg-plist
Modified: head/mail/libsieve/Makefile
==============================================================================
--- head/mail/libsieve/Makefile Sat Apr 26 02:39:08 2014 (r352219)
+++ head/mail/libsieve/Makefile Sat Apr 26 02:40:20 2014 (r352220)
@@ -3,17 +3,22 @@
PORTNAME= libsieve
PORTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= mail
-MASTER_SITES= http://cloud.github.com/downloads/sodabrew/libsieve/
+MASTER_SITES= GHC
MAINTAINER= ports at FreeBSD.org
COMMENT= Library for parsing, sorting, and filtering mail
-LICENSE=LGPL21
+LICENSE= LGPL21
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+USE_GITHUB= yes
+GH_ACCOUNT= sodabrew
+
+USES= bison gmake pathfix
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--prefix=${PREFIX}
-USES= bison gmake
USE_LDCONFIG= yes
.include <bsd.port.mk>
Modified: head/mail/libsieve/pkg-descr
==============================================================================
--- head/mail/libsieve/pkg-descr Sat Apr 26 02:39:08 2014 (r352219)
+++ head/mail/libsieve/pkg-descr Sat Apr 26 02:40:20 2014 (r352220)
@@ -1,8 +1,8 @@
-libSieve provides a library to interpret Sieve scripts, and to execute those
-scripts over a given set of messages. The return codes from the libSieve
-functions let your program know how to handle the message, and then it's up to
-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!
+libSieve provides a library to interpret Sieve scripts, and to execute
+those scripts over a given set of messages. The return codes from the
+libSieve functions let your program know how to handle the message, and
+then it's up to 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://sodabrew.com/libsieve/
Modified: head/mail/libsieve/pkg-plist
==============================================================================
--- head/mail/libsieve/pkg-plist Sat Apr 26 02:39:08 2014 (r352219)
+++ head/mail/libsieve/pkg-plist Sat Apr 26 02:40:20 2014 (r352220)
@@ -3,10 +3,4 @@ include/sieve2_error.h
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
- at dirrm share/licenses/libsieve-2.3.1
- at dirrmtry share/licenses
- at dirrmtry lib/pkgconfig
+libdata/pkgconfig/libsieve.pc
More information about the svn-ports-all
mailing list