Date: Mon, 26 Mar 2007 21:57:33 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: gnome@FreeBSD.org Subject: Re: [ports/mail/evolution] Fix pkg-plist Message-ID: <20070326215733.3661937d.nork@FreeBSD.org> In-Reply-To: <20070326214907.d2ebccf5.nork@FreeBSD.org> References: <20070326214907.d2ebccf5.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 26 Mar 2007 21:49:07 +0900 Norikatsu Shigemura <nork@freebsd.org> wrote: > Hi gnome maintainers! > I found a pkg-plist issue. So please check! Sorry, I found once more. Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/evolution/Makefile,v retrieving revision 1.137 diff -u -r1.137 Makefile --- Makefile 21 Mar 2007 20:10:01 -0000 1.137 +++ Makefile 26 Mar 2007 12:56:31 -0000 @@ -8,7 +8,7 @@ PORTNAME= evolution PORTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/mail/evolution/pkg-plist,v retrieving revision 1.63 diff -u -r1.63 pkg-plist --- pkg-plist 25 Mar 2007 12:24:34 -0000 1.63 +++ pkg-plist 26 Mar 2007 12:56:31 -0000 @@ -228,6 +228,8 @@ %%PILOT:%%lib/evolution/%%VERSION%%/conduits/libeaddress_conduit.so %%PILOT:%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.la %%PILOT:%%lib/evolution/%%VERSION%%/conduits/libecalendar_conduit.so +%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.la +%%PILOT:%%lib/evolution/%%VERSION%%/conduits/libememo_conduit.so %%PILOT:%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.la %%PILOT:%%lib/evolution/%%VERSION%%/conduits/libetodo_conduit.so lib/evolution/%%VERSION%%/libeabutil.la @@ -566,6 +568,7 @@ share/gnome/evolution/%%VERSION%%/weather/category_weather_tstorm_16.png %%PILOT:%%share/gnome/gnome-pilot/conduits/e-address-%%VERSION%%.conduit %%PILOT:%%share/gnome/gnome-pilot/conduits/e-calendar-%%VERSION%%.conduit +%%PILOT:%%share/gnome/gnome-pilot/conduits/e-memo-%%VERSION%%.conduit %%PILOT:%%share/gnome/gnome-pilot/conduits/e-todo-%%VERSION%%.conduit share/gnome/help/evolution/C/evolution.xml share/gnome/help/evolution/C/figures/Screenshot-Free-Busy.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070326215733.3661937d.nork>