Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Mar 2007 13:18:23 -0800
From:      "Beech Rintoul" <beech@alaskaparadise.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        infofarmer@FreeBSD.org
Subject:   ports/110827: [Maintainer Update] devel/chora - Update to 2.0.2
Message-ID:  <1174857503.83863@stargate.alaskaparadise.com>
Resent-Message-ID: <200703252120.l2PLK4PZ028986@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         110827
>Category:       ports
>Synopsis:       [Maintainer Update] devel/chora - Update to 2.0.2
>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:   Sun Mar 25 21:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise  
>Environment:


System: FreeBSD 7.0-CURRENT #111: Sat Mar 24 08:52:58 AKDT 2007
    root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Update to 2.0.2
PORTDOCS Cleanup

[Changes]
Add Danish translation.
Sort patchsets in reverse order to match commit logs.


>How-To-Repeat:





>Fix:


diff -ruN --exclude=CVS /usr/ports/devel/chora.orig/Makefile /usr/ports/devel/chora/Makefile
--- /usr/ports/devel/chora.orig/Makefile	Sat Feb 24 23:35:38 2007
+++ /usr/ports/devel/chora/Makefile	Sun Mar 25 12:14:42 2007
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	chora
-PORTVERSION=	2.0.1
-PORTREVISION=	1
+PORTVERSION=	2.0.2
+DISTVERSIONPREFIX=	h3-
 CATEGORIES=	devel www
 MASTER_SITES=	HORDE
-DISTNAME=	${PORTNAME}-h3-${PORTVERSION}
 
 MAINTAINER=	beech@alaskaparadise.com
 COMMENT=	The Horde CVS web-viewer
@@ -51,8 +50,8 @@
 CVSROOT=	/home/cvs
 .endif
 
-DOCS=		COPYING README docs/BUGS docs/CHANGES docs/CREDITS \
-		docs/INSTALL docs/RELEASE_NOTES docs/TODO
+PORTDOCS=	README BUGS CHANGES CREDITS \
+		INSTALL RELEASE_NOTES TODO
 CONFFILE=	cvsgraph.conf longIntro.txt mime_drivers.php prefs.php	\
 		sourceroots.php
 SUB_DIRS=	config lib locale po templates themes
@@ -79,6 +78,9 @@
 HORDE_INC=	${LOCALBASE}/etc/horde
 .endif
 
+post-extract:
+	@${MV} ${WRKSRC}/README ${WRKSRC}/docs/
+
 pre-configure:
 	@${SED} -e "s:/home/httpd/html/horde/chora:${CHORADIR}:"	\
 		${FILESDIR}/httpd.conf.chora > ${WRKDIR}/httpd-chora.conf
@@ -102,20 +104,16 @@
 .endif
 
 do-install:
