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 | |
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')
-rw-r--r-- | mail/balsa/Makefile | 4 | ||||
-rw-r--r-- | mail/esmtp/Makefile | 3 | ||||
-rw-r--r-- | mail/pecl-esmtp/Makefile | 1 | ||||
-rw-r--r-- | mail/spmfilter/Makefile | 1 |
4 files changed, 6 insertions, 3 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 86b767051476..4ca0b6653955 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= balsa PORTVERSION= 2.4.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail gnome MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -18,7 +18,7 @@ COMMENT= A mail reader for the GNOME 2 desktop LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ pcre.1:${PORTSDIR}/devel/pcre \ - esmtp.6:${PORTSDIR}/mail/libesmtp \ + esmtp.7:${PORTSDIR}/mail/libesmtp \ gmime-2.4.6:${PORTSDIR}/mail/gmime24 \ gnome-keyring:${PORTSDIR}/security/gnome-keyring \ canberra-gtk.0:${PORTSDIR}/audio/libcanberra 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 diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile index 4ef800fbc44c..223f10ab4f1e 100644 --- a/mail/pecl-esmtp/Makefile +++ b/mail/pecl-esmtp/Makefile @@ -7,6 +7,7 @@ PORTNAME= esmtp PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff --git a/mail/spmfilter/Makefile b/mail/spmfilter/Makefile index ca10d38b74fc..1646c3269878 100644 --- a/mail/spmfilter/Makefile +++ b/mail/spmfilter/Makefile @@ -7,6 +7,7 @@ PORTNAME= spmfilter PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/attachments/download/60/ |