Skip to content

Commit

Permalink
Update to 1.9.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdupre committed Oct 21, 2016
1 parent e1d8422 commit 71244d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
17 changes: 11 additions & 6 deletions mail/nocc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
# $FreeBSD$

PORTNAME= nocc
PORTVERSION= 1.9.5
PORTVERSION= 1.9.6
CATEGORIES= mail www
MASTER_SITES= SF/${PORTNAME}/NOCC/${PORTVERSION}

MAINTAINER= [email protected]
COMMENT= Webmail system which access POP3 and IMAP mail servers

LICENSE= GPLv2

OPTIONS_DEFINE= DOCS

USES= php:web
USE_PHP= ctype iconv imap mbstring pcre session
WANT_PHP_WEB= yes

SUB_FILES= pkg-message
NO_BUILD= yes
Expand All @@ -25,13 +27,16 @@ NOCCCOMP= .htaccess favicon.ico robots.txt \

PORTDOCS= *

post-extract:
@${FIND} ${WRKSRC} -type d -empty -delete

do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
${MKDIR} ${STAGEDIR}${WWWDIR}
.for i in ${NOCCCOMP}
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR}
.endfor
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
@${ECHO_CMD} "@owner ${WWWOWN}" >> ${TMPPLIST}
@${ECHO_CMD} "@group ${WWWGRP}" >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} ${NOCCCOMP} -not -type d) | ${SORT} | \
Expand Down
5 changes: 3 additions & 2 deletions mail/nocc/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (nocc-1.9.5.tar.gz) = b8a7c527919195427c4793cdf8f5c7bedbab5728651d8a83c320b9f109c88fa6
SIZE (nocc-1.9.5.tar.gz) = 1191244
TIMESTAMP = 1477039138
SHA256 (nocc-1.9.6.tar.gz) = 8d91a44cab01400e0e9a37ab9d881fbde03a1219f74a26918b469f5e4a1fddad
SIZE (nocc-1.9.6.tar.gz) = 1721389

0 comments on commit 71244d3

Please sign in to comment.