diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-20 13:54:56 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-01-20 13:54:56 +0000 |
commit | c5cd85c139c03fef5f8d80a195862b22d658f444 (patch) | |
tree | 07e556a484a46073fa327d298246bc2545f87d14 /mail/claws-mail | |
parent | db5f4533d8d419ffc79ae3b19f163fe0e758ed71 (diff) | |
download | ports-c5cd85c139c03fef5f8d80a195862b22d658f444.tar.gz ports-c5cd85c139c03fef5f8d80a195862b22d658f444.zip |
Notes
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/Makefile | 6 | ||||
-rw-r--r-- | mail/claws-mail/distinfo | 4 | ||||
-rw-r--r-- | mail/claws-mail/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 560a7b03cc53..077351741544 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sylpheed-claws -PORTVERSION= 0.9.13 -PORTREVISION= 3 +PORTVERSION= 1.0.0 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -174,7 +173,7 @@ post-patch: s|gpgme-config|gpgme03-config|' ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl - @${REINPLACE_CMD} -e "s|po intl src|po src|" ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e "s|po intl src|po src| ; s:@SYLPHEED_GNOME:#@SYLPHEED_GNOME:g" ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's:%%OPENSSL_LIBS%%:"-lssl -lcrypto":g' ${WRKSRC}/configure @for f in `${FIND} ${WRKSRC}/tools -type f -print`; do \ ${REINPLACE_CMD} -e "s|/usr/bin/perl|${PERL}|" $$f; done @@ -202,6 +201,7 @@ post-install: textviewer.sh update-po uudec vcard2xml.py ${DATADIR} .if ${HAVE_GNOME:Mgnomehier} != "" + @${MKDIR} ${PREFIX}/share/gnome/apps/Internet @${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${PREFIX}/share/gnome/apps/Internet/sylpheed-claws.desktop .endif diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo index 320cffe2e011..f3d315519a8f 100644 --- a/mail/claws-mail/distinfo +++ b/mail/claws-mail/distinfo @@ -1,4 +1,4 @@ -MD5 (sylpheed-claws-0.9.13.tar.bz2) = c528dbcb471a106dcccce145f58c4055 -SIZE (sylpheed-claws-0.9.13.tar.bz2) = 3048241 +MD5 (sylpheed-claws-1.0.0.tar.bz2) = 5721ef94a895e3d59cc560e92d84e7d0 +SIZE (sylpheed-claws-1.0.0.tar.bz2) = 3055515 MD5 (sylpheed-iconset-20040929.tar.gz) = d72cf03bf3d13cf9e2785eaca3807707 SIZE (sylpheed-iconset-20040929.tar.gz) = 1298891 diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist index 9b01212c5f1d..0c2d945162a7 100644 --- a/mail/claws-mail/pkg-plist +++ b/mail/claws-mail/pkg-plist @@ -187,7 +187,7 @@ lib/sylpheed-claws/plugins/trayicon.so @dirrm include/sylpheed-claws/common @dirrm include/sylpheed-claws/gtk %%GPGME%%@dirrm include/sylpheed-claws/plugins/pgpmime -@dirrm include/sylpheed-claws/plugins +@unexec rmdir %D/include/sylpheed-claws/plugins 2>/dev/null >/dev/null || true @dirrm include/sylpheed-claws %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin.so %%CLAM_PLUG%%lib/sylpheed-claws/plugins/clamav_plugin_gtk.so |