diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 13:23:10 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-11-30 13:23:10 +0800 |
commit | 6b858f7dee09a58e39625ce488c8bccc00e859cb (patch) | |
tree | b11744c10dd2b92dbe297cebfd655250855a4c3b /mail | |
parent | 8bad2f31f7d330400081a24f5d9367f6f6885aef (diff) | |
download | freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.gz freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.zst freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.zip |
Chase shlib version bump of net-snmp.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index a92756663d7c..cb5f8c7b0747 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -187,7 +187,7 @@ BROKEN= "Multiple net-snmp versions selected. Run 'make config' again!" .if defined(WITH_SNMP_4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .elif defined(WITH_SNMP_5) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index a92756663d7c..cb5f8c7b0747 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -187,7 +187,7 @@ BROKEN= "Multiple net-snmp versions selected. Run 'make config' again!" .if defined(WITH_SNMP_4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .elif defined(WITH_SNMP_5) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index a92756663d7c..cb5f8c7b0747 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ @@ -187,7 +187,7 @@ BROKEN= "Multiple net-snmp versions selected. Run 'make config' again!" .if defined(WITH_SNMP_4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 .elif defined(WITH_SNMP_5) -LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp .endif .if defined(WITH_SNMP_4) || defined(WITH_SNMP_5) CONFIGURE_ARGS+=--with-snmp=${LOCALBASE} |