Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 01:44:04 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312039 - in head/sysutils: rsyslog6 rsyslog7
Message-ID:  <201302110144.r1B1i4W3094324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Mon Feb 11 01:44:03 2013
New Revision: 312039
URL: http://svnweb.freebsd.org/changeset/ports/312039

Log:
  - Remove trailing slash from devel/json-c LIB_DEPENDS origin
  
  Approved by:	brd (maintainer)

Modified:
  head/sysutils/rsyslog6/Makefile
  head/sysutils/rsyslog7/Makefile

Modified: head/sysutils/rsyslog6/Makefile
==============================================================================
--- head/sysutils/rsyslog6/Makefile	Mon Feb 11 01:29:16 2013	(r312038)
+++ head/sysutils/rsyslog6/Makefile	Mon Feb 11 01:44:03 2013	(r312039)
@@ -17,7 +17,7 @@ USE_LDCONFIG=	yes
 LIB_DEPENDS+=	ee:${PORTSDIR}/devel/libee \
 		estr:${PORTSDIR}/devel/libestr \
 		sysinfo:${PORTSDIR}/devel/libsysinfo \
-		json.0:${PORTSDIR}/devel/json-c/ \
+		json.0:${PORTSDIR}/devel/json-c \
 		uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 .ifdef MNAME

Modified: head/sysutils/rsyslog7/Makefile
==============================================================================
--- head/sysutils/rsyslog7/Makefile	Mon Feb 11 01:29:16 2013	(r312038)
+++ head/sysutils/rsyslog7/Makefile	Mon Feb 11 01:44:03 2013	(r312039)
@@ -14,7 +14,7 @@ USE_LDCONFIG=	yes
 LIB_DEPENDS+=	ee:${PORTSDIR}/devel/libee \
 		estr:${PORTSDIR}/devel/libestr \
 		sysinfo:${PORTSDIR}/devel/libsysinfo \
-		json.0:${PORTSDIR}/devel/json-c/ \
+		json.0:${PORTSDIR}/devel/json-c \
 		uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 PORTSCOUT=	limit:^6



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302110144.r1B1i4W3094324>