ports/117032: update cfengine port to 2.2.2

Jo Rhett jrhett at svcolo.com
Tue Oct 9 01:30:03 UTC 2007


>Number:         117032
>Category:       ports
>Synopsis:       update cfengine port to 2.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 09 01:30:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jo Rhett
>Release:        6.2-RELEASE
>Organization:
Silicon Valley Colocation
>Environment:
FreeBSD wort 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:41:06 UTC 2007     root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
The attached patch updates the cfengine port to 2.2.2.  This is a bug fix release with improved logging for package management.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	Fri Oct  5 10:36:50 2007
+++ Makefile	Mon Oct  8 18:31:49 2007
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	cfengine
-PORTVERSION=	2.2.1
+PORTVERSION=	2.2.2
 CATEGORIES=	sysutils
-MASTER_SITES=	ftp://ftp.iu.hio.no/pub/cfengine/ \
+MASTER_SITES=	http://www.cfengine.org/downloads/ \
+		ftp://ftp.iu.hio.no/pub/cfengine/ \
 		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
--- distinfo.orig	Fri Oct  5 10:36:58 2007
+++ distinfo	Fri Oct  5 10:45:49 2007
@@ -1,3 +1,3 @@
-SHA256 (cfengine-2.2.1.tar.gz) = ad820f08dc0883eaceae58eafa043d7638d117825496abb289228746132bafea
-MD5 (cfengine-2.2.1.tar.gz) = 27764b352e835eeb648052ee01140953
-SIZE (cfengine-2.2.1.tar.gz) = 3715232
+SHA256 (cfengine-2.2.2.tar.gz) = 230b6477833a4e675b3f0e8b36959f2851905d8229e0404c5220e0015713827d
+MD5 (cfengine-2.2.2.tar.gz) = fea71c568b251075924beb77469685f9
+SIZE (cfengine-2.2.2.tar.gz) = 3922333
--- files/patch-configure.orig	Fri Oct  5 10:46:35 2007
+++ files/patch-configure	Fri Oct  5 10:47:06 2007
@@ -1,14 +1,5 @@
 --- configure.orig	Wed Sep 20 10:27:07 2006
 +++ configure	Thu Dec 14 18:00:21 2006
-@@ -8539,7 +8539,7 @@
-         done
- 
-         BERKELEY_DB_LIB="-ldb"
--        for v in db4.4 db44 db41 db40 db4 db33 db32 db3 db; do
-+        for v in db-4.4 db4.4 db44 db-4.3 db-4.2 db41 db40 db4 db33 db32 db3 db; do
-             if test -f "$BERKELEY_DB_DIR/lib/lib$v.so"; then
-                 BERKELEY_DB_LIB="-l$v"
- 		break
 @@ -15998,7 +15998,7 @@
  
  


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list