From tkato432@yahoo.com  Wed Mar 19 18:30:59 2014
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 72C714B7
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2014 18:30:59 +0000 (UTC)
Received: from omta01.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67])
	by mx1.freebsd.org (Postfix) with ESMTP id 4660BBF0
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 19 Mar 2014 18:30:59 +0000 (UTC)
Received: from coppermine.my.domain (ZT028161.ppp.dion.ne.jp [59.128.28.161])
	by omta01.auone-net.jp (au one net mail) with ESMTP id 88056980004
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 20 Mar 2014 03:30:56 +0900 (JST)
Message-Id: <20140320032556.dd459241a8d86a3f1865d844@yahoo.com>
Date: Thu, 20 Mar 2014 03:25:56 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: mail/libsieve: Support USE_GITHUB

>Number:         187768
>Category:       ports
>Synopsis:       mail/libsieve: Support USE_GITHUB
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 19 18:40:10 UTC 2014
>Closed-Date:    Sat Apr 26 02:39:55 UTC 2014
>Last-Modified:  Sat Apr 26 02:50:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 19 18:40:47 UTC 2014 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187768 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Apr 26 02:39:55 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187768 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187768: commit references a PR
Date: Sat, 26 Apr 2014 02:40:25 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
