svn commit: r393107 - head/sysutils/syslog-ng-incubator
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 28 21:21:50 UTC 2015
Author: amdmi3
Date: Tue Jul 28 21:21:49 2015
New Revision: 393107
URL: https://svnweb.freebsd.org/changeset/ports/393107
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/sysutils/syslog-ng-incubator/Makefile
Modified: head/sysutils/syslog-ng-incubator/Makefile
==============================================================================
--- head/sysutils/syslog-ng-incubator/Makefile Tue Jul 28 21:19:44 2015 (r393106)
+++ head/sysutils/syslog-ng-incubator/Makefile Tue Jul 28 21:21:49 2015 (r393107)
@@ -3,6 +3,7 @@
PORTNAME= syslog-ng-incubator
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/balabit/syslog-ng-incubator/releases/download/syslog-ng-incubator-${PORTVERSION}/
# http://packages.madhouse-project.org/syslog-ng/incubator/
@@ -18,7 +19,8 @@ MAKE_JOBS_UNSAFE= yes
LIB_DEPENDS= libevtlog.so:${PORTSDIR}/sysutils/eventlog \
libsyslog-ng-3.6.so.0:${PORTSDIR}/sysutils/syslog-ng
-USES= gmake pkgconfig pathfix bison lua tar:xz libtool
+USES= bison gmake libtool lua pathfix pkgconfig shebangfix tar:xz
+SHEBANG_FILES= scl/elasticsearch/es-bridge
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= glib20
More information about the svn-ports-all
mailing list