Date: Thu, 5 Aug 2010 07:17:52 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r372 - branches/experimental/deskutils/lightning Message-ID: <201008050717.o757HqqJ022425@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat
Date: Thu Aug 5 07:17:51 2010
New Revision: 372
Log:
- It looks like we have to bring this one to the ports tree too. Prepare
the import.
Modified:
branches/experimental/deskutils/lightning/Makefile
branches/experimental/deskutils/lightning/pkg-descr
Modified: branches/experimental/deskutils/lightning/Makefile
==============================================================================
--- branches/experimental/deskutils/lightning/Makefile Wed Aug 4 17:41:12 2010 (r371)
+++ branches/experimental/deskutils/lightning/Makefile Thu Aug 5 07:17:51 2010 (r372)
@@ -6,17 +6,16 @@
#
PORTNAME= lightning
-DISTVERSION= 1.0b2
+DISTVERSION= 1.0
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED}
-MASTER_SITE_SUBDIR= calendar/${PORTNAME}/releases/${DISTVERSION}rc3/source
-DISTNAME= ${PORTNAME}-${DISTVERSION}.source
+MASTER_SITE_SUBDIR= calendar/${PORTNAME}/releases/${DISTVERSION}b2/source
+DISTNAME= ${PORTNAME}-${DISTVERSION}b2.source
MAINTAINER= gecko@FreeBSD.org
-COMMENT= An integrated calendar for Thunderbird and SeaMonkey
+COMMENT= An integrated calendar for Thunderbird 3.1
-OPTIONS+= THUNDERBIRD "Install Thunderbird 3.1" on \
- SEAMONKEY "Install SeaMonkey 2.0" off
+RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird
USE_AUTOTOOLS= autoconf:213 libtool:22
ALL_TARGET= default
@@ -46,14 +45,6 @@
.include <bsd.libnames.mk>
.include <bsd.port.pre.mk>
-.if defined(WITH_THUNDERBIRD)
-RUN_DEPENDS+= ${LOCALBASE}/lib/thunderbird/thunderbird-bin:${PORTSDIR}/mail/thunderbird
-.endif
-
-.if defined(WITH_SEAMONKEY)
-RUN_DEPENDS+= ${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey2
-.endif
-
XPI_FILE= ${DISTNAME}-${GECKO}-freebsd${OSVERSION:C/([0-9]).+/\1/}-${ARCH}.xpi
PLIST_FILES= %%DATADIR%%/${XPI_FILE}
PLIST_DIRS= %%DATADIR%%
Modified: branches/experimental/deskutils/lightning/pkg-descr
==============================================================================
--- branches/experimental/deskutils/lightning/pkg-descr Wed Aug 4 17:41:12 2010 (r371)
+++ branches/experimental/deskutils/lightning/pkg-descr Thu Aug 5 07:17:51 2010 (r372)
@@ -1,6 +1,5 @@
-Lightning brings the Sunbird calendar to the popular email client, Mozilla
-Thunderbird and the SeaMonkey internet application suite. Since it's an
-extension, Lightning is tightly integrated with Thunderbird or SeaMonkey,
-allowing it to easily perform email-related calendaring tasks.
+Lightning brings the Sunbird calendar to the popular email client Mozilla
+Thunderbird. Since it's an extension, Lightning is tightly integrated with
+Thunderbird, allowing it to easily perform email-related calendaring tasks.
WWW: http://www.mozilla.org/projects/calendar/lightning/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008050717.o757HqqJ022425>
