svn commit: r358911 - head/sysutils/syslog-ng-incubator

Rene Ladan rene at FreeBSD.org
Mon Jun 23 09:31:56 UTC 2014


Author: rene
Date: Mon Jun 23 09:31:55 2014
New Revision: 358911
URL: http://svnweb.freebsd.org/changeset/ports/358911
QAT: https://qat.redports.org/buildarchive/r358911/

Log:
  sysutils/syslog-ng-incubator: depend on sysutils/syslog-ng instead of expired
  sysutils/syslog-ng-devel
  
  While here fix order of Makefile variables.
  PR:		191288
  Submitted by:	myself
  Approved by:	maintainer (cy, implicit)

Modified:
  head/sysutils/syslog-ng-incubator/Makefile

Modified: head/sysutils/syslog-ng-incubator/Makefile
==============================================================================
--- head/sysutils/syslog-ng-incubator/Makefile	Mon Jun 23 09:26:46 2014	(r358910)
+++ head/sysutils/syslog-ng-incubator/Makefile	Mon Jun 23 09:31:55 2014	(r358911)
@@ -4,8 +4,8 @@
 PORTNAME=	syslog-ng-incubator
 PORTVERSION=	0.2.1
 CATEGORIES=	sysutils
-DISTFILES=	syslog-ng-incubator-${PORTVERSION}.tar.xz
 MASTER_SITES=	http://packages.madhouse-project.org/syslog-ng/incubator/
+DISTFILES=	syslog-ng-incubator-${PORTVERSION}.tar.xz
 
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The syslog-ng module incubator
@@ -15,7 +15,7 @@ WRKSRC=		$(WRKDIR)/$(PORTNAME)-$(PORTVER
 MAKE_JOBS_UNSAFE=	yes
 
 LIB_DEPENDS=	libevtlog.so:${PORTSDIR}/sysutils/eventlog
-LIB_DEPENDS=	libsyslog-ng-3.5.4.1.so:${PORTSDIR}/sysutils/syslog-ng-devel
+LIB_DEPENDS=	libsyslog-ng-3.5.4.1.so:${PORTSDIR}/sysutils/syslog-ng
 
 USES=		gmake pkgconfig pathfix bison lua tar:xz
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list