diff options
author | oliver <oliver@FreeBSD.org> | 2003-12-15 17:27:41 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-12-15 17:27:41 +0800 |
commit | 11af50147c31de7ab6bdcb688338f2425b1556e1 (patch) | |
tree | 0f09921d84c437a2eb57e777cd958d5a15c5be84 /mail/sylpheed2/Makefile | |
parent | 7832ff185443a34f8ddc843c5847b8a5435b1fde (diff) | |
download | freebsd-ports-graphics-11af50147c31de7ab6bdcb688338f2425b1556e1.tar.gz freebsd-ports-graphics-11af50147c31de7ab6bdcb688338f2425b1556e1.tar.zst freebsd-ports-graphics-11af50147c31de7ab6bdcb688338f2425b1556e1.zip |
update sylpheed to 0.9.8.1 (0.9.8a)
Diffstat (limited to 'mail/sylpheed2/Makefile')
-rw-r--r-- | mail/sylpheed2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 5be21b12f56..3fb90a60592 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -6,12 +6,13 @@ # PORTNAME= sylpheed -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.8.1 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/a/} MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client |