svn commit: r388349 - in branches/2015Q2/www/dtse: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 13:01:42 UTC 2015


Author: amdmi3
Date: Tue Jun  2 13:01:41 2015
New Revision: 388349
URL: https://svnweb.freebsd.org/changeset/ports/388349

Log:
  MFH: r386888
  
  - Fix shebangs
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Deleted:
  branches/2015Q2/www/dtse/files/patch-search.cgi.in
Modified:
  branches/2015Q2/www/dtse/Makefile
  branches/2015Q2/www/dtse/pkg-plist
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/dtse/Makefile
==============================================================================
--- branches/2015Q2/www/dtse/Makefile	Tue Jun  2 13:01:29 2015	(r388348)
+++ branches/2015Q2/www/dtse/Makefile	Tue Jun  2 13:01:41 2015	(r388349)
@@ -3,6 +3,7 @@
 
 PORTNAME=	dtse
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	http://apt.douglasthrift.net/files/${PORTNAME}/ \
 		http://code.douglasthrift.net/files/${PORTNAME}/
@@ -20,7 +21,9 @@ USE_OPENSSL=	yes
 CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
 .endif
 
-USES=		gmake perl5 tar:bzip2
+USES=		gmake perl5 shebangfix tar:bzip2
+SHEBANG_FILES=	search.cgi.in
+perl_OLD_CMD=	@which_perl@
 USE_AUTOTOOLS=	aclocal:env automake:env autoconf:env
 
 HAS_CONFIGURE=	yes

Modified: branches/2015Q2/www/dtse/pkg-plist
==============================================================================
--- branches/2015Q2/www/dtse/pkg-plist	Tue Jun  2 13:01:29 2015	(r388348)
+++ branches/2015Q2/www/dtse/pkg-plist	Tue Jun  2 13:01:41 2015	(r388349)
@@ -11,7 +11,3 @@ dtse/data/body.html
 dtse/data/footer.html
 dtse/data/notfound.html
 dtse/data/pages.html
- at dirrm dtse/bin
- at dirrm dtse/http
- at dirrm dtse/data
- at dirrm dtse


More information about the svn-ports-branches mailing list