svn commit: r393110 - branches/2015Q3/sysutils/syslog-ng-incubator03

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 21:27:39 UTC 2015


Author: amdmi3
Date: Tue Jul 28 21:27:38 2015
New Revision: 393110
URL: https://svnweb.freebsd.org/changeset/ports/393110

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

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

Modified: branches/2015Q3/sysutils/syslog-ng-incubator03/Makefile
==============================================================================
--- branches/2015Q3/sysutils/syslog-ng-incubator03/Makefile	Tue Jul 28 21:25:51 2015	(r393109)
+++ branches/2015Q3/sysutils/syslog-ng-incubator03/Makefile	Tue Jul 28 21:27:38 2015	(r393110)
@@ -3,10 +3,11 @@
 
 PORTNAME=	syslog-ng-incubator
 PORTVERSION=	0.3.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://packages.madhouse-project.org/syslog-ng/incubator/
 DISTFILES=	syslog-ng-incubator-${PORTVERSION}.tar.xz
-PKGNAMESUFFIX=03
+PKGNAMESUFFIX=	03
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The syslog-ng module incubator
@@ -18,7 +19,8 @@ MAKE_JOBS_UNSAFE=	yes
 LIB_DEPENDS=	libevtlog.so:${PORTSDIR}/sysutils/eventlog \
 		libsyslog-ng-3.5.6.so:${PORTSDIR}/sysutils/syslog-ng35
 
-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