Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2004 15:00:30 GMT
From:      Michael Ranner <mranner@inode.at>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/70301: Update sysutils/cfengine2 to 2.1.9
Message-ID:  <200408151500.i7FF0UpI089314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70301; it has been noted by GNATS.

From: Michael Ranner <mranner@inode.at>
To: freebsd-gnats-submit@FreeBSD.org, acidos@bandwidth-junkies.net
Cc: paul@aps.org, sem@FreeBSD.org
Subject: Re: ports/70301: Update sysutils/cfengine2 to 2.1.9
Date: Sun, 15 Aug 2004 16:57:58 +0200

 There are more necessary changes not only bumping PORTVERSION and make 
 makesum:
 
 diff -crN cfengine2/Makefile cfengine2.update/Makefile
 *** cfengine2/Makefile	Sun May  2 17:21:02 2004
 --- cfengine2.update/Makefile	Sun Aug 15 16:53:10 2004
 ***************
 *** 6,12 ****
   #
   
   PORTNAME=	cfengine2
 ! PORTVERSION=	2.1.5
   CATEGORIES=	sysutils
   MASTER_SITES=	ftp://ftp.iu.hio.no/pub/cfengine/ \
   		${MASTER_SITE_GNU}
 --- 6,12 ----
   #
   
   PORTNAME=	cfengine2
 ! PORTVERSION=	2.1.9
   CATEGORIES=	sysutils
   MASTER_SITES=	ftp://ftp.iu.hio.no/pub/cfengine/ \
   		${MASTER_SITE_GNU}
 ***************
 *** 21,27 ****
   USE_OPENSSL=	yes
   GNU_CONFIGURE=	yes
   CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 ! CONFIGURE_ARGS=	--with-berkeleydb=${LOCALBASE}
   
   INFO=		cfengine-Anomalies cfengine-Reference cfengine-Tutorial
   MAN8=		cfengine.8 cfagent.8 cfenvd.8 cfenvgraph.8 cfexecd.8 cfkey.8 \
 --- 21,27 ----
   USE_OPENSSL=	yes
   GNU_CONFIGURE=	yes
   CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 ! CONFIGURE_ARGS=	--with-berkeleydb=${LOCALBASE} --with-docs
   
   INFO=		cfengine-Anomalies cfengine-Reference cfengine-Tutorial
   MAN8=		cfengine.8 cfagent.8 cfenvd.8 cfenvgraph.8 cfexecd.8 cfkey.8 \
 diff -crN cfengine2/distinfo cfengine2.update/distinfo
 *** cfengine2/distinfo	Sun May  2 17:21:02 2004
 --- cfengine2.update/distinfo	Sun Aug 15 16:53:10 2004
 ***************
 *** 1,2 ****
 ! MD5 (cfengine-2.1.5.tar.gz) = 0c7c15d646defe23123708ee836b4040
 ! SIZE (cfengine-2.1.5.tar.gz) = 1852357
 --- 1,2 ----
 ! MD5 (cfengine-2.1.9.tar.gz) = 421ac1ba0fd9cbe0384f1b0eded1afd8
 ! SIZE (cfengine-2.1.9.tar.gz) = 3099090
 diff -crN cfengine2/files/patch-doc_Makefile.in 
 cfengine2.update/files/patch-doc_Makefile.in
 *** cfengine2/files/patch-doc_Makefile.in	Fri Mar  5 23:08:23 2004
 --- cfengine2.update/files/patch-doc_Makefile.in	Sun Aug 15 16:53:05 2004
 ***************
 *** 1,5 ****
 ! --- 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)
 --- 1,5 ----
 ! --- doc/Makefile.in.orig	Mon Aug  9 19:27:42 2004
 ! +++ doc/Makefile.in	Sun Aug 15 16:30:38 2004
   @@ -70,7 +70,7 @@
    docDATA_INSTALL = $(INSTALL_DATA)
    htmlDATA_INSTALL = $(INSTALL_DATA)
 ***************
 *** 9,37 ****
    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 = 
    # Info used in building and installing HTML files
   -htmldir = $(pkgdatadir)/html
   +htmldir = $(docdir)
    htmlfiles = cfengine-Reference.html cfengine-Tutorial.html 
 cfengine-Anomalies.html
    html_DATA = $(htmlfiles)
    
 ! @@ -196,7 +196,7 @@
 !  # When the Texi2DVI problem with cfengine-Reference is corrected, 
 !  # then uncomment the reference to 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 \
 --- 9,37 ----
    DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    ACLOCAL = @ACLOCAL@
    AMDEP_FALSE = @AMDEP_FALSE@
 ! @@ -184,18 +184,18 @@
    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 = 
 +  
    # Info used in building and installing HTML files
   -htmldir = $(pkgdatadir)/html
   +htmldir = $(docdir)
    htmlfiles = cfengine-Reference.html cfengine-Tutorial.html 
 cfengine-Anomalies.html
    html_DATA = $(htmlfiles)
    
 !  # Info used in building and installing Postscript files
 !  psfiles = cfengine-Tutorial.ps cfengine-Reference.ps cfengine-Anomalies.ps
 !  pdffiles = cfengine-Tutorial.pdf cfengine-Reference.pdf 
 cfengine-Anomalies.pdf
   -psdir = $(pkgdatadir)/doc
   +psdir = $(docdir)
 !  ps_DATA = $(psfiles) $(pdffiles)
    MAKEINFOHTML = $(MAKEINFO) --html --no-split
    
 ! @@ -709,7 +709,7 @@
    info-am: $(INFO_DEPS)
    
    install-data-am: install-docDATA install-htmlDATA install-info-am \
 ***************
 *** 40,46 ****
    
    install-exec-am:
    
 ! @@ -768,7 +768,7 @@
    ps-am: $(PSS)
    
    uninstall-am: uninstall-docDATA uninstall-htmlDATA uninstall-info-am \
 --- 40,46 ----
    
    install-exec-am:
    
 ! @@ -769,7 +769,7 @@
    ps-am: $(PSS)
    
    uninstall-am: uninstall-docDATA uninstall-htmlDATA uninstall-info-am \



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