Bug 175607 - [MAINTAINER] mail/notmuch: respect PREFIX and update to 0.15.1
Summary: [MAINTAINER] mail/notmuch: respect PREFIX and update to 0.15.1
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-26 15:10 UTC by ross
Modified: 2013-01-31 07:20 UTC (History)
0 users

See Also:


Attachments
notmuch-0.15.1.patch (1.39 KB, patch)
2013-01-26 15:10 UTC, ross
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ross 2013-01-26 15:10:00 UTC
- Update to 0.15.1
- Port didn't seem to be respecting PREFIX.  This is probably why there was an 
issue upgrading too whereby the old headers from previous version were being 
used.  This was resulting in a compilation failure until you removed the old 
version before compiling the new version.
- Also adding LICENSE details.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-01-31 07:13:19 UTC
Author: danfe
Date: Thu Jan 31 07:13:11 2013
New Revision: 311295
URL: http://svnweb.freebsd.org/changeset/ports/311295

Log:
  - Update to version 0.15.1
  - Define LICENSE (GPLv3)
  - Respect PREFIX, cleanup Makefile
  
  PR:		ports/175607
  Submitted by:	maintainer

Modified:
  head/mail/notmuch/Makefile
  head/mail/notmuch/distinfo

Modified: head/mail/notmuch/Makefile
==============================================================================
--- head/mail/notmuch/Makefile	Thu Jan 31 07:03:57 2013	(r311294)
+++ head/mail/notmuch/Makefile	Thu Jan 31 07:13:11 2013	(r311295)
@@ -2,17 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	notmuch
-PORTVERSION=	0.14
+PORTVERSION=	0.15.1
 CATEGORIES=	mail
 MASTER_SITES=	http://notmuchmail.org/releases/
 
 MAINTAINER=	ross@rosstimson.com
 COMMENT=	Thread-based email index, search, and tagging application
 
+LICENSE=	GPLv3
+
 LIB_DEPENDS=	gmime-2.4:${PORTSDIR}/mail/gmime24 \
 		xapian:${PORTSDIR}/databases/xapian-core \
 		talloc:${PORTSDIR}/devel/talloc
 
+HAS_CONFIGURE=	yes
+CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man
+USE_GMAKE=	yes
+USE_LDCONFIG=	yes
+
 MAN1=		notmuch.1 notmuch-config.1 \
 		notmuch-count.1 notmuch-dump.1 \
 		notmuch-new.1 notmuch-reply.1 \
@@ -22,9 +29,5 @@ MAN1=		notmuch.1 notmuch-config.1 \
 MAN5=		notmuch-hooks.5
 MAN7=		notmuch-search-terms.7
 MANCOMPRESSED=	yes
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man
-USE_GMAKE=	yes
-USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/mail/notmuch/distinfo
==============================================================================
--- head/mail/notmuch/distinfo	Thu Jan 31 07:03:57 2013	(r311294)
+++ head/mail/notmuch/distinfo	Thu Jan 31 07:13:11 2013	(r311295)
@@ -1,2 +1,2 @@
-SHA256 (notmuch-0.14.tar.gz) = 095e191dc0f3125c4fd98440fdf55050cba01b8e9f68245ffe0190a7f39ca753
-SIZE (notmuch-0.14.tar.gz) = 488310
+SHA256 (notmuch-0.15.1.tar.gz) = d917b62141c9d3e5c3bf6ce3b45cad33a0025b53d1c1eec1a6a52e32e3a12918
+SIZE (notmuch-0.15.1.tar.gz) = 560172
_______________________________________________
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"
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2013-01-31 07:13:32 UTC
State Changed
From-To: open->closed

Committed with minor modifications, thanks!