From owner-freebsd-ports Tue Mar 12 10: 0:27 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5270937B41A for ; Tue, 12 Mar 2002 10:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2CI02B14871; Tue, 12 Mar 2002 10:00:02 -0800 (PST) (envelope-from gnats) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id 8E72A37B404 for ; Tue, 12 Mar 2002 09:52:32 -0800 (PST) Received: from fwd00.sul.t-online.de by mailout01.sul.t-online.com with smtp id 16koJb-00043e-04; Tue, 12 Mar 2002 16:35:51 +0100 Received: from spirit.corecode.ath.cx (320050403952-0001@[217.82.54.55]) by fmrl00.sul.t-online.com with esmtp id 16koJF-1LQ8tkC; Tue, 12 Mar 2002 16:35:29 +0100 Received: from elevation.zuhause.stoert.net (elevation.zuhause.stoert.net [192.168.66.46]) by spirit.corecode.ath.cx (8.11.6/8.11.6) with ESMTP id g2CFZSs62921 for ; Tue, 12 Mar 2002 16:35:28 +0100 (CET) (envelope-from corecode@corecode.ath.cx) Received: (from corecode@localhost) by elevation.zuhause.stoert.net (8.11.6/8.11.6) id g2CFZOj58849; Tue, 12 Mar 2002 16:35:24 +0100 (CET) (envelope-from corecode) Message-Id: <200203121535.g2CFZOj58849@elevation.zuhause.stoert.net> Date: Tue, 12 Mar 2002 16:35:24 +0100 (CET) From: "Simon 'corecode' Schubert" Reply-To: "Simon 'corecode' Schubert" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35825: maintainer update: mail/sylpheed-claws Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35825 >Category: ports >Synopsis: maintainer update: mail/sylpheed-claws >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 12 10:00:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Simon 'corecode' Schubert >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD elevation.zuhause.stoert.net 4.5-STABLE FreeBSD 4.5-STABLE #8: Fri Mar 1 23:38:06 CET 2002 corecode@elevation.zuhause.stoert.net:/usr/obj/i386/k7/usr/src/sys/ELEVATION i386 >Description: update to upstream version 0.7.4 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /usr/local/cvs/ports/sylpheed-claws/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- Makefile 20 Feb 2002 02:19:16 -0000 1.5 +++ Makefile 12 Mar 2002 15:30:40 -0000 1.6 @@ -6,14 +6,20 @@ # PORTNAME= sylpheed-claws -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.4 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws DISTNAME= sylpheed-${PORTVERSION}claws +DISTFILES= ${EXTRACT_ONLY} \ + ${THEMEFILE} +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= corecode@corecode.ath.cx +THEMEFILE= sylpheed-theme-pak1${EXTRACT_SUFX} + +USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes @@ -83,11 +89,15 @@ @${ECHO} " WITHOUT_SSL Disable OpenSSL support" @${ECHO} "" +post-extract: + @${MKDIR} ${WRKSRC}/themes + @cd ${WRKSRC}/themes && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${THEMEFILE} ${EXTRACT_AFTER_ARGS} + post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl .if defined(NOPORTDOCS) - @${PERL} -pi -e 's|^(SUBDIRS = .*)manual (.*)|\1\2|' ${WRKSRC}/Makefile.in + @${PERL} -pi -e 's|^(SUBDIRS = .*)manual faq (.*)|\1\2|' ${WRKSRC}/Makefile.in .endif pre-build: Index: distinfo =================================================================== RCS file: /usr/local/cvs/ports/sylpheed-claws/distinfo,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- distinfo 19 Feb 2002 12:37:43 -0000 1.3 +++ distinfo 12 Mar 2002 15:30:40 -0000 1.4 @@ -1 +1,2 @@ -MD5 (sylpheed-0.7.2claws.tar.gz) = 40d7943b2f878b4fa81ce16a1bf4501f +MD5 (sylpheed-0.7.4claws.tar.bz2) = 05073add80cb59b2f8f6a448275a7493 +MD5 (sylpheed-theme-pak1.tar.bz2) = 7fcc9148f6f1d458424923ec9851ef7c Index: pkg-descr =================================================================== RCS file: /usr/local/cvs/ports/sylpheed-claws/pkg-descr,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pkg-descr 16 Feb 2002 15:06:22 -0000 1.2 +++ pkg-descr 12 Mar 2002 15:30:40 -0000 1.3 @@ -12,7 +12,8 @@ * folder properties: associate certain options per folder, 'Request Return Receipt', 'Default To', and 'Default account' * subject simplification for changing the display of subject lines via RegExp -* pixmap themes +* pixmap themes, delete news postings, new mail notification +* selectable pop download of messages and more... WWW: http://sylpheed-claws.sourceforge.net/ Index: pkg-plist =================================================================== RCS file: /usr/local/cvs/ports/sylpheed-claws/pkg-plist,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pkg-plist 16 Feb 2002 15:06:22 -0000 1.2 +++ pkg-plist 12 Mar 2002 15:30:41 -0000 1.3 @@ -11,6 +11,22 @@ %%PORTDOCS%%share/doc/sylpheed-claws/RELEASE_NOTES.claws %%PORTDOCS%%share/doc/sylpheed-claws/TODO %%PORTDOCS%%share/doc/sylpheed-claws/TODO.jp +%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-1.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-2.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-3.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-1.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-2.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-3.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-1.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-2.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-3.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-1.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-2.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-3.html +%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-1.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-10.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-11.html @@ -20,6 +36,7 @@ %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-15.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-16.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-17.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-18.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-2.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-3.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-4.html @@ -29,6 +46,27 @@ %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-8.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-9.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-1.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-10.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-11.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-12.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-13.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-14.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-15.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-16.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-17.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-18.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-19.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-2.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-20.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-3.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-4.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-5.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-6.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-7.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-8.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-9.html +%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-1.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-10.html %%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-11.html @@ -117,60 +155,150 @@ share/sylpheed-claws/themes/Kovico-sylpheed/unread.xpm share/sylpheed-claws/themes/Kovico-sylpheed/up_arrow.xpm share/sylpheed-claws/themes/Kovico-sylpheed/vcard.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/address.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/address_book.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/close.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/dir_close.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/dir_close_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/dir_open.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/dir_open_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/down_arrow.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/edit_extern.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/exec.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/forwarded.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/ignorethread.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/inbox_close.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/inbox_close_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/inbox_open.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/inbox_open_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/insert_file.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_attach.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_compose.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_forward.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_receive.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_receive_all.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_reply.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_reply_to_all.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_reply_to_author.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_send.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_send_queue.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/mail_sign.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/new.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/news_compose.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/outbox_close.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/outbox_close_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/outbox_open.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/outbox_open_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/paste.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/queue_close.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/queue_close_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/queue_open.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/queue_open_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/replied.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/trash_close.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/trash_close_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/trash_open.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/trash_open_hrm.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/unread.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/up_arrow.xpm -share/sylpheed-claws/themes/Plain_and_Blueish/vcard.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/address.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/address_book.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/close.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/dir_close.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/dir_close_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/dir_open.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/dir_open_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/down_arrow.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/edit_extern.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/exec.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/forwarded.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/ignorethread.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/inbox_close.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/inbox_close_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/inbox_open.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/inbox_open_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/insert_file.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_attach.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_compose.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_forward.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_receive.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_receive_all.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply_to_all.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply_to_author.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_send.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_send_queue.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/mail_sign.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/new.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/news_compose.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/outbox_close.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/outbox_close_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/outbox_open.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/outbox_open_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/paste.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/queue_close.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/queue_close_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/queue_open.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/queue_open_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/replied.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/trash_close.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/trash_close_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/trash_open.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/trash_open_hrm.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/unread.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/up_arrow.xpm +share/sylpheed-claws/themes/Plain_and_Bluish/vcard.xpm +share/sylpheed-claws/themes/README +share/sylpheed-claws/themes/XeNtish/README +share/sylpheed-claws/themes/XeNtish/address.xpm +share/sylpheed-claws/themes/XeNtish/address_book.xpm +share/sylpheed-claws/themes/XeNtish/close.xpm +share/sylpheed-claws/themes/XeNtish/dir_close.xpm +share/sylpheed-claws/themes/XeNtish/dir_close_hrm.xpm +share/sylpheed-claws/themes/XeNtish/dir_open.xpm +share/sylpheed-claws/themes/XeNtish/dir_open_hrm.xpm +share/sylpheed-claws/themes/XeNtish/down_arrow.xpm +share/sylpheed-claws/themes/XeNtish/edit_extern.xpm +share/sylpheed-claws/themes/XeNtish/exec.xpm +share/sylpheed-claws/themes/XeNtish/forwarded.xpm +share/sylpheed-claws/themes/XeNtish/ignorethread.xpm +share/sylpheed-claws/themes/XeNtish/inbox_close.xpm +share/sylpheed-claws/themes/XeNtish/inbox_close_hrm.xpm +share/sylpheed-claws/themes/XeNtish/inbox_open.xpm +share/sylpheed-claws/themes/XeNtish/inbox_open_hrm.xpm +share/sylpheed-claws/themes/XeNtish/insert_file.xpm +share/sylpheed-claws/themes/XeNtish/mail.xpm +share/sylpheed-claws/themes/XeNtish/mail_attach.xpm +share/sylpheed-claws/themes/XeNtish/mail_compose.xpm +share/sylpheed-claws/themes/XeNtish/mail_forward.xpm +share/sylpheed-claws/themes/XeNtish/mail_receive.xpm +share/sylpheed-claws/themes/XeNtish/mail_receive_all.xpm +share/sylpheed-claws/themes/XeNtish/mail_reply.xpm +share/sylpheed-claws/themes/XeNtish/mail_reply_to_all.xpm +share/sylpheed-claws/themes/XeNtish/mail_reply_to_author.xpm +share/sylpheed-claws/themes/XeNtish/mail_send.xpm +share/sylpheed-claws/themes/XeNtish/mail_send_queue.xpm +share/sylpheed-claws/themes/XeNtish/mail_sign.xpm +share/sylpheed-claws/themes/XeNtish/new.xpm +share/sylpheed-claws/themes/XeNtish/news_compose.xpm +share/sylpheed-claws/themes/XeNtish/outbox_close.xpm +share/sylpheed-claws/themes/XeNtish/outbox_close_hrm.xpm +share/sylpheed-claws/themes/XeNtish/outbox_open.xpm +share/sylpheed-claws/themes/XeNtish/outbox_open_hrm.xpm +share/sylpheed-claws/themes/XeNtish/paste.xpm +share/sylpheed-claws/themes/XeNtish/queue_close.xpm +share/sylpheed-claws/themes/XeNtish/queue_close_hrm.xpm +share/sylpheed-claws/themes/XeNtish/queue_open.xpm +share/sylpheed-claws/themes/XeNtish/queue_open_hrm.xpm +share/sylpheed-claws/themes/XeNtish/replied.xpm +share/sylpheed-claws/themes/XeNtish/trash_close.xpm +share/sylpheed-claws/themes/XeNtish/trash_close_hrm.xpm +share/sylpheed-claws/themes/XeNtish/trash_open.xpm +share/sylpheed-claws/themes/XeNtish/trash_open_hrm.xpm +share/sylpheed-claws/themes/XeNtish/unread.xpm +share/sylpheed-claws/themes/XeNtish/up_arrow.xpm +share/sylpheed-claws/themes/XeNtish/vcard.xpm +share/sylpheed-claws/themes/tml-pixmaps/clip.xpm +share/sylpheed-claws/themes/tml-pixmaps/close.xpm +share/sylpheed-claws/themes/tml-pixmaps/dir_close.xpm +share/sylpheed-claws/themes/tml-pixmaps/dir_close_hrm.xpm +share/sylpheed-claws/themes/tml-pixmaps/dir_open.xpm +share/sylpheed-claws/themes/tml-pixmaps/dir_open_hrm.xpm +share/sylpheed-claws/themes/tml-pixmaps/down_arrow.xpm +share/sylpheed-claws/themes/tml-pixmaps/inbox.xpm +share/sylpheed-claws/themes/tml-pixmaps/inbox_hrm.xpm +share/sylpheed-claws/themes/tml-pixmaps/locked.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_attach.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_compose.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_forward.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_receive.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_receive_all.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_reply.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_reply_to_all.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_reply_to_author.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_send.xpm +share/sylpheed-claws/themes/tml-pixmaps/mail_send_queue.xpm +share/sylpheed-claws/themes/tml-pixmaps/mark.xpm +share/sylpheed-claws/themes/tml-pixmaps/new.xpm +share/sylpheed-claws/themes/tml-pixmaps/news_compose.xpm +share/sylpheed-claws/themes/tml-pixmaps/outbox.xpm +share/sylpheed-claws/themes/tml-pixmaps/outbox_hrm.xpm +share/sylpheed-claws/themes/tml-pixmaps/paste.xpm +share/sylpheed-claws/themes/tml-pixmaps/replied.xpm +share/sylpheed-claws/themes/tml-pixmaps/trash_close.xpm +share/sylpheed-claws/themes/tml-pixmaps/trash_hrm.xpm +share/sylpheed-claws/themes/tml-pixmaps/trash_open.xpm +share/sylpheed-claws/themes/tml-pixmaps/unread.xpm +@dirrm share/sylpheed-claws/themes/tml-pixmaps +@dirrm share/sylpheed-claws/themes/XeNtish +@dirrm share/sylpheed-claws/themes/Plain_and_Bluish +@dirrm share/sylpheed-claws/themes/Kovico-sylpheed +@dirrm share/sylpheed-claws/themes +@dirrm share/sylpheed-claws +@unexec rmdir %D/share/pixmaps 2>/dev/null || true %%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/ja +%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/fr %%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/en %%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual +%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/it +%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/fr +%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/es +%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/en +%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq %%PORTDOCS%%@dirrm share/doc/sylpheed-claws -@dirrm share/sylpheed-claws/themes/Plain_and_Blueish -@dirrm share/sylpheed-claws/themes/Kovico-sylpheed -@dirrm share/sylpheed-claws/themes -@unexec rmdir %D/share/pixmaps 2>/dev/null || true -@dirrm share/sylpheed-claws Index: files/patch-configure =================================================================== RCS file: /usr/local/cvs/ports/sylpheed-claws/files/patch-configure,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- files/patch-configure 16 Feb 2002 15:06:22 -0000 1.2 +++ files/patch-configure 12 Mar 2002 15:30:41 -0000 1.3 @@ -1,5 +1,5 @@ ---- configure.orig Thu Feb 14 10:08:51 2002 -+++ configure Sat Feb 16 02:43:04 2002 +--- configure.orig Mon Mar 11 19:50:42 2002 ++++ configure Tue Mar 12 14:49:15 2002 @@ -756,7 +756,7 @@ fi @@ -18,16 +18,19 @@ SYLPHEED_GNOME_TRUE= SYLPHEED_GNOME_FALSE='#' else -@@ -7470,7 +7470,7 @@ +@@ -7470,9 +7470,9 @@ localedir='${prefix}/${DATADIRNAME}/locale' -manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' +manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual' +-faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq' ++faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq' + if test "x${datadir}" = 'x${prefix}/share'; then -@@ -9041,7 +9041,7 @@ +@@ -8939,7 +8939,7 @@ if test "$ac_cv_enable_ldap" = yes; then CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gthread`" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message