diff options
author | oliver <oliver@FreeBSD.org> | 2004-12-15 18:08:59 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-12-15 18:08:59 +0000 |
commit | 65e38991984f9b79ae5631a67966e12249082bee (patch) | |
tree | d1e79eb12ca193ce7f48a55233bc1027254ce313 /mail/sylpheed3/Makefile | |
parent | ccfe1a9b7b68897b46ea1a8a23d4009d150c8779 (diff) | |
download | FreeBSD-ports-65e38991984f9b79ae5631a67966e12249082bee.zip FreeBSD-ports-65e38991984f9b79ae5631a67966e12249082bee.tar.gz |
update to 1.0.0.r.1
Diffstat (limited to 'mail/sylpheed3/Makefile')
-rw-r--r-- | mail/sylpheed3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 4308953..c53839c 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -6,14 +6,14 @@ # PORTNAME= sylpheed -PORTVERSION= 1.0.0.b.4 +PORTVERSION= 1.0.0.r.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/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r.1/rc/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source mime.types:mime DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |