summaryrefslogtreecommitdiff
path: root/time/sunbird/Makefile-sunbird.common
diff options
context:
space:
mode:
authorghen <ghen>2006-06-07 19:29:59 +0000
committerghen <ghen>2006-06-07 19:29:59 +0000
commit3a144bf3fa139b6f042b501e6973cea5e40014fb (patch)
treec47ab5bc2408b64ac8ef624e5fb3546ee8aefd02 /time/sunbird/Makefile-sunbird.common
parent9a58a1f0aa3d925037815fd46a4261eb1a1a75f4 (diff)
downloadpkgsrc-3a144bf3fa139b6f042b501e6973cea5e40014fb.tar.gz
Update sunbird to 0.3alpha2, the second official release of the Mozilla Sunbird
project. From the Release Notes: Sunbird 0.3 alpha2 is not intended to be a production-quality release. (See Limitations and Known Bugs) Instead, it is being released largely in order to showcase/test the advanced new view code. This includes: * Inline editing of event titles * Restoration of drag and drop editing in the day/week views In addition to showcasing and testing the new views, Sunbird 0.3 alpha2 aims to fix many bugs identified in Sunbird 0.3 alpha1. Some highlights are: * Ability to modify individual elements of a recurring event * Fewer import/export errors * Better error reporting * Improved alarm functionality * A new, more intuitive New Event dialog * Better Mac support * Many other minor bug fixes
Diffstat (limited to 'time/sunbird/Makefile-sunbird.common')
-rw-r--r--time/sunbird/Makefile-sunbird.common16
1 files changed, 5 insertions, 11 deletions
diff --git a/time/sunbird/Makefile-sunbird.common b/time/sunbird/Makefile-sunbird.common
index a8867a438a5..c5101cd69f7 100644
--- a/time/sunbird/Makefile-sunbird.common
+++ b/time/sunbird/Makefile-sunbird.common
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile-sunbird.common,v 1.4 2006/03/29 07:47:14 ghen Exp $
+# $NetBSD: Makefile-sunbird.common,v 1.5 2006/06/07 19:29:59 ghen Exp $
MOZILLA_BIN= sunbird-bin
-MOZ_VER= 0.3a1
+MOZ_VER= 0.3alpha2
EXTRACT_SUFX= .tar.bz2
-DISTNAME= sunbird-${MOZ_VER}-source
+DISTNAME= sunbird-${MOZ_VER:S/alpha/a/}-source
CATEGORIES= time
-MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/sunbird/new-directory/releases/${MOZ_VER}/source/
-MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/sunbird/new-directory/releases/${MOZ_VER}/source/
+MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/${MOZ_VER:S/alpha/a/}/source/
+MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/releases/${MOZ_VER:S/alpha/a/}/source/
HOMEPAGE= http://www.mozilla.org/projects/calendar/sunbird.html
@@ -23,12 +23,6 @@ CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/chrome/app-chrome.manifest
CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/compreg.dat
CHECK_FILES_SKIP+= ${PREFIX}/lib/${MOZILLA}/components/xpti.dat
-pre-install:
- ${CP} -r ${WRKSRC}/dist/bin/defaults/profile/extensions \
- ${WRKSRC}/dist/bin
- ${MV} ${WRKSRC}/dist/bin/extensions/installed-extensions.txt \
- ${WRKSRC}/dist/bin/extensions/installed-extensions-processed.txt
-
post-install:
cd ${PREFIX}/lib/${MOZILLA} && \
${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. HOME=${WRKSRC:Q} \