Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 17:33:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426945 - in head/deskutils/phpicalendar: . files
Message-ID:  <201611231733.uANHX2S0055663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Nov 23 17:33:02 2016
New Revision: 426945
URL: https://svnweb.freebsd.org/changeset/ports/426945

Log:
  - Don't install COPYING with docs
  - Regenerate patches

Modified:
  head/deskutils/phpicalendar/Makefile
  head/deskutils/phpicalendar/files/patch-config.inc.php

Modified: head/deskutils/phpicalendar/Makefile
==============================================================================
--- head/deskutils/phpicalendar/Makefile	Wed Nov 23 16:51:15 2016	(r426944)
+++ head/deskutils/phpicalendar/Makefile	Wed Nov 23 17:33:02 2016	(r426945)
@@ -25,9 +25,9 @@ NO_ARCH=	yes
 USE_PHP=	session pcre
 PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
 SUB_FILES=	pkg-message
-WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}/
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-PORTDOCS=	AUTHORS COPYING README TIMEZONES
+PORTDOCS=	AUTHORS README TIMEZONES
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/deskutils/phpicalendar/files/patch-config.inc.php
==============================================================================
--- head/deskutils/phpicalendar/files/patch-config.inc.php	Wed Nov 23 16:51:15 2016	(r426944)
+++ head/deskutils/phpicalendar/files/patch-config.inc.php	Wed Nov 23 17:33:02 2016	(r426945)
@@ -1,6 +1,6 @@
---- config.inc.php.orig	2009-04-08 06:42:59.000000000 +0200
-+++ config.inc.php	2012-05-04 19:43:02.000000000 +0200
-@@ -100,7 +100,7 @@
+--- config.inc.php.orig	2009-04-08 04:42:59 UTC
++++ config.inc.php
+@@ -100,7 +100,7 @@ these arrays provide extra calendar opti
  */
  $list_webcals = array(
  #	'webcal://dimer.tamu.edu/calendars/seminars/Biochem.ics'



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