Date: Tue, 28 Jul 2015 21:21:50 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393107 - head/sysutils/syslog-ng-incubator Message-ID: <201507282121.t6SLLoI9039750@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507282121.t6SLLoI9039750>