svn commit: r420934 - branches/2016Q3/www/impresscms

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 26 17:06:04 UTC 2016


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 at 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


More information about the svn-ports-branches mailing list