diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-26 10:21:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-26 10:21:48 +0000 |
commit | 410ad26dcb1f5a704c69f961b07c9d8445945e0e (patch) | |
tree | ba1f716319d5c2d618fde216cfaf57c021a65178 /www | |
parent | 8d6e6c9d03f2205189f4907379da46b43e18d616 (diff) |
- Switch to infozip to fix extraction problems (on some FreeBSD version stock unzip extracts empty dirs, on other empty files)
- Add missing USES=php
Notes
Notes:
svn path=/head/; revision=420908
Diffstat (limited to 'www')
-rw-r--r-- | www/impresscms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/impresscms/Makefile b/www/impresscms/Makefile index fdd71cf7527e..b5462373899a 100644 --- a/www/impresscms/Makefile +++ b/www/impresscms/Makefile @@ -3,7 +3,7 @@ PORTNAME= impresscms PORTVERSION= 1.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%201.3%20Branch/ImpressCMS%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_final @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_final MAINTAINER= ports@FreeBSD.org COMMENT= Community Developed Content Management System -USES= cpe shebangfix zip +USES= cpe shebangfix php zip:infozip SHEBANG_FILES= htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl \ htdocs/libraries/phpopenid/admin/packagexml.py USE_PHP= mysql pcre session iconv xml gd |