diff options
author | oliver <oliver@FreeBSD.org> | 2004-11-01 07:47:54 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-11-01 07:47:54 +0800 |
commit | 27a33a7e87826c6e1ff984fddcb1f53ec2f130f7 (patch) | |
tree | 661a36e57f9bbdf167a2bcfa6cd1c4f58d02bd08 /mail/sylpheed3/Makefile | |
parent | 73f510891fa95a35af239acd2f89e5bfcd278d98 (diff) | |
download | freebsd-ports-gnome-27a33a7e87826c6e1ff984fddcb1f53ec2f130f7.tar.gz freebsd-ports-gnome-27a33a7e87826c6e1ff984fddcb1f53ec2f130f7.tar.zst freebsd-ports-gnome-27a33a7e87826c6e1ff984fddcb1f53ec2f130f7.zip |
update to 1.0.0.b.1
Diffstat (limited to 'mail/sylpheed3/Makefile')
-rw-r--r-- | mail/sylpheed3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index efc78ca20f3b..bb63c5be740a 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -6,15 +6,16 @@ # PORTNAME= sylpheed -PORTVERSION= 0.9.99 +PORTVERSION= 1.0.0.b.1 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:mime/} \ http://sylpheed.good-day.net/sylpheed/:source \ ${MASTER_SITE_SOURCEFORGE:S/$/:source/} MASTER_SITE_SUBDIR= sylpheed-claws/:source oliver/:mime +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source mime.types:mime -DIST_SUBDIR= sylpheed +DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= oliver@FreeBSD.org |