Bug 169775 - Upgrade of www/davical port to 1.1.1
Summary: Upgrade of www/davical port to 1.1.1
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-11 00:20 UTC by Maurice Castro
Modified: 2012-07-24 05:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.32 KB, patch)
2012-07-11 00:20 UTC, Maurice Castro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maurice Castro 2012-07-11 00:20:11 UTC
	Davical has moved to version 1.1.1; A previously reported problem
with access to calendar functions has also been addressed by introducing
a new dependency. 

	Please note this port depends on a yet to be made upgrade to the
devel/php-libawl port to version 0.53. I will notify the maintainer.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 00:20:27 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 00:20:29 UTC
Maintainer of www/davical,

Please note that PR ports/169775 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/169775

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 00:20:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 maurice 2012-07-11 01:27:46 UTC
Approved pending update of www/php-libawl to 0.53

	Maurice Castro
Comment 5 Jason Helfman freebsd_committer freebsd_triage 2012-07-11 01:51:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 6 Jason Helfman freebsd_committer freebsd_triage 2012-07-11 03:48:25 UTC
State Changed
From-To: feedback->suspended

maintainer approval, depends on ports/169777 commit
Comment 7 Matthias Fechner freebsd_committer freebsd_triage 2012-07-20 23:57:50 UTC
The patch is not complete, there are files missing in the pkg-plist.
Please see this patch for a complete pkg-plist version:

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

Bye
Matthias
Comment 8 Jason Helfman freebsd_committer freebsd_triage 2012-07-21 00:12:11 UTC
On Fri, Jul 20, 2012 at 11:00:28PM +0000, Matthias Fechner thus spake:
>From: Matthias Fechner <idefix@fechner.net>
>To: bug-followup@FreeBSD.org, maurice@atum.castro.aus.net
>Cc:
>Subject: Re: ports/169775: Upgrade of www/davical port to 1.1.1
>Date: Sat, 21 Jul 2012 00:57:50 +0200
>
> The patch is not complete, there are files missing in the pkg-plist.
> Please see this patch for a complete pkg-plist version:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=170027
>
> Bye
> Matthias
>

Thank you. When I had taken the port, I updated it accordingly.
Thanks again for the report.

-jgh

-- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
Comment 9 Jason Helfman freebsd_committer freebsd_triage 2012-07-24 05:24:12 UTC
State Changed
From-To: suspended->open

169777 committed, this can move ahead
Comment 10 dfilter service freebsd_committer freebsd_triage 2012-07-24 05:32:11 UTC
Author: jgh
Date: Tue Jul 24 04:31:55 2012
New Revision: 301435
URL: http://svn.freebsd.org/changeset/ports/301435

Log:
  - update to 1.1.1
  - address calendar functionality
  - use php-libawl version 0.53
  - while here use INSTALL_DATA in favor of CP
  - use optionsNG for docs
  
  PR:     ports/169775 (based on)
  Submitted by:   maurice@atum.castro.aus.net
  Approved by:    maintainer, maurice@castro.aus.net

Modified:
  head/www/davical/Makefile   (contents, props changed)
  head/www/davical/distinfo   (contents, props changed)
  head/www/davical/pkg-plist   (contents, props changed)

Modified: head/www/davical/Makefile
==============================================================================
--- head/www/davical/Makefile	Tue Jul 24 04:21:34 2012	(r301434)
+++ head/www/davical/Makefile	Tue Jul 24 04:31:55 2012	(r301435)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	davical
-PORTVERSION=	1.0.2
+PORTVERSION=	1.1.1
 CATEGORIES?=	www
 MASTER_SITES=	http://debian.mcmillan.net.nz/packages/davical/ \
 		SF/rscds/${PORTNAME}/${PORTVERSION}
@@ -19,11 +19,11 @@ RUN_DEPENDS=	p5-DBI>=0:${PORTSDIR}/datab
 		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
 		p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg \
 		${LOCALBASE}/bin/pwgen:${PORTSDIR}/sysutils/pwgen \
-		php-libawl>=0.51:${PORTSDIR}/devel/php-libawl
+		php-libawl>=0.53:${PORTSDIR}/devel/php-libawl
 
 NO_BUILD=	yes
 USE_PGSQL=	yes
-USE_PHP=	gettext iconv pcre pdo pdo_pgsql pgsql xml
+USE_PHP=	gettext iconv pcre pdo pdo_pgsql pgsql xml calendar
 
 SUB_FILES=	pkg-message httpd-davical.conf
 
@@ -35,15 +35,17 @@ do-install:
 	cd ${WRKSRC}/inc && ${COPYTREE_SHARE} . ${WWWDIR}/inc "! -name *.in"
 	${CP} -pv ${WRKSRC}/config/example-config.php ${WWWDIR}/config/
 
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 .for docdirs in config docs scripts dba
 	${MKDIR} ${DOCSDIR}/${docdirs}
 	cd ${WRKSRC}/${docdirs} && ${COPYTREE_SHARE} . ${DOCSDIR}/${docdirs}
 .endfor
