diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /mail | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cone/Makefile | 2 | ||||
-rw-r--r-- | mail/gnome-gmail-notifier/Makefile | 2 | ||||
-rw-r--r-- | mail/hotwayd/Makefile | 9 | ||||
-rw-r--r-- | mail/mail-notification/Makefile | 2 | ||||
-rw-r--r-- | mail/synonym/Makefile | 1 |
5 files changed, 8 insertions, 8 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index ae64aae5d4ca..6a67868baf52 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -3,7 +3,7 @@ PORTNAME= cone PORTVERSION= 0.90 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail NO_STAGE= yes # This is for beta versions, leave it in please: diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile index 5e651f8f217a..cf824badb573 100644 --- a/mail/gnome-gmail-notifier/Makefile +++ b/mail/gnome-gmail-notifier/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnome-gmail-notifier PORTVERSION= 0.10.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail deskutils MASTER_SITES= GOOGLE_CODE diff --git a/mail/hotwayd/Makefile b/mail/hotwayd/Makefile index 4e3170c20176..40c5967cfe5d 100644 --- a/mail/hotwayd/Makefile +++ b/mail/hotwayd/Makefile @@ -3,7 +3,7 @@ PORTNAME= hotwayd PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= SF @@ -11,13 +11,12 @@ MASTER_SITES= SF MAINTAINER= john@jnielsen.net COMMENT= A Hotmail -> POP3 gateway -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - sasl2:${PORTSDIR}/security/cyrus-sasl2 +LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= iconv +USES= iconv gmake +USE_GNOME= libxml2 MAN1= hotwayd.1 \ hotsmtpd.1 diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 76e22ad09fcd..2721945aabcc 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -3,7 +3,7 @@ PORTNAME= mail-notification DISTVERSION= 5.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify diff --git a/mail/synonym/Makefile b/mail/synonym/Makefile index 15d515e3e5db..820787897158 100644 --- a/mail/synonym/Makefile +++ b/mail/synonym/Makefile @@ -3,6 +3,7 @@ PORTNAME= synonym PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= http://www.dv8.ro/Synonym/Synonym/source/ DISTNAME= ${PORTNAME}-0.4-3 |