Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2014 02:40:20 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352220 - head/mail/libsieve
Message-ID:  <201404260240.s3Q2eKdu084219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrm share/licenses/libsieve-2.3.1
-@dirrmtry share/licenses
-@dirrmtry lib/pkgconfig
+libdata/pkgconfig/libsieve.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404260240.s3Q2eKdu084219>