diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-17 22:45:05 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-17 22:45:05 +0000 |
commit | 69b00e38697283c69034a8889066a041bcbc5225 (patch) | |
tree | 503c7f964123b20029d613eefb654759f5f09c3a /mail/sylpheed2-devel/Makefile | |
parent | c5b77d76f69b148b4f3418f8a03cc2b301afaf05 (diff) | |
download | ports-69b00e38697283c69034a8889066a041bcbc5225.tar.gz ports-69b00e38697283c69034a8889066a041bcbc5225.zip |
update to 2.0.0.b.2
Notes
Notes:
svn path=/head/; revision=137657
Diffstat (limited to 'mail/sylpheed2-devel/Makefile')
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 7895b53cc022..ff53b7043ed8 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -6,12 +6,13 @@ # PORTNAME= sylpheed -PORTVERSION= 1.9.12 +PORTVERSION= 2.0.0.b.2 PORTREVISION= 0 CATEGORIES= mail ipv6 -MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/ \ +MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.0beta/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/} MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client |