From owner-svn-ports-head@freebsd.org Fri Aug 26 10:21:49 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7F04A9489F; Fri, 26 Aug 2016 10:21:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 881046D0; Fri, 26 Aug 2016 10:21:49 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7QALmYE055590; Fri, 26 Aug 2016 10:21:48 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7QALmnH055589; Fri, 26 Aug 2016 10:21:48 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201608261021.u7QALmnH055589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 26 Aug 2016 10:21:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420908 - head/www/impresscms X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2016 10:21:49 -0000 Author: amdmi3 Date: Fri Aug 26 10:21:48 2016 New Revision: 420908 URL: https://svnweb.freebsd.org/changeset/ports/420908 Log: - Switch to infozip to fix extraction problems (on some FreeBSD version stock unzip extracts empty dirs, on other empty files) - Add missing USES=php Modified: head/www/impresscms/Makefile Modified: head/www/impresscms/Makefile ============================================================================== --- head/www/impresscms/Makefile Fri Aug 26 09:33:55 2016 (r420907) +++ head/www/impresscms/Makefile Fri Aug 26 10:21:48 2016 (r420908) @@ -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 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