Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Aug 2016 10:21:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420908 - head/www/impresscms
Message-ID:  <201608261021.u7QALmnH055589@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608261021.u7QALmnH055589>