ports/178502: Chase upstream releases for mail/dovecot2*
Alastair Hogge
agh at fastmail.fm
Sat May 11 07:40:01 UTC 2013
>Number: 178502
>Category: ports
>Synopsis: Chase upstream releases for mail/dovecot2*
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat May 11 07:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Alastair Hogge
>Release: 10-CURRENT
>Organization:
>Environment:
FreeBSD direwolf.aux.io 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r249977: Sat Apr 27 18:05:33 WST 2013 agh at direwolf.aux.io:/usr/obj/direwolf/svn/freebsd/exports/r249977/sys/DIREWOLF amd64
>Description:
Update the following ports:
mail/dovecot2 2.1.16 to 2.2.1
mail/dovecot2-antispam-plugin 20101222 to Dovecot.org hg fork at 5ebc6aae4d7c 2013-04-29
mail/dovecot2-pigeonhole 0.3.4 to 0.4.0
>How-To-Repeat:
>Fix:
Index: dovecot2/Makefile
===================================================================
--- dovecot2/Makefile (revision 317849)
+++ dovecot2/Makefile (working copy)
@@ -2,13 +2,16 @@
# $FreeBSD$
PORTNAME= dovecot
-PORTVERSION= 2.1.16
+PORTVERSION= 2.2.1
CATEGORIES= mail ipv6
MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/
MAINTAINER= bra at fsn.hu
COMMENT= Secure and compact IMAP and POP3 servers
+LICENSE= GPLv2 MIT
+LICENSE_COMB= multi
+
LATEST_LINK= dovecot2
CONFLICTS= dovecot-1.[0-9]*
Index: dovecot2/distinfo
===================================================================
--- dovecot2/distinfo (revision 317849)
+++ dovecot2/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.1.16.tar.gz) = a61d5fa774615849f6e754232c41a7a87dd0de619f1089627c3682180fa9b447
-SIZE (dovecot-2.1.16.tar.gz) = 3866802
+SHA256 (dovecot-2.2.1.tar.gz) = 50af4c6d6d20f97b4d9b1559266d79be03da9930d20885ec5fbe4daf5afa2545
+SIZE (dovecot-2.2.1.tar.gz) = 4258863
Index: dovecot2-antispam-plugin/Makefile
===================================================================
--- dovecot2-antispam-plugin/Makefile (revision 317849)
+++ dovecot2-antispam-plugin/Makefile (working copy)
@@ -2,21 +2,23 @@
# $FreeBSD$
PORTNAME= dovecot2-antispam-plugin
-PORTVERSION= 20101222
-PORTREVISION= 7
+PORTVERSION= 5ebc6aae4d7c
+PORTREVISION= 8
CATEGORIES= mail
-MASTER_SITES= http://www.bamus.cz/distfiles/
-DISTFILES= dovecot-antispam-plugin-${DISTVERSION}${EXTRACT_SUFX}
+MASTER_SITES= http://hg.dovecot.org/dovecot-antispam-plugin/archive/
+DISTFILES= ${PORTVERSION}.tar.bz2
MAINTAINER= ports at FreeBSD.org
COMMENT= Dovecot 2.x plugin for spam systems training
+LICENSE= GPLv2
+
BUILD_DEPENDS= dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2 \
gawk:${PORTSDIR}/lang/gawk
RUN_DEPENDS= dovecot>=2.0.7:${PORTSDIR}/mail/dovecot2
CONFLICTS= dovecot-antispam-1.*
-WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-43880985e3dd
+WRKSRC= ${WRKDIR}/dovecot-antispam-plugin-${PORTVERSION}
USE_AUTOTOOLS= aclocal autoheader autoconf
USE_BZIP2= yes
Index: dovecot2-antispam-plugin/distinfo
===================================================================
--- dovecot2-antispam-plugin/distinfo (revision 317849)
+++ dovecot2-antispam-plugin/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (dovecot-antispam-plugin-20101222.tar.bz2) = 3b72e3d6ac639abb64356ca330a2e41f183c11452d563ed8ac4a0f7b4ea55582
-SIZE (dovecot-antispam-plugin-20101222.tar.bz2) = 55753
+SHA256 (5ebc6aae4d7c.tar.bz2) = d615b8667b053741336aa1506558dd23f92e5b23f35f8addf1d8bb564cf1a816
+SIZE (5ebc6aae4d7c.tar.bz2) = 56340
Index: dovecot2-antispam-plugin/pkg-message
===================================================================
--- dovecot2-antispam-plugin/pkg-message (revision 317849)
+++ dovecot2-antispam-plugin/pkg-message (working copy)
@@ -1,6 +1,6 @@
---------------------------------------------------------------------
-This port assumes you are known with Dovecot and have it installed and
+This port assumes you are familiar with Dovecot and have it installed and
running on the system you have installed this plugin on.
Further information on configuration can be found at:
Index: dovecot2-pigeonhole/Makefile
===================================================================
--- dovecot2-pigeonhole/Makefile (revision 317849)
+++ dovecot2-pigeonhole/Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dovecot-pigeonhole
-PORTVERSION= 0.3.4
+PORTVERSION= 0.4.0
CATEGORIES= mail
MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
@@ -15,7 +15,7 @@
BUILD_DEPENDS:= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVERSION:R}
RUN_DEPENDS:= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVERSION:R}
-DOVECOTVERSION= 2.1
+DOVECOTVERSION= 2.2
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
Index: dovecot2-pigeonhole/distinfo
===================================================================
--- dovecot2-pigeonhole/distinfo (revision 317849)
+++ dovecot2-pigeonhole/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (dovecot-2.1-pigeonhole-0.3.4.tar.gz) = 34da8801c7695c397a53a13574fe8674b92aa9d936f91a1b6e6df787488a6d05
-SIZE (dovecot-2.1-pigeonhole-0.3.4.tar.gz) = 1089752
+SHA256 (dovecot-2.2-pigeonhole-0.4.0.tar.gz) = e630d0c73e9c60028c5d25780eb38eda556ca7a5983cc07b7c0ac8490c4a7fa5
+SIZE (dovecot-2.2-pigeonhole-0.4.0.tar.gz) = 1144018
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list