ports/66900: www/urchin update to resolve read-only ports system

Urchin Software freebsd at urchin.com
Wed May 19 18:20:11 UTC 2004


>Number:         66900
>Category:       ports
>Synopsis:       www/urchin update to resolve read-only ports system
>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:   Wed May 19 11:20: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:


>Description:
	Minor changes to Makefile to fix issues with a read-only ports area, 
update version to 5600r2.

*** Please cancel pr #66897 ***
>How-To-Repeat:
	
>Fix:

*** Please cancel pr #66897 ***

--- urchin5600r2.diffs begins here ---
--- /usr/ports/www/urchin5/Makefile	Sun Apr 11 16:18:58 2004
+++ Makefile	Wed May 19 11:00:31 2004
@@ -2,14 +2,14 @@
 # Date created:				September 8, 2003
 # Whom:					Urchin Software
 #
-# $FreeBSD: ports/www/urchin5/Makefile,v 1.4 2004/04/11 23:18:58 kris Exp $
+# $FreeBSD: ports/www/urchin5/Makefile $
 #
 
 PORTNAME=	urchin
-PORTVERSION=	5.501
+PORTVERSION=	5.600r2
 CATEGORIES=	www
 MASTER_SITES=	ftp://ftp.urchin.com/pub/urchin5/
-DISTNAME=	urchin5501_freebsd4x
+DISTNAME=	urchin5600r2_freebsd4x
 
 MAINTAINER=	freebsd at urchin.com
 COMMENT=	The most powerful web traffic analysis program available
@@ -20,8 +20,7 @@
 NO_BUILD=	YES
 NO_CDROM=	"Our installer must be run for proper permissions to be set"
 NO_PACKAGE=	"Our installer must be run for proper permissions to be set"
-
-BROKEN=		"Does not build with a read-only ports tree"
+WRKSRC=		${WRKDIR}
 
 # Feel free to change this to the user you want Urchin 5 to
 # run as and the files to be owned by (except root).  It's *strongly*
@@ -35,17 +34,17 @@
 START_SERVERS=	yes
 
 do-configure:
-	${CP} ${FILESDIR}/install.sh ./work
+	${CP} ${FILESDIR}/install.sh ${WRKSRC}
 
 do-install:
 	@if test -f ${INSTALLDIR}/data/conf/uconf.uni; then \
 		${ECHO_CMD} "The Urchin configuration files already exist,"; \
 		${ECHO_CMD} "so I will attempt to do an upgrade instead of a new installation."; \
 		${ECHO_CMD} ; \
-	 	cd ./work; \
+	 	cd ${WRKSRC}; \
 		${SH} ./install.sh ${QUIET} -d ${INSTALLDIR} -p ${PORT} -u ${USER} -g ${GROUP} -s ${START_SERVERS} -m; \
 	else \
-	 	cd ./work; \
+	 	cd ${WRKSRC}; \
 		${SH} ./install.sh ${QUIET} -d ${INSTALLDIR} -p ${PORT} -u ${USER} -g ${GROUP} -s ${START_SERVERS} -n; \
 	fi
 

--- /usr/ports/www/urchin5/distinfo	Thu Mar  4 23:33:30 2004
+++ distinfo	Wed May 19 10:59:40 2004
@@ -1 +1 @@
-MD5 (urchin5501_freebsd4x.tar.gz) = 84179aa712a3c18c97e1e47dcade5213
+MD5 (urchin5600r2_freebsd4x.tar.gz) = b5067fdf6e74796f6febe190769d14fa


--- /usr/ports/www/urchin5/pkg-descr	Sat Jan  3 00:08:51 2004
+++ pkg-descr	Wed May 19 09:45:02 2004
@@ -3,9 +3,9 @@
 technology to generate gorgeous, quick-rendering, interactive graphs that
 can be easily pasted into common Office applications.  Urchin achieves a
 high level of accuracy and captures a wealth of visitor parameters via the
-Urchin Tracking Module (UTM2), a client-side data collection component that
+Urchin Traffic Monitor (UTM), a client-side data collection component that
 transparently sends additional data back to the server and into the log
-file.  The UTM2 uses a first-party cookie to overcome the effects of caches,
+file.  The UTM uses a first-party cookie to overcome the effects of caches,
 proxies, and IP-recycling to provide the most accurate and complete
 reporting available from ANY analytics solution.
 
--- urchin5600r2.diffs ends here ---


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



More information about the freebsd-ports-bugs mailing list