aboutsummaryrefslogtreecommitdiff
path: root/mail/libsieve
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-04-26 02:40:20 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-04-26 02:40:20 +0000
commiteaef037376e6ce2458668b1075ce4135378fa1f6 (patch)
treec930b803bd8e68c3a5a5be75f493dc15b133d522 /mail/libsieve
parent56bec921c2eb146e5e89a818351bf909ebe1bca3 (diff)
downloadports-eaef037376e6ce2458668b1075ce4135378fa1f6.tar.gz
ports-eaef037376e6ce2458668b1075ce4135378fa1f6.zip
- Support USE_GITHUB
- Support pathfix USES macro - Fix pkg-plist - Bump PORTREV PR: 187768 Submitted by: ports fury
Notes
Notes: svn path=/head/; revision=352220
Diffstat (limited to 'mail/libsieve')
-rw-r--r--mail/libsieve/Makefile13
-rw-r--r--mail/libsieve/pkg-descr12
-rw-r--r--mail/libsieve/pkg-plist8
3 files changed, 16 insertions, 17 deletions
diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile
index 16a7b9818bc1..3610fb53de79 100644
--- a/mail/libsieve/Makefile
+++ b/mail/libsieve/Makefile
@@ -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@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>
diff --git a/mail/libsieve/pkg-descr b/mail/libsieve/pkg-descr
index a6790c788539..3cd4650d036d 100644
--- a/mail/libsieve/pkg-descr
+++ b/mail/libsieve/pkg-descr
@@ -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/
diff --git a/mail/libsieve/pkg-plist b/mail/libsieve/pkg-plist
index ae50187b3d6e..694a97a6aef5 100644
--- a/mail/libsieve/pkg-plist
+++ b/mail/libsieve/pkg-plist
@@ -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
-@dirrm share/licenses/libsieve-2.3.1
-@dirrmtry share/licenses
-@dirrmtry lib/pkgconfig
+libdata/pkgconfig/libsieve.pc