mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Upgrade to 2.0.3.
Changelog at <http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.165.2.22&r2=1.165.2.54&ty=>.
This commit is contained in:
parent
5f40e2cac1
commit
4d6c810ff7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134470
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= kronolith
|
||||
PORTVERSION= 2.0.2
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= deskutils www
|
||||
MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \
|
||||
ftp://ftp.planetmirror.com/pub/horde/kronolith/ \
|
||||
@ -45,8 +45,10 @@ SUB_DIRS= config lib locale po scripts templates themes
|
||||
LHORDEDIR?= www/horde
|
||||
LKRONOLITHDIR?= ${LHORDEDIR}/kronolith
|
||||
|
||||
PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= KRONOLITHDIR=${KRONOLITHDIR}
|
||||
PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR}
|
||||
|
||||
KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR}
|
||||
CONFDIR= ${KRONOLITHDIR}/config
|
||||
@ -114,9 +116,6 @@ post-install:
|
||||
fi
|
||||
. endif
|
||||
.endif
|
||||
@${SED} -e "s:%%KRONOLITHDIR%%:${KRONOLITHDIR}:g;s:%%DOCSDIR%%:${DOCSDIR}:g" \
|
||||
-e "s:%%LOCALBASE%%:${LOCALBASE}:" < ${FILESDIR}/pkg-message.in \
|
||||
> ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (kronolith-h3-2.0.2.tar.gz) = 876acd83dda5a0fd786989247131c678
|
||||
SIZE (kronolith-h3-2.0.2.tar.gz) = 1282294
|
||||
MD5 (kronolith-h3-2.0.3.tar.gz) = a17f41f0724acec5e561cfd7300759bd
|
||||
SIZE (kronolith-h3-2.0.3.tar.gz) = 1278036
|
||||
|
@ -122,6 +122,7 @@
|
||||
%%KRONOLITHDIR%%/scripts/sql/kronolith.pgsql.sql
|
||||
%%KRONOLITHDIR%%/scripts/sql/kronolith.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/1.1_to_2.0.mysql.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/1.1_to_2.0.pgsql.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/2004-05-19_convert_categories_to_strings.php
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/2004-12-21_add_event_uid.pgsql.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/2004-12-21_add_event_uid.sql
|
||||
@ -171,10 +172,12 @@
|
||||
%%KRONOLITHDIR%%/templates/week/head.inc
|
||||
%%KRONOLITHDIR%%/templates/week/head_side_by_side.inc
|
||||
%%KRONOLITHDIR%%/themes/bluewhite/screen.css
|
||||
%%KRONOLITHDIR%%/themes/burntorange/screen.css
|
||||
%%KRONOLITHDIR%%/themes/graphics/alarm_small.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/attendees.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/calendars.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/dayview.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/favicon.ico
|
||||
%%KRONOLITHDIR%%/themes/graphics/goto.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/kronolith.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/monthview.png
|
||||
@ -198,6 +201,7 @@ etc/horde/httpd.conf.kronolith
|
||||
@dirrm %%KRONOLITHDIR%%/themes/print
|
||||
@dirrm %%KRONOLITHDIR%%/themes/mozilla
|
||||
@dirrm %%KRONOLITHDIR%%/themes/graphics
|
||||
@dirrm %%KRONOLITHDIR%%/themes/burntorange
|
||||
@dirrm %%KRONOLITHDIR%%/themes/bluewhite
|
||||
@dirrm %%KRONOLITHDIR%%/themes
|
||||
@dirrm %%KRONOLITHDIR%%/templates/week
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= kronolith
|
||||
PORTVERSION= 2.0.2
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= deskutils www
|
||||
MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \
|
||||
ftp://ftp.planetmirror.com/pub/horde/kronolith/ \
|
||||
@ -45,8 +45,10 @@ SUB_DIRS= config lib locale po scripts templates themes
|
||||
LHORDEDIR?= www/horde
|
||||
LKRONOLITHDIR?= ${LHORDEDIR}/kronolith
|
||||
|
||||
PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= KRONOLITHDIR=${KRONOLITHDIR}
|
||||
PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR}
|
||||
|
||||
KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR}
|
||||
CONFDIR= ${KRONOLITHDIR}/config
|
||||
@ -114,9 +116,6 @@ post-install:
|
||||
fi
|
||||
. endif
|
||||
.endif
|
||||
@${SED} -e "s:%%KRONOLITHDIR%%:${KRONOLITHDIR}:g;s:%%DOCSDIR%%:${DOCSDIR}:g" \
|
||||
-e "s:%%LOCALBASE%%:${LOCALBASE}:" < ${FILESDIR}/pkg-message.in \
|
||||
> ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (kronolith-h3-2.0.2.tar.gz) = 876acd83dda5a0fd786989247131c678
|
||||
SIZE (kronolith-h3-2.0.2.tar.gz) = 1282294
|
||||
MD5 (kronolith-h3-2.0.3.tar.gz) = a17f41f0724acec5e561cfd7300759bd
|
||||
SIZE (kronolith-h3-2.0.3.tar.gz) = 1278036
|
||||
|
@ -122,6 +122,7 @@
|
||||
%%KRONOLITHDIR%%/scripts/sql/kronolith.pgsql.sql
|
||||
%%KRONOLITHDIR%%/scripts/sql/kronolith.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/1.1_to_2.0.mysql.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/1.1_to_2.0.pgsql.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/2004-05-19_convert_categories_to_strings.php
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/2004-12-21_add_event_uid.pgsql.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/2004-12-21_add_event_uid.sql
|
||||
@ -171,10 +172,12 @@
|
||||
%%KRONOLITHDIR%%/templates/week/head.inc
|
||||
%%KRONOLITHDIR%%/templates/week/head_side_by_side.inc
|
||||
%%KRONOLITHDIR%%/themes/bluewhite/screen.css
|
||||
%%KRONOLITHDIR%%/themes/burntorange/screen.css
|
||||
%%KRONOLITHDIR%%/themes/graphics/alarm_small.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/attendees.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/calendars.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/dayview.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/favicon.ico
|
||||
%%KRONOLITHDIR%%/themes/graphics/goto.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/kronolith.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/monthview.png
|
||||
@ -198,6 +201,7 @@ etc/horde/httpd.conf.kronolith
|
||||
@dirrm %%KRONOLITHDIR%%/themes/print
|
||||
@dirrm %%KRONOLITHDIR%%/themes/mozilla
|
||||
@dirrm %%KRONOLITHDIR%%/themes/graphics
|
||||
@dirrm %%KRONOLITHDIR%%/themes/burntorange
|
||||
@dirrm %%KRONOLITHDIR%%/themes/bluewhite
|
||||
@dirrm %%KRONOLITHDIR%%/themes
|
||||
@dirrm %%KRONOLITHDIR%%/templates/week
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= kronolith
|
||||
PORTVERSION= 2.0.2
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= deskutils www
|
||||
MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \
|
||||
ftp://ftp.planetmirror.com/pub/horde/kronolith/ \
|
||||
@ -45,8 +45,10 @@ SUB_DIRS= config lib locale po scripts templates themes
|
||||
LHORDEDIR?= www/horde
|
||||
LKRONOLITHDIR?= ${LHORDEDIR}/kronolith
|
||||
|
||||
PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= KRONOLITHDIR=${KRONOLITHDIR}
|
||||
PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR}
|
||||
|
||||
KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR}
|
||||
CONFDIR= ${KRONOLITHDIR}/config
|
||||
@ -114,9 +116,6 @@ post-install:
|
||||
fi
|
||||
. endif
|
||||
.endif
|
||||
@${SED} -e "s:%%KRONOLITHDIR%%:${KRONOLITHDIR}:g;s:%%DOCSDIR%%:${DOCSDIR}:g" \
|
||||
-e "s:%%LOCALBASE%%:${LOCALBASE}:" < ${FILESDIR}/pkg-message.in \
|
||||
> ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (kronolith-h3-2.0.2.tar.gz) = 876acd83dda5a0fd786989247131c678
|
||||
SIZE (kronolith-h3-2.0.2.tar.gz) = 1282294
|
||||
MD5 (kronolith-h3-2.0.3.tar.gz) = a17f41f0724acec5e561cfd7300759bd
|
||||
SIZE (kronolith-h3-2.0.3.tar.gz) = 1278036
|
||||
|
@ -122,6 +122,7 @@
|
||||
%%KRONOLITHDIR%%/scripts/sql/kronolith.pgsql.sql
|
||||
%%KRONOLITHDIR%%/scripts/sql/kronolith.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/1.1_to_2.0.mysql.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/1.1_to_2.0.pgsql.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/2004-05-19_convert_categories_to_strings.php
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/2004-12-21_add_event_uid.pgsql.sql
|
||||
%%KRONOLITHDIR%%/scripts/upgrades/2004-12-21_add_event_uid.sql
|
||||
@ -171,10 +172,12 @@
|
||||
%%KRONOLITHDIR%%/templates/week/head.inc
|
||||
%%KRONOLITHDIR%%/templates/week/head_side_by_side.inc
|
||||
%%KRONOLITHDIR%%/themes/bluewhite/screen.css
|
||||
%%KRONOLITHDIR%%/themes/burntorange/screen.css
|
||||
%%KRONOLITHDIR%%/themes/graphics/alarm_small.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/attendees.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/calendars.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/dayview.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/favicon.ico
|
||||
%%KRONOLITHDIR%%/themes/graphics/goto.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/kronolith.png
|
||||
%%KRONOLITHDIR%%/themes/graphics/monthview.png
|
||||
@ -198,6 +201,7 @@ etc/horde/httpd.conf.kronolith
|
||||
@dirrm %%KRONOLITHDIR%%/themes/print
|
||||
@dirrm %%KRONOLITHDIR%%/themes/mozilla
|
||||
@dirrm %%KRONOLITHDIR%%/themes/graphics
|
||||
@dirrm %%KRONOLITHDIR%%/themes/burntorange
|
||||
@dirrm %%KRONOLITHDIR%%/themes/bluewhite
|
||||
@dirrm %%KRONOLITHDIR%%/themes
|
||||
@dirrm %%KRONOLITHDIR%%/templates/week
|
||||
|
Loading…
Reference in New Issue
Block a user