svn commit: r380471 - head/www/swish++
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Mar 5 02:59:03 UTC 2015
Author: amdmi3
Date: Thu Mar 5 02:59:01 2015
New Revision: 380471
URL: https://svnweb.freebsd.org/changeset/ports/380471
QAT: https://qat.redports.org/buildarchive/r380471/
Log:
- Add LICENSE
- Fix shebangs
MFH: 2015Q1
Modified:
head/www/swish++/Makefile
Modified: head/www/swish++/Makefile
==============================================================================
--- head/www/swish++/Makefile Thu Mar 5 02:32:08 2015 (r380470)
+++ head/www/swish++/Makefile Thu Mar 5 02:59:01 2015 (r380471)
@@ -3,16 +3,21 @@
PORTNAME= swish++
PORTVERSION= 6.1.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www textproc
MASTER_SITES= SF/swishplusplus/swishplusplus/${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Simple Web Indexing System for Humans: C++ version
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/Copying
+
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
-USES= gmake perl5
+USES= gmake perl5 shebangfix
+SHEBANG_FILES= scripts/searchc.in scripts/splitmail.in scripts/httpindex.in
+perl_OLD_CMD= %%PERL%%
MAKEFILE= GNUmakefile
MAKE_ENV= PERL="${PERL}"
More information about the svn-ports-all
mailing list