svn commit: r388420 - branches/2015Q2/www/impresscms

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 3 04:11:23 UTC 2015


Author: amdmi3
Date: Wed Jun  3 04:11:22 2015
New Revision: 388420
URL: https://svnweb.freebsd.org/changeset/ports/388420

Log:
  MFH: r385578, r387353
  
  - Fix shebangs
  - Add CPE info
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/www/impresscms/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/impresscms/Makefile
==============================================================================
--- branches/2015Q2/www/impresscms/Makefile	Wed Jun  3 04:09:17 2015	(r388419)
+++ branches/2015Q2/www/impresscms/Makefile	Wed Jun  3 04:11:22 2015	(r388420)
@@ -3,6 +3,7 @@
 
 PORTNAME=	impresscms
 PORTVERSION=	1.3.7
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/ImpressCMS%20Official%20Releases/ImpressCMS%201.3%20Branch/ImpressCMS%20${PORTVERSION}
 DISTNAME=	${PORTNAME}_${PORTVERSION}_final
@@ -10,7 +11,9 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}_fin
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Community Developed Content Management System
 
-USES=		zip
+USES=		cpe shebangfix zip
+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
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes


More information about the svn-ports-branches mailing list