Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2014 13:24:40 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367337 - head/sysutils/cfengine35
Message-ID:  <201409051324.s85DOeoT012216@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Sep  5 13:24:39 2014
New Revision: 367337
URL: http://svnweb.freebsd.org/changeset/ports/367337
QAT: https://qat.redports.org/buildarchive/r367337/

Log:
  - Don't overwrite USES
  - Add INSTALL_TARGET=install-strip

Modified:
  head/sysutils/cfengine35/Makefile
  head/sysutils/cfengine35/pkg-plist

Modified: head/sysutils/cfengine35/Makefile
==============================================================================
--- head/sysutils/cfengine35/Makefile	Fri Sep  5 12:51:13 2014	(r367336)
+++ head/sysutils/cfengine35/Makefile	Fri Sep  5 13:24:39 2014	(r367337)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cfengine
 PORTVERSION=	3.5.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils
 MASTER_SITES=	https://s3.amazonaws.com/cfengine.package-repos/tarballs/
 
@@ -13,9 +13,10 @@ COMMENT=	Systems administration tool for
 
 LICENSE=	GPLv3
 
+LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
+
 .if !defined(MASTERDIR)
 PKGNAMESUFFIX=	35
-LATEST_LINK=	cfengine35
 .endif
 
 FETCH_BEFORE_ARGS=	-o ${DISTDIR}/${DISTFILES}
@@ -24,11 +25,10 @@ CONFLICTS=	cfengine-[234]*
 
 USE_RC_SUBR=	cf-execd cf-serverd cf-monitord
 
-USES=		libtool
+USES=		gmake libtool
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USES=		gmake
 CFLAGS+=	-Wno-return-type
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
@@ -40,8 +40,7 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
 		--with-workdir=/var/cfengine \
 		--with-pcre=${LOCALBASE} \
 		--enable-fhs
-
-LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	PGSQL MYSQL LIBVIRT
 OPTIONS_SINGLE=	DB

Modified: head/sysutils/cfengine35/pkg-plist
==============================================================================
--- head/sysutils/cfengine35/pkg-plist	Fri Sep  5 12:51:13 2014	(r367336)
+++ head/sysutils/cfengine35/pkg-plist	Fri Sep  5 13:24:39 2014	(r367337)
@@ -1,6 +1,6 @@
-libexec/cfengine/libpromises.la
 libexec/cfengine/libpromises.so
 libexec/cfengine/libpromises.so.3
+libexec/cfengine/libpromises.so.3.0.5
 sbin/cf-agent
 sbin/cf-execd
 sbin/cf-key



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