svn commit: r393108 - branches/2015Q3/sysutils/syslog-ng-incubator

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 21:24:34 UTC 2015


Author: amdmi3
Date: Tue Jul 28 21:24:32 2015
New Revision: 393108
URL: https://svnweb.freebsd.org/changeset/ports/393108

Log:
  MFH: r393107
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/sysutils/syslog-ng-incubator/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/sysutils/syslog-ng-incubator/Makefile
==============================================================================
--- branches/2015Q3/sysutils/syslog-ng-incubator/Makefile	Tue Jul 28 21:21:49 2015	(r393107)
+++ branches/2015Q3/sysutils/syslog-ng-incubator/Makefile	Tue Jul 28 21:24:32 2015	(r393108)
@@ -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-branches mailing list