1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Update 3.5.0a2 --> 3.5.0b1

PR:		178320
Submitted by:	skreuzer
This commit is contained in:
Cy Schubert 2013-05-03 19:08:18 +00:00
parent cb6d21f4ef
commit 53e8a6c780
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317233
3 changed files with 4 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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>