From splash@mwilke.ath.cx  Sat Jun  3 16:47:05 2006
Return-Path: <splash@mwilke.ath.cx>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AF9E116A47A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Jun 2006 16:47:05 +0000 (UTC)
	(envelope-from splash@mwilke.ath.cx)
Received: from mwilke.ath.cx (p548D0565.dip0.t-ipconnect.de [84.141.5.101])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B0DE643D55
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Jun 2006 16:47:04 +0000 (GMT)
	(envelope-from splash@mwilke.ath.cx)
Received: from mwilke.ath.cx (localhost [127.0.0.1])
	by mwilke.ath.cx (8.13.4/8.13.4) with ESMTP id k53GkXFZ049751;
	Sat, 3 Jun 2006 18:46:34 +0200 (CEST)
	(envelope-from splash@mwilke.ath.cx)
Received: (from root@localhost)
	by mwilke.ath.cx (8.13.4/8.13.4/Submit) id k53GkXuI049750;
	Sat, 3 Jun 2006 18:46:33 +0200 (CEST)
	(envelope-from splash)
Message-Id: <200606031646.k53GkXuI049750@mwilke.ath.cx>
Date: Sat, 3 Jun 2006 18:46:33 +0200 (CEST)
From: Martin Wilke <freebsd@unixfreunde.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jmrueda@diatel.upm.es
Subject: [update] www/moodle: update to 1.5.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jmrueda@diatel.upm.es

>Number:         98453
>Category:       ports
>Synopsis:       [update] www/moodle: update to 1.5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 03 16:50:17 GMT 2006
>Closed-Date:    Mon Jun 05 11:32:02 GMT 2006
>Last-Modified:  Mon Jun 05 11:32:02 GMT 2006
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD mwilke.ath.cx 7.0-CURRENT FreeBSD 7.0-CURRENT #146: Wed May 31 19:15:22 CEST 2006
>Description:
- Update to 1.5.3
- tb checked (5.5/6.1/7.0)
- change new www layout http://lists.freebsd.org/pipermail/freebsd-ports/2006-May/032010.html

Port maintainer (jmrueda@diatel.upm.es) is cc'd.

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

--- moodle-1.5.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/moodle/Makefile /usr/home/splash/dev/ports/www/moodle/Makefile
--- /usr/ports/www/moodle/Makefile	Tue May 23 00:06:39 2006
+++ /usr/home/splash/dev/ports/www/moodle/Makefile	Sat Jun  3 16:26:21 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	moodle
-PORTVERSION=	1.5.2
+PORTVERSION=	1.5.3
 CATEGORIES=	www
 MASTER_SITES=	http://download.moodle.org/stable15/
 EXTRACT_SUFX=	.tgz
@@ -30,8 +30,8 @@
 NO_BUILD=	yes
 PLIST=		${WRKDIR}/plist
 
-MOODLEDIR?=	www/data/moodle
-MOODLEDATADIR?=	www/data/moodledata
+MOODLEDIR?=	www/moodle
+MOODLEDATADIR?=	www/moodledata
 
 pre-everything::
 	@${ECHO_CMD} "===> You can use the following options:"
@@ -48,7 +48,7 @@
 	@${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >${PLIST}
 	@${FIND} -s -d ${WRKSRC} -type d  | ${SED} "s?${WRKSRC}?@dirrm ${MOODLEDIR}?g" >> ${PLIST}
 	@${ECHO} @dirrm ${MOODLEDATADIR} >> ${PLIST}
-	@${ECHO} @dirrmtry www/data >> ${PLIST}
+	@${ECHO} @dirrmtry www/ >> ${PLIST}
 
 do-install:
 	${INSTALL_DATA} -d ${PREFIX}/${MOODLEDIR}
diff -ruN --exclude=CVS /usr/ports/www/moodle/distinfo /usr/home/splash/dev/ports/www/moodle/distinfo
--- /usr/ports/www/moodle/distinfo	Tue Jan 24 17:40:07 2006
+++ /usr/home/splash/dev/ports/www/moodle/distinfo	Sat Jun  3 16:18:11 2006
@@ -1,3 +1,3 @@
-MD5 (moodle-1.5.2.tgz) = 43d484170cc7e364df68239f352528bc
-SHA256 (moodle-1.5.2.tgz) = 31026ea47590568536b5167094948d7230979057c7aeda5f93df6c174b3d9494
-SIZE (moodle-1.5.2.tgz) = 14222897
+MD5 (moodle-1.5.3.tgz) = 52dd50298fc1dd8b1b6d8d499608cdd6
+SHA256 (moodle-1.5.3.tgz) = 26c1fd107f02fbfee96b081c3b321fd6c61dac9fb397b90b1c197a11f38c52ed
+SIZE (moodle-1.5.3.tgz) = 15003431
diff -ruN --exclude=CVS /usr/ports/www/moodle/pkg-message /usr/home/splash/dev/ports/www/moodle/pkg-message
--- /usr/ports/www/moodle/pkg-message	Mon Oct  3 19:35:59 2005
+++ /usr/home/splash/dev/ports/www/moodle/pkg-message	Sat Jun  3 18:38:35 2006
@@ -10,7 +10,7 @@
    restart the server:
 
    AcceptPathInfo On
-   <Directory ${PREFIX}/www/data/moodledata>
+   <Directory ${PREFIX}/www/moodledata>
       AllowOverride None
       Order Deny,Allow
       Deny from all 
--- moodle-1.5.3.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Jun 3 16:52:19 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98453 

From: Javier =?iso-8859-1?q?Mart=EDn_Rueda?= <jmrueda@diatel.upm.es>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/98453: [update] www/moodle: update to 1.5.3
Date: Mon, 5 Jun 2006 10:43:11 +0200

 > Maintainer of www/moodle,
 >
 > Please note that PR ports/98453 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/98453
 
 Agreed, the patch is OK.
State-Changed-From-To: feedback->closed 
State-Changed-By: erwin 
State-Changed-When: Mon Jun 5 11:31:51 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98453 
>Unformatted:
