ports/65792: Minor feature release

Urchin Software freebsd at urchin.com
Mon Apr 19 22:40:08 UTC 2004


>Number:         65792
>Category:       ports
>Synopsis:       Minor feature release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 19 15:40:08 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Doug Silver
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Urchin Software Corporation
>Environment:
System: FreeBSD mail.urchin.com 4.9-STABLE FreeBSD 4.9-STABLE #2: Tue Mar 2 14:00:52 PST 2004 i386


>Description:
	Feature release from Urchin 5.501 to Urchin 5.600
>How-To-Repeat:
	n/a
>Fix:

	Please update the following files using diff outputs

--- urchin56.diffs begins here ---
--- Makefile.old	Wed Mar  3 14:05:35 2004
+++ Makefile	Mon Apr 19 15:26:48 2004
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	urchin
-PORTVERSION=	5.501
+PORTVERSION=	5.600
 CATEGORIES=	www
 MASTER_SITES=	ftp://ftp.urchin.com/pub/urchin5/
-DISTNAME=	urchin5501_freebsd4x
+DISTNAME=	urchin5600_freebsd4x
 
 MAINTAINER=	freebsd at urchin.com
 COMMENT=	The most powerful web traffic analysis program available

--- distinfo.old	Wed Mar  3 14:03:17 2004
+++ distinfo	Mon Apr 19 11:44:12 2004
@@ -1 +1 @@
-MD5 (urchin5501_freebsd4x.tar.gz) = 84179aa712a3c18c97e1e47dcade5213
+MD5 (urchin5600_freebsd4x.tar.gz) = 531440f19f8eae858545113335719c5a

--- install.sh.old	Tue Oct 28 10:07:53 2003
+++ install.sh	Mon Apr 19 14:43:27 2004
@@ -995,7 +995,7 @@
    "$GUNZIP" -c "$DIST" | (cd "$INSTALLDIR"; tar xf - bin doc etc htdocs lib util)
    "$GUNZIP" -c "$DIST" | (cd "$INSTALLERDIR/tmp.$NOW.$$"; tar xf - data var)
    cd "$INSTALLERDIR/tmp.$NOW.$$/data"
-   tar cf - cache conf geodata history logs reports session | (cd "$INSTALLERDIR"; cd "$INSTALLDATADIR"; tar xf -)
+   tar cf - admin cache conf geodata history logs reports session | (cd "$INSTALLERDIR"; cd "$INSTALLDATADIR"; tar xf -)
    cd "$INSTALLERDIR/tmp.$NOW.$$/var"
    tar cf - * | (cd "$INSTALLERDIR"; cd "$INSTALLVARDIR"; tar xf -)
    cd "$INSTALLERDIR"

--- pkg-plist.old	Wed Mar  3 14:03:18 2004
+++ pkg-plist	Mon Apr 19 14:52:48 2004
@@ -349,6 +349,7 @@
 urchin/lib/admin/templates/form_auto1.tpl
 urchin/lib/admin/templates/form_auto2.tpl
 urchin/lib/admin/templates/form_browser.tpl
+urchin/lib/admin/templates/form_ctmpending.tpl
 urchin/lib/admin/templates/form_dbrowser.tpl
 urchin/lib/admin/templates/form_filter1.tpl
 urchin/lib/admin/templates/form_filter2.tpl
@@ -453,6 +454,7 @@
 urchin/lib/admin/templates/wizard_profile2.tpl
 urchin/lib/admin/templates/wizard_profile3.tpl
 urchin/lib/admin/templates/wizard_profile4.tpl
+urchin/lib/admin/templates/wizard_profilectm.tpl
 urchin/lib/admin/templates/wizard_profiled1.tpl
 urchin/lib/admin/templates/wizard_profiled2.tpl
 urchin/lib/admin/templates/wizard_settings1.tpl
@@ -473,9 +475,11 @@
 urchin/lib/admin/views/view_s2.vw
 urchin/lib/custom/cobrands/cobrand_admin.tpl.sample
 urchin/lib/custom/cobrands/cobrand_report.tpl.sample
+urchin/lib/custom/cobrands/cobrand_session.tpl.sample
 urchin/lib/custom/languages/en.txt.sample
 urchin/lib/custom/logformats/custom.lf.sample
 urchin/lib/custom/logformats/fieldlist.txt.sample
+urchin/lib/custom/lookuptables/campaign.lt.sample
 urchin/lib/custom/profiletypes/Campaign_Website/All_Reports.rs.sample
 urchin/lib/custom/profiletypes/Campaign_with_E-Commerce_Website/All_Reports.rs.sample
 urchin/lib/custom/profiletypes/E-Commerce_Website/All_Reports.rs.sample
@@ -495,6 +499,7 @@
 urchin/lib/reporting/languages/sw.db
 urchin/lib/reporting/languages/sw.txt
 urchin/lib/reporting/logformats/auto.lf
+urchin/lib/reporting/logformats/campaign.lf
 urchin/lib/reporting/logformats/elf.lf
 urchin/lib/reporting/logformats/elf2.lf
 urchin/lib/reporting/logformats/fieldlist.txt
@@ -503,6 +508,7 @@
 urchin/lib/reporting/logformats/netscape.lf
 urchin/lib/reporting/logformats/overture.lf
 urchin/lib/reporting/logformats/w3c.lf
+urchin/lib/reporting/lookuptables/phone_models.lt
 urchin/lib/reporting/profiletypes/Campaign_Website/Basic_All.rs
 urchin/lib/reporting/profiletypes/Campaign_Website/Basic_IT.rs
 urchin/lib/reporting/profiletypes/Campaign_Website/Basic_Lite.rs
@@ -612,6 +618,7 @@
 urchin/var/urchinwebd.conf
 urchin/var/urchinwebd.conf.template
 @dirrm urchin/bin
+ at unexec rmdir %D/urchin/data/admin 2>/dev/null || true
 @unexec rm -rf %D/urchin/data/cache 2>/dev/null
 @unexec rmdir %D/urchin/data/history 2>/dev/null || true
 @unexec rmdir %D/urchin/data/logs 2>/dev/null || true
@@ -634,6 +641,7 @@
 @unexec rmdir %D/urchin/lib/custom/cobrands 2>/dev/null || true
 @unexec rmdir %D/urchin/lib/custom/languages 2>/dev/null || true
 @unexec rmdir %D/urchin/lib/custom/logformats 2>/dev/null || true
+ at unexec rmdir %D/urchin/lib/custom/lookuptables 2>/dev/null || true
 @unexec rmdir %D/urchin/lib/custom/profiletypes/Campaign_Website 2>/dev/null || true
 @unexec rmdir %D/urchin/lib/custom/profiletypes/Campaign_with_E-Commerce_Website 2>/dev/null || true
 @unexec rmdir %D/urchin/lib/custom/profiletypes/E-Commerce_Website 2>/dev/null || true
@@ -642,6 +650,7 @@
 @unexec rmdir %D/urchin/lib/custom 2>/dev/null || true
 @dirrm urchin/lib/reporting/languages
 @dirrm urchin/lib/reporting/logformats
+ at dirrm urchin/lib/reporting/lookuptables
 @dirrm urchin/lib/reporting/profiletypes/Campaign_Website
 @dirrm urchin/lib/reporting/profiletypes/Campaign_with_E-Commerce_Website
 @dirrm urchin/lib/reporting/profiletypes/E-Commerce_Website
--- urchin56.diffs ends here ---


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



More information about the freebsd-ports-bugs mailing list