Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 19:08:18 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317233 - in head/sysutils/cfengine-devel: . files
Message-ID:  <201305031908.r43J8I6n094248@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Fri May  3 19:08:18 2013
New Revision: 317233
URL: http://svnweb.freebsd.org/changeset/ports/317233

Log:
  Update 3.5.0a2 --> 3.5.0b1
  
  PR:		178320
  Submitted by:	skreuzer

Modified:
  head/sysutils/cfengine-devel/Makefile
  head/sysutils/cfengine-devel/distinfo
  head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c

Modified: head/sysutils/cfengine-devel/Makefile
==============================================================================
--- head/sysutils/cfengine-devel/Makefile	Fri May  3 19:05:17 2013	(r317232)
+++ head/sysutils/cfengine-devel/Makefile	Fri May  3 19:08:18 2013	(r317233)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cfengine
-PORTVERSION=	3.5.0a2
+PORTVERSION=	3.5.0b1
 PORTEPOCH=	1
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-devel
@@ -34,7 +34,7 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
 		--with-pcre=${LOCALBASE} \
 		--enable-fhs
 
-LIB_DEPENDS+=	pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
 
 OPTIONS_DEFINE=	PGSQL MYSQL LIBVIRT
 OPTIONS_SINGLE=	DB

Modified: head/sysutils/cfengine-devel/distinfo
==============================================================================
--- head/sysutils/cfengine-devel/distinfo	Fri May  3 19:05:17 2013	(r317232)
+++ head/sysutils/cfengine-devel/distinfo	Fri May  3 19:08:18 2013	(r317233)
@@ -1,2 +1,2 @@
-SHA256 (cfengine-3.5.0a2.tar.gz) = 39ab4e6237a52c8b41698f0ca0f0ecddcc4b722782eedab07ba359d6bd3c71fa
-SIZE (cfengine-3.5.0a2.tar.gz) = 4767372
+SHA256 (cfengine-3.5.0b1.tar.gz) = c85472e45a572a26617b5b17476d3cc7e541757928edcc89c6fe2e9e3f9adcb7
+SIZE (cfengine-3.5.0b1.tar.gz) = 4774388

Modified: head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c
==============================================================================
--- head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c	Fri May  3 19:05:17 2013	(r317232)
+++ head/sysutils/cfengine-devel/files/patch-libutils-ip_address.c	Fri May  3 19:08:18 2013	(r317233)
@@ -1,10 +0,0 @@
---- libutils/ip_address.c.orig	2013-02-28 14:46:19.800950567 -0500
-+++ libutils/ip_address.c	2013-02-28 14:46:32.928950862 -0500
-@@ -25,6 +25,7 @@
- #include <stdint.h>
- #include <ctype.h>
- #include <sys/socket.h>
-+#include <sys/types.h>
- #include <netinet/in.h>
- #include <netinet/ip.h>
- 



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