svn commit: r420908 - head/www/impresscms

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 26 10:21:49 UTC 2016


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


More information about the svn-ports-all mailing list