Date: Mon, 23 Jun 2014 09:31:56 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358911 - head/sysutils/syslog-ng-incubator Message-ID: <201406230931.s5N9VuXF023240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406230931.s5N9VuXF023240>