Date: Fri, 26 Aug 2016 17:06:03 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r420934 - branches/2016Q3/www/impresscms Message-ID: <201608261706.u7QH63UN005727@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Aug 26 17:06:03 2016 New Revision: 420934 URL: https://svnweb.freebsd.org/changeset/ports/420934 Log: MFH: r420908 (partial) - Switch to infozip to fix extraction problems (on some FreeBSD version stock unzip extracts empty dirs, on other empty files) Approved by: ports-secteam blanket Modified: branches/2016Q3/www/impresscms/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/www/impresscms/Makefile ============================================================================== --- branches/2016Q3/www/impresscms/Makefile Fri Aug 26 16:43:32 2016 (r420933) +++ branches/2016Q3/www/impresscms/Makefile Fri Aug 26 17:06:03 2016 (r420934) @@ -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}_fin MAINTAINER= ports@FreeBSD.org COMMENT= Community Developed Content Management System -USES= cpe shebangfix zip +USES= cpe shebangfix 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608261706.u7QH63UN005727>