Bug 74530 - Update port: www/urchin5
Summary: Update port: www/urchin5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-29 19:20 UTC by Urchin Software
Modified: 2013-03-17 02:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Urchin Software 2004-11-29 19:20:25 UTC
	Minor revision update

Fix: Diffs are as follows



New distinfo:

MD5 (urchin5702_freebsd4x.tar.gz) = d4c680a37ceeba656602784eb8bc3ce3
SIZE (urchin5702_freebsd4x.tar.gz) = 15309441--ng4NPI5jvyK9WonKcJ0kYoZRWy8VEH1LKhxcHdEEL7xXAWvM
Content-Type: text/plain; name="fix"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="fix"

--- /usr/ports/www/urchin5/Makefile	Sat Jun  5 23:33:44 2004
+++ Makefile	Mon Nov 29 10:57:56 2004
@@ -2,14 +2,14 @@
 # Date created:				September 8, 2003
 # Whom:					Urchin Software
 #
-# $FreeBSD: ports/www/urchin5/Makefile,v 1.5 2004/06/05 07:11:24 vs Exp $
+# $FreeBSD: ports/www/urchin5/Makefile $
 #
 
 PORTNAME=	urchin
-PORTVERSION=	5.600.r2
+PORTVERSION=	5.702
 CATEGORIES=	www
 MASTER_SITES=	ftp://ftp.urchin.com/pub/urchin5/
-DISTNAME=	urchin5600r2_freebsd4x
+DISTNAME=	urchin5702_freebsd4x
 
 MAINTAINER=	freebsd@urchin.com
 COMMENT=	The most powerful web traffic analysis program available
@@ -49,6 +49,7 @@
 	fi
 
 post-install:
+	${INSTALL_DATA} ${INSTALLDIR}/util/urchin_daemons ${PREFIX}/etc/rc.d/urchin5_daemons.sh-dist
 	@if [ ! -f ${PREFIX}/etc/rc.d/urchin5_daemons.sh ]; then \
 		${ECHO} "Installing ${PREFIX}/etc/rc.d/urchin5_daemons.sh startup file."; \
 		${INSTALL_SCRIPT} ${INSTALLDIR}/util/urchin_daemons ${PREFIX}/etc/rc.d/urchin5_daemons.sh; \


--- /usr/ports/www/urchin5/pkg-plist	Sat Jun  5 23:33:44 2004
+++ pkg-plist	Mon Nov 29 10:57:56 2004
@@ -1,5 +1,4 @@
 @unexec %D/urchin/bin/urchinctl stop > /dev/null 2>&1 || true
-@unexec rm -f %D/urchin/var/urchinwebd.conf.template.dist 2>/dev/null || true
 etc/rc.d/urchin5_daemons.sh
 urchin/bin/admin
 urchin/bin/auth
@@ -14,7 +13,7 @@
 urchin/doc/install.txt
 urchin/doc/license.txt
 urchin/etc/mime.types
-urchin/htdocs/.report.conf
+urchin/htdocs/.report.conf.sample
 urchin/htdocs/favicon.ico
 urchin/htdocs/report.cgi
 urchin/htdocs/robots.txt
@@ -336,6 +335,8 @@
 urchin/lib/admin/languages/it.txt
 urchin/lib/admin/languages/ja.db
 urchin/lib/admin/languages/ja.txt
+urchin/lib/admin/languages/pt.db
+urchin/lib/admin/languages/pt.txt
 urchin/lib/admin/languages/sp.db
 urchin/lib/admin/languages/sp.txt
 urchin/lib/admin/languages/sw.db
@@ -496,6 +497,8 @@
 urchin/lib/reporting/languages/it.txt
 urchin/lib/reporting/languages/ja.db
 urchin/lib/reporting/languages/ja.txt
+urchin/lib/reporting/languages/pt.db
+urchin/lib/reporting/languages/pt.txt
 urchin/lib/reporting/languages/sp.db
 urchin/lib/reporting/languages/sp.txt
 urchin/lib/reporting/languages/sw.db
@@ -594,6 +597,9 @@
 urchin/lib/session/languages/en.txt
 urchin/lib/session/languages/ja.db
 urchin/lib/session/languages/ja.txt
+urchin/lib/session/languages/pt.txt
+urchin/lib/session/languages/sp.db
+urchin/lib/session/languages/sp.txt
 urchin/lib/session/templates/comps.tpl
 urchin/lib/session/templates/template.tpl
 urchin/util/curl
@@ -618,7 +624,7 @@
 urchin/var/server.crt.sample
 urchin/var/server.key.sample
 urchin/var/urchinwebd.conf
-urchin/var/urchinwebd.conf.template
+@unexec rm -rf %D/urchin/var/urchinwebd.conf.template.dist 2>/dev/null || true
 @dirrm urchin/bin
 @unexec rmdir %D/urchin/data/admin 2>/dev/null || true
 @unexec rm -rf %D/urchin/data/cache 2>/dev/null
How-To-Repeat: 	n/a
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-12-06 09:52:37 UTC
State Changed
From-To: open->closed

Committed with modifications: 

- Please, do not touch the $FreeBSD$-cvs tag in the Makefile 
- File missing from pkg-plist: ${PREFIX}/etc/rc.d/urchin5_daemons.sh-dist 
- It's not that hard to provide a diff for the distinfo as well, isn't it?