diff options
Diffstat (limited to 'mail/phplist/Makefile')
-rw-r--r-- | mail/phplist/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/mail/phplist/Makefile b/mail/phplist/Makefile index 5e88fad73a00..9075c8eb188c 100644 --- a/mail/phplist/Makefile +++ b/mail/phplist/Makefile @@ -1,6 +1,5 @@ PORTNAME= phplist -DISTVERSION= 3.6.15 -PORTREVISION= 1 +DISTVERSION= 3.6.16 CATEGORIES= mail www MASTER_SITES= SF PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} @@ -16,6 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR} USES= cpe tar:tgz php:web,flavors USE_PHP= curl gd gettext iconv imap mbstring mysqli session simplexml xml zlib +IGNORE_WITH_PHP= 81 NO_ARCH= yes NO_BUILD= yes @@ -37,6 +37,14 @@ post-extract: # do-install: @${FIND} ${WRKSRC}/public_html/ -type f -regex '.*[^!-~].*' -delete + @${FIND} ${WRKSRC}/public_html/ -type f -name '*.md' -delete + @${FIND} ${WRKSRC}/public_html/ -type f -name '.doctrine-project.json' -delete + @${FIND} ${WRKSRC}/public_html/ -type f -name '.editorconfig' -delete + @${FIND} ${WRKSRC}/public_html/ -type f -name '.gitkeep' -delete + @${FIND} ${WRKSRC}/public_html/ -type f -name '.travis.yml' -delete + @${FIND} ${WRKSRC}/public_html/ -type f -name 'composer.json' -delete + @${FIND} ${WRKSRC}/public_html/ -type f -name 'composer.lock' -delete + @${FIND} ${WRKSRC}/public_html/ -type f -regex '.*/.github/.*' -delete @${FIND} ${WRKSRC}/public_html/ -type l -delete @${FIND} ${WRKSRC}/public_html/ -type d -empty -delete ${MKDIR} ${STAGEDIR}${WWWDIR}/ |