Bug 187768 - mail/libsieve: Support USE_GITHUB
Summary: mail/libsieve: Support USE_GITHUB
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 18:40 UTC by tkato432
Modified: 2014-04-26 03:50 UTC (History)
0 users

See Also:


Attachments
file.diff (2.33 KB, patch)
2014-03-19 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-03-19 18:40:10 UTC
- Support USE_GITHUB
- Support pathfix USES macro
- Fix pkg-plist
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-19 18:40:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-04-26 03:39:55 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-04-26 03:40:25 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"