View | Details | Raw Unified | Return to bug 178320
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	cfengine
4
PORTNAME=	cfengine
5
PORTVERSION=	3.5.0a2
5
PORTVERSION=	3.5.0b1
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
PKGNAMESUFFIX=	-devel
8
PKGNAMESUFFIX=	-devel
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cfengine-3.5.0a2.tar.gz) = 39ab4e6237a52c8b41698f0ca0f0ecddcc4b722782eedab07ba359d6bd3c71fa
1
SHA256 (cfengine-3.5.0b1.tar.gz) = c85472e45a572a26617b5b17476d3cc7e541757928edcc89c6fe2e9e3f9adcb7
2
SIZE (cfengine-3.5.0a2.tar.gz) = 4767372
2
SIZE (cfengine-3.5.0b1.tar.gz) = 4774388
(-)files/patch-libutils-ip_address.c (-10 lines)
Lines 1-10 Link Here
1
--- libutils/ip_address.c.orig	2013-02-28 14:46:19.800950567 -0500
2
+++ libutils/ip_address.c	2013-02-28 14:46:32.928950862 -0500
3
@@ -25,6 +25,7 @@
4
 #include <stdint.h>
5
 #include <ctype.h>
6
 #include <sys/socket.h>
7
+#include <sys/types.h>
8
 #include <netinet/in.h>
9
 #include <netinet/ip.h>
10
 

Return to bug 178320