Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 10:16:08 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343883 - head/mail/mairix
Message-ID:  <201402121016.s1CAG8YX025560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Feb 12 10:16:07 2014
New Revision: 343883
URL: http://svnweb.freebsd.org/changeset/ports/343883
QAT: https://qat.redports.org/buildarchive/r343883/

Log:
  - update to 0.23
  - support staging
  
  while here:
  - move manpages to packing-list
  - remove MAKE_JOBS_UNSAFE - builds fine here
  - install docs and examples to stage area unconditionally
  - remove redundant inclusion of bsd.port.options.mk
  
  PR:		186667
  Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
  -This line, and those below, will be ignored--
  > Description of fields to fill in above:                     76 columns --|
  > PR:            If a GNATS PR is affected by the change.
  > Submitted by:  If someone else sent in the change.
  > Reviewed by:   If someone else reviewed your modification.
  > Approved by:   If you needed approval for this commit.
  > Obtained from: If the change is from a third party.
  > MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
  > Security:      Vulnerability reference (one per line) or description.
  > Sponsored by:  If the change was sponsored by an organization.
  > Empty fields above will be automatically removed.
  
  M    mairix/Makefile
  M    mairix/distinfo

Modified:
  head/mail/mairix/Makefile
  head/mail/mairix/distinfo

Modified: head/mail/mairix/Makefile
==============================================================================
--- head/mail/mairix/Makefile	Wed Feb 12 10:16:05 2014	(r343882)
+++ head/mail/mairix/Makefile	Wed Feb 12 10:16:07 2014	(r343883)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mairix
-PORTVERSION=	0.22
+PORTVERSION=	0.23
 CATEGORIES=	mail
 MASTER_SITES=	SF
 
@@ -14,11 +14,11 @@ LICENSE=	GPLv2
 USES=		bison gmake
 HAS_CONFIGURE=	yes
 
-MAN1=		mairix.1
-MAN5=		mairixrc.5
 PORTDOCS=	NEWS README
 PORTEXAMPLES=	dotmairixrc.eg
-PLIST_FILES=	bin/mairix
+PLIST_FILES=	bin/mairix \
+		man/man1/mairix.1.gz \
+		man/man5/mairixrc.5.gz
 
 OPTIONS_DEFINE=	GZIP BZIP2 EXAMPLES DOCS
 GZIP_DESC=	gzip compressed mbox support
@@ -27,26 +27,18 @@ BZIP2_DESC=	bzip2 compressed mbox suppor
 GZIP_CONFIGURE_ENABLE=	gzip-mbox
 BZIP2_CONFIGURE_ENABLE=	bzip-mbox
 
-MAKE_JOBS_UNSAFE=	yes
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 # Do not hardcode make(1) binary name
 post-patch:
 	@${REINPLACE_CMD} -E 's|cd (.+) ; make|$$(MAKE) -C \1|' \
 		${WRKSRC}/Makefile.in
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mairix ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/mairix.1 ${MANPREFIX}/man/man1
-	${INSTALL_MAN} ${WRKSRC}/mairixrc.5 ${MANPREFIX}/man/man5
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${DOCSDIR}
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/dotmairixrc.eg ${EXAMPLESDIR}
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/mairix ${STAGEDIR}/${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/mairix.1 ${STAGEDIR}/${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/mairixrc.5 ${STAGEDIR}/${MANPREFIX}/man/man5
+	@${MKDIR} ${STAGEDIR}/${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}/${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/dotmairixrc.eg ${STAGEDIR}/${EXAMPLESDIR}
 
 .include <bsd.port.mk>

Modified: head/mail/mairix/distinfo
==============================================================================
--- head/mail/mairix/distinfo	Wed Feb 12 10:16:05 2014	(r343882)
+++ head/mail/mairix/distinfo	Wed Feb 12 10:16:07 2014	(r343883)
@@ -1,2 +1,2 @@
-SHA256 (mairix-0.22.tar.gz) = 141fb273ef9f77562e609a9f6d2f783b680cc4e04be0f9ca8d682f8bc6c19d4f
-SIZE (mairix-0.22.tar.gz) = 161843
+SHA256 (mairix-0.23.tar.gz) = 804e235b183c3350071a28cdda8eb465bcf447092a8206f40486191875bdf2fb
+SIZE (mairix-0.23.tar.gz) = 193726



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