svn commit: r386888 - in head/www/dtse: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 20 20:26:16 UTC 2015


Author: amdmi3
Date: Wed May 20 20:26:14 2015
New Revision: 386888
URL: https://svnweb.freebsd.org/changeset/ports/386888

Log:
  - Fix shebangs
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Deleted:
  head/www/dtse/files/patch-search.cgi.in
Modified:
  head/www/dtse/Makefile
  head/www/dtse/pkg-plist

Modified: head/www/dtse/Makefile
==============================================================================
--- head/www/dtse/Makefile	Wed May 20 20:09:54 2015	(r386887)
+++ head/www/dtse/Makefile	Wed May 20 20:26:14 2015	(r386888)
@@ -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: head/www/dtse/pkg-plist
==============================================================================
--- head/www/dtse/pkg-plist	Wed May 20 20:09:54 2015	(r386887)
+++ head/www/dtse/pkg-plist	Wed May 20 20:26:14 2015	(r386888)
@@ -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-all mailing list