Date: Thu, 26 Nov 2015 15:24:08 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402454 - in head/sysutils: cfengine cfengine37 Message-ID: <201511261524.tAQFO8sG054569@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Thu Nov 26 15:24:08 2015 New Revision: 402454 URL: https://svnweb.freebsd.org/changeset/ports/402454 Log: Update to version 3.7.1 change CFENGINE_VERSION to 37 in the master port Approved by: cy@ (maintainer) Differential Revision: D4278 Modified: head/sysutils/cfengine/Makefile head/sysutils/cfengine37/Makefile head/sysutils/cfengine37/distinfo Modified: head/sysutils/cfengine/Makefile ============================================================================== --- head/sysutils/cfengine/Makefile Thu Nov 26 14:56:18 2015 (r402453) +++ head/sysutils/cfengine/Makefile Thu Nov 26 15:24:08 2015 (r402454) @@ -1,7 +1,7 @@ # $FreeBSD$ VERSIONS= 22 32 33 34 35 36 37 -CFENGINE_VERSION?= 36 +CFENGINE_VERSION?= 37 MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION} Modified: head/sysutils/cfengine37/Makefile ============================================================================== --- head/sysutils/cfengine37/Makefile Thu Nov 26 14:56:18 2015 (r402453) +++ head/sysutils/cfengine37/Makefile Thu Nov 26 15:24:08 2015 (r402454) @@ -2,12 +2,9 @@ # $FreeBSD$ PORTNAME= cfengine -PORTVERSION= 3.7.0 -PORTREVISION= 1 +PORTVERSION= 3.7.1 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ -DISTNAME= cfengine-3.7.0-2 -WRKSRC= ${WRKDIR}/cfengine-3.7.0 MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port @@ -31,7 +28,7 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -USES= autoreconf cpe gmake libtool shebangfix +USES= cpe gmake libtool shebangfix SHEBANG_FILES= examples/remake_outputs.pl CFLAGS+= -Wno-return-type CPPFLAGS+= -I${LOCALBASE}/include Modified: head/sysutils/cfengine37/distinfo ============================================================================== --- head/sysutils/cfengine37/distinfo Thu Nov 26 14:56:18 2015 (r402453) +++ head/sysutils/cfengine37/distinfo Thu Nov 26 15:24:08 2015 (r402454) @@ -1,2 +1,2 @@ -SHA256 (cfengine-3.7.0-2.tar.gz) = 53e3fcae50b14d29a7a86920e13586cafed4eb5e2d081597dc9a7e34393c7f77 -SIZE (cfengine-3.7.0-2.tar.gz) = 2087953 +SHA256 (cfengine-3.7.1.tar.gz) = 4ceec2657b30874dd80344b3af6152e68254aef44fe7fe10108a86a436b4b2c7 +SIZE (cfengine-3.7.1.tar.gz) = 2091324
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511261524.tAQFO8sG054569>