Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2014 03:25:56 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/187768: mail/libsieve: Support USE_GITHUB
Message-ID:  <20140320032556.dd459241a8d86a3f1865d844@yahoo.com>
Resent-Message-ID: <201403191840.s2JIeAmA002707@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187768
>Category:       ports
>Synopsis:       mail/libsieve: Support USE_GITHUB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 18:40:10 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Support USE_GITHUB
- Support pathfix USES macro
- Fix pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/mail/libsieve/Makefile mail/libsieve/Makefile
--- /usr/ports/mail/libsieve/Makefile	2014-02-11 05:02:47.000000000 +0900
+++ mail/libsieve/Makefile	2014-03-20 00:00:00.000000000 +0900
@@ -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 -urN /usr/ports/mail/libsieve/pkg-descr mail/libsieve/pkg-descr
--- /usr/ports/mail/libsieve/pkg-descr	2014-01-23 03:21:45.000000000 +0900
+++ mail/libsieve/pkg-descr	2014-03-20 00:00:00.000000000 +0900
@@ -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 -urN /usr/ports/mail/libsieve/pkg-plist mail/libsieve/pkg-plist
--- /usr/ports/mail/libsieve/pkg-plist	2014-01-23 03:21:45.000000000 +0900
+++ mail/libsieve/pkg-plist	2014-03-20 00:00:00.000000000 +0900
@@ -3,10 +3,4 @@
 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
>Release-Note:
>Audit-Trail:
>Unformatted:



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