-	${CP} -pv ${WRKDIR}/httpd-davical.conf ${DOCSDIR}
-	${CP} -pv ${WRKSRC}/README ${DOCSDIR}
-	${CP} -pv ${WRKSRC}/INSTALL ${DOCSDIR}
+	${INSTALL_DATA} ${WRKDIR}/httpd-davical.conf ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
 	${CHMOD} a+x ${DOCSDIR}/dba/update-davical-database
 
 .endif

Modified: head/www/davical/distinfo
==============================================================================
--- head/www/davical/distinfo	Tue Jul 24 04:21:34 2012	(r301434)
+++ head/www/davical/distinfo	Tue Jul 24 04:31:55 2012	(r301435)
@@ -1,2 +1,2 @@
-SHA256 (davical-1.0.2.tar.gz) = 12633dfc22aeaef9807e347d2c8798f2a3af4b9dd712a8bb736511915b3b9da6
-SIZE (davical-1.0.2.tar.gz) = 2739740
+SHA256 (davical-1.1.1.tar.gz) = 09bd92a35d2730fe687f6801796d8da1090cb8e36c2910c056a01b00cb73cafc
+SIZE (davical-1.1.1.tar.gz) = 2979425

Modified: head/www/davical/pkg-plist
==============================================================================
--- head/www/davical/pkg-plist	Tue Jul 24 04:21:34 2012	(r301434)
+++ head/www/davical/pkg-plist	Tue Jul 24 04:31:55 2012	(r301435)
@@ -89,6 +89,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/Resource/_inc---DAVResource.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/SqlToArray.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/VCard.html
+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/VTimezone.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---SqlToArray.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---admin.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---always.php.html
@@ -97,6 +98,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---feed.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---freebusy.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---help.php.html
+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---iSchedule.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---index.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---newfile.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---setup.php.html
@@ -124,6 +126,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---pubsub.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---test-RRULE-v2.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---test-RRULE.php.html
+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---vtimezone.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---collection-edit.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---external-browse.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---principal-browse.php.html
@@ -138,6 +141,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-DELETE.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-DELTICKET.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-GET.php.html
+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-GET-functions.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-MKCOL.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-MKTICKET.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-MOVE.php.html
@@ -155,6 +159,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/external-bind/_inc---external-fetch.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule/_inc---iSchedule.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule/iSchedule.html
+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule-POST/_inc---iSchedule-POST.php.html
+%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule-POST/FakeSession.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/_inc---drivers_imap_pam.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/_inc---drivers_ldap.php.html
 %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/_inc---drivers_rimap.php.html
@@ -289,6 +295,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/httpd-davical.conf
 %%PORTDOCS%%%%DOCSDIR%%/scripts/build-always.sh
 %%PORTDOCS%%%%DOCSDIR%%/scripts/cron-sync-ldap.php
+%%PORTDOCS%%%%DOCSDIR%%/scripts/export_calendar.php
+%%PORTDOCS%%%%DOCSDIR%%/scripts/load_calendar.php
 %%PORTDOCS%%%%DOCSDIR%%/scripts/po/rebuild-translations.sh
 %%PORTDOCS%%%%DOCSDIR%%/scripts/refresh-alarms.php
 %%PORTDOCS%%%%DOCSDIR%%/scripts/sync-remote-caldav.php
@@ -304,6 +312,7 @@
 %%WWWDIR%%/htdocs/feed.php
 %%WWWDIR%%/htdocs/freebusy.php
 %%WWWDIR%%/htdocs/help.php
+%%WWWDIR%%/htdocs/iSchedule.php
 %%WWWDIR%%/htdocs/images/down.gif
 %%WWWDIR%%/htdocs/images/up.gif
 %%WWWDIR%%/htdocs/index.php
@@ -333,6 +342,7 @@
 %%WWWDIR%%/inc/caldav-DELETE.php
 %%WWWDIR%%/inc/caldav-DELTICKET.php
 %%WWWDIR%%/inc/caldav-GET.php
+%%WWWDIR%%/inc/caldav-GET-functions.php
 %%WWWDIR%%/inc/caldav-LOCK.php
 %%WWWDIR%%/inc/caldav-MKCOL.php
 %%WWWDIR%%/inc/caldav-MKTICKET.php
@@ -367,6 +377,7 @@
 %%WWWDIR%%/inc/external-fetch.php
 %%WWWDIR%%/inc/freebusy-functions.php
 %%WWWDIR%%/inc/iSchedule.php
+%%WWWDIR%%/inc/iSchedule-POST.php
 %%WWWDIR%%/inc/interactive-page.php
 %%WWWDIR%%/inc/log_caldav_action.php
 %%WWWDIR%%/inc/other_translated_strings.php
@@ -375,6 +386,7 @@
 %%WWWDIR%%/inc/pubsub.php
 %%WWWDIR%%/inc/schedule-functions.php
 %%WWWDIR%%/inc/test-RRULE.php
+%%WWWDIR%%/inc/vtimezone.php
 %%WWWDIR%%/inc/tz/capabilities.php
 %%WWWDIR%%/inc/tz/expand.php
 %%WWWDIR%%/inc/tz/get.php
@@ -409,6 +421,7 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/logging
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/ldap
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/iSchedule
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/iSchedule-POST
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/external-bind
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/caldav
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/docs/api/davical/authentication
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 11 Jason Helfman freebsd_committer freebsd_triage 2012-07-24 05:32:45 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!