svn commit: r389916 - head/irc/thales
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 17 12:56:21 UTC 2015
Author: amdmi3
Date: Wed Jun 17 12:56:20 2015
New Revision: 389916
URL: https://svnweb.freebsd.org/changeset/ports/389916
Log:
- Add LICENSE
- Fix shebangs
Modified:
head/irc/thales/Makefile
Modified: head/irc/thales/Makefile
==============================================================================
--- head/irc/thales/Makefile Wed Jun 17 12:56:07 2015 (r389915)
+++ head/irc/thales/Makefile Wed Jun 17 12:56:20 2015 (r389916)
@@ -3,15 +3,19 @@
PORTNAME= thales
PORTVERSION= 1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= irc
MASTER_SITES= GNU
MAINTAINER= ports at FreeBSD.org
COMMENT= GNU Thales -- An IRC to MySQL gateway
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake shebangfix
+SHEBANG_FILES= examples/MRTG/thalesinfo.pl
USE_MYSQL= yes
USE_RC_SUBR= thales
More information about the svn-ports-all
mailing list