ports/63447: [MAINTAINER] sysutils/cfengine2: update to 2.1.3

Paul Dlug paul at aps.org
Fri Feb 27 15:40:12 UTC 2004


>Number:         63447
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/cfengine2: update to 2.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 27 07:40:12 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Paul Dlug
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lugnut.aps.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #6: Tue Feb 24 12:04:29 EST 2004
>Description:
- Update to 2.1.3
- Updated to use db41 instead of db4

(Please ignore previous submission, Makefile didn't have correct db41 dependency).

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- cfengine2-2.1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/cfengine2/Makefile /usr/home/paul/myports/sysutils/cfengine2/Makefile
--- /usr/ports/sysutils/cfengine2/Makefile	Mon Jan 26 17:59:52 2004
+++ /usr/home/paul/myports/sysutils/cfengine2/Makefile	Fri Feb 27 10:31:33 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cfengine2
-PORTVERSION=	2.1.1
+PORTVERSION=	2.1.3
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://ftp.iu.hio.no/pub/cfengine/ \
 		${MASTER_SITE_GNU}
@@ -16,7 +16,7 @@
 MAINTAINER=	paul at aps.org
 COMMENT=	A systems administration tool for networks
 
-LIB_DEPENDS=	db4:${PORTSDIR}/databases/db4
+LIB_DEPENDS=	db41:${PORTSDIR}/databases/db41
 
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
diff -ruN --exclude=CVS /usr/ports/sysutils/cfengine2/distinfo /usr/home/paul/myports/sysutils/cfengine2/distinfo
--- /usr/ports/sysutils/cfengine2/distinfo	Mon Jan 26 21:39:57 2004
+++ /usr/home/paul/myports/sysutils/cfengine2/distinfo	Wed Feb 11 11:18:12 2004
@@ -1 +1 @@
-MD5 (cfengine-2.1.1.tar.gz) = 71a91ec5283b45313b78fe00f8d1e042 
+MD5 (cfengine-2.1.3.tar.gz) = 54cc5ac220c16ad636fb94a950d8e83a
diff -ruN --exclude=CVS /usr/ports/sysutils/cfengine2/files/patch-doc_Makefile.in /usr/home/paul/myports/sysutils/cfengine2/files/patch-doc_Makefile.in
--- /usr/ports/sysutils/cfengine2/files/patch-doc_Makefile.in	Mon Jan 26 17:59:52 2004
+++ /usr/home/paul/myports/sysutils/cfengine2/files/patch-doc_Makefile.in	Thu Feb 26 17:46:44 2004
@@ -1,9 +1,18 @@
---- doc/Makefile.in.orig	Sun Jan 11 17:16:59 2004
-+++ doc/Makefile.in	Tue Jan 27 01:31:55 2004
-@@ -146,10 +146,10 @@
- 
+--- doc/Makefile.in.orig	Mon Feb  9 16:17:57 2004
++++ doc/Makefile.in	Thu Feb 26 17:46:02 2004
+@@ -70,7 +70,7 @@
+ docDATA_INSTALL = $(INSTALL_DATA)
+ htmlDATA_INSTALL = $(INSTALL_DATA)
+ psDATA_INSTALL = $(INSTALL_DATA)
+-DATA = $(doc_DATA) $(html_DATA) $(ps_DATA)
++DATA = $(doc_DATA) $(html_DATA)
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+@@ -182,10 +182,10 @@
+ target_vendor = @target_vendor@
+ man_MANS = cfengine.8 cfagent.8  cfenvd.8  cfenvgraph.8  cfexecd.8  cfkey.8  cfrun.8  cfservd.8
  info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo cfengine-Anomalies.texinfo
- 
 -docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
 +docdir = $(prefix)/share/doc/cfengine2
  doc_DATA = 
@@ -13,12 +22,30 @@
  htmlfiles = cfengine-Reference.html cfengine-Tutorial.html cfengine-Anomalies.html
  html_DATA = $(htmlfiles)
  
-@@ -161,7 +161,7 @@
+@@ -196,7 +196,7 @@
+ # When the Texi2DVI problem with cfengine-Reference is corrected, 
  # then uncomment the reference to ps2
- psfiles = $(ps1)	# $(ps2)
- 
+ psfiles = $(ps2)
 -psdir = $(pkgdatadir)/doc
 +psdir = $(docdir)
  ps_DATA = $(psfiles)
+ MAKEINFOHTML = $(MAKEINFO) --html --no-split
+ 
+@@ -708,7 +708,7 @@
+ info-am: $(INFO_DEPS)
+ 
+ install-data-am: install-docDATA install-htmlDATA install-info-am \
+-	install-man install-psDATA
++	install-man 
+ 
+ install-exec-am:
+ 
+@@ -768,7 +768,7 @@
+ ps-am: $(PSS)
+ 
+ uninstall-am: uninstall-docDATA uninstall-htmlDATA uninstall-info-am \
+-	uninstall-man uninstall-psDATA
++	uninstall-man
+ 
+ uninstall-man: uninstall-man8
  
- # Make sure these get distributed with everything else.
diff -ruN --exclude=CVS /usr/ports/sysutils/cfengine2/files/patch-filedir /usr/home/paul/myports/sysutils/cfengine2/files/patch-filedir
--- /usr/ports/sysutils/cfengine2/files/patch-filedir	Mon Jan 26 17:59:52 2004
+++ /usr/home/paul/myports/sysutils/cfengine2/files/patch-filedir	Wed Dec 31 19:00:00 1969
@@ -1,11 +0,0 @@
---- src/filedir.c.orig	Mon Jan 19 19:22:26 2004
-+++ src/filedir.c	Mon Jan 19 19:22:39 2004
-@@ -554,7 +554,7 @@
-    return;
-    }
- #else
--if (((newperm & 07777) == (dstat->st_mode & 07777) && (action != touch))    /* file okay */
-+if (((newperm & 07777) == (dstat->st_mode & 07777) && (action != touch)))    /* file okay */
-    {
-    Debug("File okay, newperm = %o, stat = %o\n",(newperm & 07777),(dstat->st_mode & 07777));
-    fixmode = false;
diff -ruN --exclude=CVS /usr/ports/sysutils/cfengine2/files/patch-inputs_Makefile.in /usr/home/paul/myports/sysutils/cfengine2/files/patch-inputs_Makefile.in
--- /usr/ports/sysutils/cfengine2/files/patch-inputs_Makefile.in	Mon Jan 26 17:59:52 2004
+++ /usr/home/paul/myports/sysutils/cfengine2/files/patch-inputs_Makefile.in	Wed Feb 11 11:21:23 2004
@@ -1,6 +1,6 @@
 --- inputs/Makefile.in.orig	Tue Jan 27 01:33:35 2004
 +++ inputs/Makefile.in	Tue Jan 27 01:34:11 2004
-@@ -17,7 +17,7 @@
+@@ -20,7 +20,7 @@
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
--- cfengine2-2.1.3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list