diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-25 11:12:47 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-25 11:12:47 +0800 |
commit | f55e2091aa6619458481dc393199dab2abd7ce26 (patch) | |
tree | 3ea1b83eccc26536059f4575cce13d04ec006779 /mail/libesmtp/Makefile | |
parent | 9872c9f40aa9123920b46ea129b90354aae3489b (diff) | |
download | freebsd-ports-gnome-f55e2091aa6619458481dc393199dab2abd7ce26.tar.gz freebsd-ports-gnome-f55e2091aa6619458481dc393199dab2abd7ce26.tar.zst freebsd-ports-gnome-f55e2091aa6619458481dc393199dab2abd7ce26.zip |
Update to 1.0rc1. This includes a minor ABI change as well as improved
performance.
PR: 41985
Submitted by: maintainer
Diffstat (limited to 'mail/libesmtp/Makefile')
-rw-r--r-- | mail/libesmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 3e9756a1c350..1bfcb2f481d4 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ PORTNAME= libesmtp -PORTVERSION= 0.8.11 +PORTVERSION= 1.0rc1 CATEGORIES= mail MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \ http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \ http://www.borgsdemons.com/distfiles/ -MAINTAINER= jmcoopr@webmail.bmi.net +MAINTAINER= coop9211@uidaho.edu USE_BZIP2= yes USE_GMAKE= yes |