Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2013 07:05:29 -0800 (PST)
From:      Ross Timson <ross@rosstimson.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175607: [MAINTAINER] mail/notmuch: respect PREFIX and update to 0.15.1
Message-ID:  <5103f0b9.e25eb40a.4b38.ffffce71@mx.google.com>
Resent-Message-ID: <201301261510.r0QFA0jQ081959@freefall.freebsd.org>

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

>Number:         175607
>Category:       ports
>Synopsis:       [MAINTAINER] mail/notmuch: respect PREFIX and update to 0.15.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 26 15:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Ross Timson
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD adrastea.rosstimson.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- notmuch-0.15.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/notmuch/Makefile ./Makefile
--- /usr/ports/mail/notmuch/Makefile	2012-12-06 23:21:45.000000000 +0000
+++ ./Makefile	2013-01-26 14:41:04.000000000 +0000
@@ -2,13 +2,16 @@
 # $FreeBSD: ports/mail/notmuch/Makefile,v 1.5 2012/12/06 23:21:45 svnexp Exp $
 
 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
+LICENSE_FILE=${WRKSRC}/COPYING-GPL-3
+
 LIB_DEPENDS=	gmime-2.4:${PORTSDIR}/mail/gmime24 \
 		xapian:${PORTSDIR}/databases/xapian-core \
 		talloc:${PORTSDIR}/devel/talloc
@@ -23,7 +26,7 @@
 MAN7=		notmuch-search-terms.7
 MANCOMPRESSED=	yes
 HAS_CONFIGURE=	yes
-CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man
+CONFIGURE_ARGS+=--prefix=${PREFIX} --mandir=${MANPREFIX}/man
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
diff -ruN --exclude=CVS /usr/ports/mail/notmuch/distinfo ./distinfo
--- /usr/ports/mail/notmuch/distinfo	2012-12-06 23:21:45.000000000 +0000
+++ ./distinfo	2013-01-26 13:36:10.000000000 +0000
@@ -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
--- notmuch-0.15.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5103f0b9.e25eb40a.4b38.ffffce71>