Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 07:13:11 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311295 - head/mail/notmuch
Message-ID:  <201301310713.r0V7DBf5072531@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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