svn commit: r389187 - head/net/prosearch

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 11 10:17:30 UTC 2015


Author: amdmi3
Date: Thu Jun 11 10:17:29 2015
New Revision: 389187
URL: https://svnweb.freebsd.org/changeset/ports/389187

Log:
  - Add LICENSE
  - Fix shebangs
  - Add NO_ARCH
  
  MFH:		2015Q2

Modified:
  head/net/prosearch/Makefile

Modified: head/net/prosearch/Makefile
==============================================================================
--- head/net/prosearch/Makefile	Thu Jun 11 10:17:24 2015	(r389186)
+++ head/net/prosearch/Makefile	Thu Jun 11 10:17:29 2015	(r389187)
@@ -2,17 +2,23 @@
 
 PORTNAME=	prosearch
 PORTVERSION=	0.19.4
+PORTREVISION=	1
 CATEGORIES=	net www
 MASTER_SITES=	http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Powerful file search
 
-USES=		perl5 tar:bzip2
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		perl5 shebangfix tar:bzip2
 USE_PERL5=	run
+SHEBANG_FILES=	crawler.pl web/index.cgi web/index.fcgi
 SUB_FILES=	pkg-message
 SUB_LIST=	SEARCHDIR=${SEARCHDIR}
 NO_BUILD=	yes
+NO_ARCH=	yes
 SEARCHDIR?=	www/search
 PLIST_SUB+=	SEARCHDIR=${SEARCHDIR} WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 


More information about the svn-ports-all mailing list