Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 07:20:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/175607: commit references a PR
Message-ID:  <201301310720.r0V7K1xp061820@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175607; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175607: commit references a PR
Date: Thu, 31 Jan 2013 07:13:19 +0000 (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"
 



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