diff options
author | arved <arved@FreeBSD.org> | 2003-02-16 05:59:34 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-16 05:59:34 +0800 |
commit | 059572cc472ff23625d046a0d32906c1f2deed30 (patch) | |
tree | 6967d13fb91018196faf917bfe76adb522f0c887 /mail/sylpheed-claws | |
parent | 96928300713a09477b7a168f5dd5fe155f718221 (diff) | |
download | freebsd-ports-gnome-059572cc472ff23625d046a0d32906c1f2deed30.tar.gz freebsd-ports-gnome-059572cc472ff23625d046a0d32906c1f2deed30.tar.zst freebsd-ports-gnome-059572cc472ff23625d046a0d32906c1f2deed30.zip |
Update to 0.8.10
PR: 48238
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 5 | ||||
-rw-r--r-- | mail/sylpheed-claws/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed-claws/pkg-plist | 8 |
3 files changed, 9 insertions, 6 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 04de130f5590..543474087972 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed-claws -PORTVERSION= 0.8.9 +PORTVERSION= 0.8.10 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -75,6 +75,9 @@ CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS:S/"//g} .if defined(WITH_SA_PLUG) || defined(WITH_ALL) RUN_DEPENDS+= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin CONFIGURE_ARGS+= --enable-spamassassin-plugin +PLIST_SUB+= SA_PLUG="" +.else +PLIST_SUB+= SA_PLUG="@comment " .endif .if !defined(WITHOUT_SSL) USE_OPENSSL= yes diff --git a/mail/sylpheed-claws/distinfo b/mail/sylpheed-claws/distinfo index e9c9930e46a1..c4763ea8ef7e 100644 --- a/mail/sylpheed-claws/distinfo +++ b/mail/sylpheed-claws/distinfo @@ -1,2 +1,2 @@ -MD5 (sylpheed-0.8.9claws.tar.bz2) = c32f8a445b219694e827e7d370d6d487 +MD5 (sylpheed-0.8.10claws.tar.bz2) = 08645275c58d63929f2a6224dc684d05 MD5 (sylpheed-0.8.7claws-iconset.tar.gz) = 8159ffe656dc4256c1648fdd458945fb diff --git a/mail/sylpheed-claws/pkg-plist b/mail/sylpheed-claws/pkg-plist index 1aa9c1d696f9..b8fd73d0a3f4 100644 --- a/mail/sylpheed-claws/pkg-plist +++ b/mail/sylpheed-claws/pkg-plist @@ -2,8 +2,8 @@ bin/sylpheed-claws bin/sylpheed-switcher bin/sylprint.pl etc/sylprint.rc.example -lib/sylpheed-claws/plugins/spamassassin.so -lib/sylpheed-claws/plugins/spamassassin_gtk.so +%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin.so +%%SA_PLUG%%lib/sylpheed-claws/plugins/spamassassin_gtk.so %%PORTDOCS%%share/doc/sylpheed-claws/NEWS %%PORTDOCS%%share/doc/sylpheed-claws/README %%PORTDOCS%%share/doc/sylpheed-claws/README.claws @@ -773,5 +773,5 @@ share/sylpheed-claws/uudec %%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/de %%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq %%PORTDOCS%%@dirrm share/doc/sylpheed-claws -@dirrm lib/sylpheed-claws/plugins -@dirrm lib/sylpheed-claws +%%SA_PLUG%%@dirrm lib/sylpheed-claws/plugins +%%SA_PLUG%%@dirrm lib/sylpheed-claws |