-	@${MKDIR}  ${CHORADIR}
-.for REP in ${SUB_DIRS}
-	@${CP} -Rp ${WRKSRC}/${REP} ${CHORADIR}
-.endfor
-	@${CP} -p  ${WRKSRC}/*.php ${CHORADIR}
-
-	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${CHORADIR}
-	@${CHMOD} -R o-rwx ${CONFDIR}
-	@${INSTALL_DATA} ${WRKDIR}/httpd-chora.conf ${HORDE_INC}
+	@${INSTALL} -d ${CHORADIR}/
+	@${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${CHORADIR}/
+	@${CP} -p ${WRKSRC}/*.php ${CHORADIR}/
+	@${INSTALL_DATA} ${WRKSRC}/config/conf.xml ${CONFDIR}/
+	@${INSTALL_DATA} ${WRKDIR}/httpd-chora.conf ${HORDE_INC}/
+	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${CHORADIR}/
+	@${CHMOD} -R o-rwx ${CONFDIR}/
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-.for FILE in ${DOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
-.endfor
+	@${INSTALL} -d ${DOCSDIR}/
+	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${DOCSDIR}/
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 
diff -ruN --exclude=CVS /usr/ports/devel/chora.orig/distinfo /usr/ports/devel/chora/distinfo
--- /usr/ports/devel/chora.orig/distinfo	Fri Jan  6 02:54:07 2006
+++ /usr/ports/devel/chora/distinfo	Sun Mar 25 12:16:56 2007
@@ -1,3 +1,3 @@
-MD5 (chora-h3-2.0.1.tar.gz) = 8f3f3e81c839e6f13b797ab911b53652
-SHA256 (chora-h3-2.0.1.tar.gz) = 166b125f08aae7ebda5af7a58bf30c87d7bb4af7a5d3eff8f2429e10d2bd0325
-SIZE (chora-h3-2.0.1.tar.gz) = 722536
+MD5 (chora-h3-2.0.2.tar.gz) = dfddec61103e4437b5ad773888ae55c2
+SHA256 (chora-h3-2.0.2.tar.gz) = bbadfc0f63ba3c5034c98c9c2cbf0913c2e01fa0656ac2d49d372c2c7d1c1745
+SIZE (chora-h3-2.0.2.tar.gz) = 801775
diff -ruN --exclude=CVS /usr/ports/devel/chora.orig/pkg-plist /usr/ports/devel/chora/pkg-plist
--- /usr/ports/devel/chora.orig/pkg-plist	Sat Apr 15 20:52:02 2006
+++ /usr/ports/devel/chora/pkg-plist	Sun Mar 25 12:57:26 2007
@@ -1,18 +1,10 @@
-%%HORDE_INC%%/httpd-chora.conf
-%%PORTDOCS%%%%DOCSDIR%%/BUGS
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/CREDITS
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
-%%PORTDOCS%%%%DOCSDIR%%/TODO
 %%CHORADIR%%/annotate.php
 %%CHORADIR%%/browse.php
 %%CHORADIR%%/co.php
 %%CHORADIR%%/config/.htaccess
 %%CHORADIR%%/config/conf.xml
 %%CHORADIR%%/config/cvsgraph.conf.dist
+%%CHORADIR%%/config/cvsgraph.conf
 %%CHORADIR%%/config/longIntro.txt.dist
 %%CHORADIR%%/config/mime_drivers.php.dist
 %%CHORADIR%%/config/prefs.php.dist
@@ -27,6 +19,7 @@
 %%CHORADIR%%/lib/base.php
 %%CHORADIR%%/lib/version.php
 %%CHORADIR%%/locale/.htaccess
+%%CHORADIR%%/locale/da_DK/LC_MESSAGES/chora.mo
 %%CHORADIR%%/locale/cs_CZ/LC_MESSAGES/chora.mo
 %%CHORADIR%%/locale/de_DE/LC_MESSAGES/chora.mo
 %%CHORADIR%%/locale/de_DE/help.xml
@@ -51,6 +44,7 @@
 %%CHORADIR%%/po/README
 %%CHORADIR%%/po/chora.pot
 %%CHORADIR%%/po/cs_CZ.po
+%%CHORADIR%%/po/da_DK.po
 %%CHORADIR%%/po/de_DE.po
 %%CHORADIR%%/po/es_ES.po
 %%CHORADIR%%/po/fi_FI.po
@@ -107,7 +101,7 @@
 %%CHORADIR%%/themes/graphics/favicon.ico
 %%CHORADIR%%/themes/graphics/folder.png
 %%CHORADIR%%/themes/screen.css
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%HORDE_INC%%/httpd-chora.conf
 @dirrm %%CHORADIR%%/themes/graphics
 @dirrm %%CHORADIR%%/themes/burntorange
 @dirrm %%CHORADIR%%/themes
@@ -152,6 +146,8 @@
 @dirrm %%CHORADIR%%/locale/en_US
 @dirrm %%CHORADIR%%/locale/de_DE/LC_MESSAGES
 @dirrm %%CHORADIR%%/locale/de_DE
+@dirrm %%CHORADIR%%/locale/da_DK/LC_MESSAGES
+@dirrm %%CHORADIR%%/locale/da_DK
 @dirrm %%CHORADIR%%/locale/cs_CZ/LC_MESSAGES
 @dirrm %%CHORADIR%%/locale/cs_CZ
 @dirrm %%CHORADIR%%/locale



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



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