svn commit: r386891 - branches/2015Q2/www/dotproject

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 20 20:33:59 UTC 2015


Author: amdmi3
Date: Wed May 20 20:33:58 2015
New Revision: 386891
URL: https://svnweb.freebsd.org/changeset/ports/386891

Log:
  MFH: r386264 [1], r386886 [2]
  
  - Add CPE info
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket (delphij) [1]
  Approved by:	ports-secteam (erwin) [2]

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

Modified: branches/2015Q2/www/dotproject/Makefile
==============================================================================
--- branches/2015Q2/www/dotproject/Makefile	Wed May 20 20:28:09 2015	(r386890)
+++ branches/2015Q2/www/dotproject/Makefile	Wed May 20 20:33:58 2015	(r386891)
@@ -2,6 +2,7 @@
 
 PORTNAME=	dotproject
 PORTVERSION=	2.1.7
+PORTREVISION=	1
 CATEGORIES=	www devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/dotProject%20Version%20${PORTVERSION}
 
@@ -10,6 +11,8 @@ COMMENT=	Open Source Project Management 
 
 LICENSE=	GPLv2
 
+USES=		cpe shebangfix
+SHEBANG_FILES=	misc/cvs2cl/cvs2cl.pl
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
 USE_PHP=	gd mysql session zlib


More information about the svn-ports-all mailing list