diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-23 09:47:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-23 09:47:57 +0800 |
commit | e35ace6ab94e5597576f759dba02cff961288e37 (patch) | |
tree | 6ca55802c35744e74deb9305661467693375005c /mail/esmtp | |
parent | b4bac77b53783cfb62e761fda3690334283a761c (diff) | |
download | freebsd-ports-gnome-e35ace6ab94e5597576f759dba02cff961288e37.tar.gz freebsd-ports-gnome-e35ace6ab94e5597576f759dba02cff961288e37.tar.zst freebsd-ports-gnome-e35ace6ab94e5597576f759dba02cff961288e37.zip |
- Chase libesmtp shlib bump
Diffstat (limited to 'mail/esmtp')
-rw-r--r-- | mail/esmtp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/esmtp/Makefile b/mail/esmtp/Makefile index 86e56fdd08ff..ae0a44d9e6a6 100644 --- a/mail/esmtp/Makefile +++ b/mail/esmtp/Makefile @@ -7,13 +7,14 @@ PORTNAME= esmtp PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Relay-only Mail Transfer Agent with sendmail compatible syntax -LIB_DEPENDS= esmtp.6:${PORTSDIR}/mail/libesmtp +LIB_DEPENDS= esmtp.7:${PORTSDIR}/mail/libesmtp LICENSE= GPLv2 |