diff options
author | rm <rm@FreeBSD.org> | 2014-02-12 18:16:07 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-02-12 18:16:07 +0800 |
commit | f4669dcd6945fc149d8ecf7224367d433ee0b943 (patch) | |
tree | 99c460bbf54b5d9f1a7d29b4fcbf9d0d39ef595e | |
parent | ea3d2499694554095e128f55981619bac6e03642 (diff) | |
download | freebsd-ports-gnome-f4669dcd6945fc149d8ecf7224367d433ee0b943.tar.gz freebsd-ports-gnome-f4669dcd6945fc149d8ecf7224367d433ee0b943.tar.zst freebsd-ports-gnome-f4669dcd6945fc149d8ecf7224367d433ee0b943.zip |
- 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
-rw-r--r-- | mail/mairix/Makefile | 30 | ||||
-rw-r--r-- | mail/mairix/distinfo | 4 |
2 files changed, 13 insertions, 21 deletions
diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index baaf6abf8e5e..6850c90b8406 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -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 support 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> diff --git a/mail/mairix/distinfo b/mail/mairix/distinfo index c6660e8b1665..4bf403a73b7e 100644 --- a/mail/mairix/distinfo +++ b/mail/mairix/distinfo @@ -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 |