diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-11 14:53:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-11-11 14:53:51 +0800 |
commit | e891e318793813a1a578cef41a8c53d3a04aea03 (patch) | |
tree | 70c6e606103255c84fa64243cf30fac48b455b41 /mail | |
parent | 936688c7e94226dc7dd924405cb2b1f19c842bed (diff) | |
download | marcuscom-ports-e891e318793813a1a578cef41a8c53d3a04aea03.tar.gz marcuscom-ports-e891e318793813a1a578cef41a8c53d3a04aea03.tar.zst marcuscom-ports-e891e318793813a1a578cef41a8c53d3a04aea03.zip |
Fix packaging.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9922 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-exchange/Makefile | 7 | ||||
-rw-r--r-- | mail/evolution-exchange/pkg-plist | 17 |
2 files changed, 15 insertions, 9 deletions
diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 9ba477364..e7e5d8db1 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,11 +3,12 @@ # Whom: Adam Weinberger, based off kiesel's ximian-exchange port # # $FreeBSD$ -# $MCom: ports/mail/evolution-exchange/Makefile,v 1.99 2007/10/15 20:59:13 mezz Exp $ +# $MCom: ports/mail/evolution-exchange/Makefile,v 1.101 2007/11/01 17:10:57 ahze Exp $ # PORTNAME= evolution-exchange PORTVERSION= 2.21.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -34,10 +35,10 @@ CONFIGURE_ARGS= --with-openldap=${LOCALBASE} \ --disable-compile-warnings \ --with-libdb=${LOCALBASE} -EVO_VERSION= 2.12 +EVO_VERSION= 2.22 VERSION= 2.22 PLIST_SUB= VERSION=${VERSION} EVO_VERSION=${EVO_VERSION} \ - EDS_VERSION="1.2" OLDDOCSDIR="share/doc/ximian-connector" + EDS_VERSION="1.2" GCONF_SCHEMAS= apps_exchange_addressbook-${VERSION}.schemas diff --git a/mail/evolution-exchange/pkg-plist b/mail/evolution-exchange/pkg-plist index 77a95d296..f4835b448 100644 --- a/mail/evolution-exchange/pkg-plist +++ b/mail/evolution-exchange/pkg-plist @@ -1,5 +1,10 @@ -bin/exchange-connector-setup-2.22 -libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_2.22.server +bin/exchange-connector-setup-%%VERSION%% +lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.a +lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.la +lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.so +lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelexchange.urls +libdata/bonobo/servers/GNOME_Evolution_Exchange_Storage_%%VERSION%%.server +libexec/evolution/%%EVO_VERSION%%/evolution-exchange-storage %%DOCSDIR%%/ch01.html %%DOCSDIR%%/ch02.html %%DOCSDIR%%/ch03.html @@ -147,9 +152,9 @@ share/locale/zh_TW/LC_MESSAGES/evolution-exchange-2.22.mo @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN -@dirrm %%DATADIR%%/2.22/ui -@dirrm %%DATADIR%%/2.22/images -@dirrm %%DATADIR%%/2.22/glade -@dirrm %%DATADIR%%/2.22 +@dirrm %%DATADIR%%/%%VERSION%%/ui +@dirrm %%DATADIR%%/%%VERSION%%/images +@dirrm %%DATADIR%%/%%VERSION%%/glade +@dirrm %%DATADIR%%/%%VERSION%% @dirrm %%DATADIR%% @dirrm %%DOCSDIR%% |