mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.24
This commit is contained in:
parent
1fce038093
commit
c1eb3f0148
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193981
3 changed files with 15 additions and 9 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= phpicalendar
|
||||
PORTVERSION= 2.22
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.24
|
||||
CATEGORIES= deskutils www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -22,8 +21,9 @@ SUB_FILES= pkg-message
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}/
|
||||
|
||||
post-extract:
|
||||
${RM} -r ${WRKSRC}/templates/default/images/CVS
|
||||
${FIND} ${WRKDIR} -name .DS_Store -delete
|
||||
${FIND} ${WRKDIR} -name ._.DS_Store -delete
|
||||
${FIND} ${WRKDIR} -name ._* -delete
|
||||
|
||||
do-install:
|
||||
.if !exists(${WWWDIR})
|
||||
|
@ -37,7 +37,7 @@ do-install:
|
|||
@${CP} -v ${WRKSRC}/${f} ${WWWDIR}
|
||||
${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/${f}
|
||||
.endfor
|
||||
@${CP} -v ${WRKSRC}/config.inc.php ${WWWDIR}/config.inc.php-default
|
||||
@${CP} -v ${WRKSRC}/config.inc-dist.php ${WWWDIR}/config.inc.php-default
|
||||
${CHOWN} ${WWWOWN}:${WWWGRP} ${WWWDIR}/config.inc.php-default
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (phpicalendar-2.22.tgz) = dfa340e2c3038172b15244bab4b885aa
|
||||
SHA256 (phpicalendar-2.22.tgz) = 7c749bb6813b73c9eaabd3187b25114985484460466c670ddd3f8993a90bb8f0
|
||||
SIZE (phpicalendar-2.22.tgz) = 346184
|
||||
MD5 (phpicalendar-2.24.tgz) = 2d7fe341d67e43afb66bae6ae5629289
|
||||
SHA256 (phpicalendar-2.24.tgz) = faa46ef2ec0331b668a630504fba9c6b4c7c23a4f0cf05f1e949d08c472cddd5
|
||||
SIZE (phpicalendar-2.24.tgz) = 282342
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
%%WWWDIR%%/calendars/Home.ics
|
||||
%%WWWDIR%%/calendars/US Holidays.ics
|
||||
%%WWWDIR%%/calendars/Work.ics
|
||||
%%WWWDIR%%/calendars/publish.ical.php
|
||||
%%WWWDIR%%/calendars/publish.mozilla.php
|
||||
%%WWWDIR%%/calendars/publish.php
|
||||
%%WWWDIR%%/config.inc.php-default
|
||||
%%WWWDIR%%/day.php
|
||||
%%WWWDIR%%/error.php
|
||||
|
@ -20,6 +19,7 @@
|
|||
%%WWWDIR%%/functions/init.inc.php
|
||||
%%WWWDIR%%/functions/list_functions.php
|
||||
%%WWWDIR%%/functions/overlapping_events.php
|
||||
%%WWWDIR%%/functions/sanitize.php
|
||||
%%WWWDIR%%/functions/template.php
|
||||
%%WWWDIR%%/functions/timezones.php
|
||||
%%WWWDIR%%/functions/userauth_functions.php
|
||||
|
@ -39,6 +39,7 @@
|
|||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/languages/afrikaans.inc.php
|
||||
%%WWWDIR%%/languages/brazilian.inc.php
|
||||
%%WWWDIR%%/languages/bulgarian.inc.php
|
||||
%%WWWDIR%%/languages/catalan.inc.php
|
||||
%%WWWDIR%%/languages/czech.inc.php
|
||||
%%WWWDIR%%/languages/danish.inc.php
|
||||
|
@ -47,7 +48,9 @@
|
|||
%%WWWDIR%%/languages/esperanto.inc.php
|
||||
%%WWWDIR%%/languages/finnish.inc.php
|
||||
%%WWWDIR%%/languages/french.inc.php
|
||||
%%WWWDIR%%/languages/galego.inc.php
|
||||
%%WWWDIR%%/languages/german.inc.php
|
||||
%%WWWDIR%%/languages/hungarian.inc.php
|
||||
%%WWWDIR%%/languages/italian.inc.php
|
||||
%%WWWDIR%%/languages/japanese.inc.php
|
||||
%%WWWDIR%%/languages/korean.inc.php
|
||||
|
@ -55,6 +58,9 @@
|
|||
%%WWWDIR%%/languages/norwegian.inc.php
|
||||
%%WWWDIR%%/languages/polish.inc.php
|
||||
%%WWWDIR%%/languages/portuguese.inc.php
|
||||
%%WWWDIR%%/languages/russian.inc.php
|
||||
%%WWWDIR%%/languages/slovak.inc.php
|
||||
%%WWWDIR%%/languages/slovensko.inc.php
|
||||
%%WWWDIR%%/languages/spanish.inc.php
|
||||
%%WWWDIR%%/languages/swedish.inc.php
|
||||
%%WWWDIR%%/languages/traditional_chinese.inc.php
|
||||
|
|
Loading…
Add table
Reference in a new issue