View | Details | Raw Unified | Return to bug 212466 | Differences between
and this patch

Collapse All | Expand All

(-)UPDATING (-1 / +24 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20160912:
9
  AFFECTS: users of mail/sieve-connect
10
  AUTHOR: alexey@renatasystems.org
11
12
  Version 0.88 contains two breaking changes:
13
  1.  If the Sieve server does not offer STARTTLS, then connections should now
14
      fail.
15
  2.  When deriving a remote script name from the local filename, use the
16
      basename and strip off directories.
17
18
  For additional information see:
19
  http://mail.globnix.net/pipermail/sieve-connect-announce/2016/000012.html
20
21
20160910:
22
  AFFECTS: users of security/letsencrypt.sh
23
  AUTHOR: riggs@FreeBSD.org
24
25
  The config filename has been changed upstream from "config.sh"
26
  to "config". Users must rename the current config file manually.
27
  In addition, the default WELLKNOWN location has been changed to
28
  %%PREFIX%%/www/letsencrypt. In order to use the previous default
29
  location, the config file must be updated manually as well.
30
8
20160907:
31
20160907:
9
  AFFECTS: users of math/galculator
32
  AFFECTS: users of math/galculator
10
  AUTHOR: woodsb02@FreeBSD.org
33
  AUTHOR: woodsb02@FreeBSD.org
Lines 13487-13490 Link Here
13487
  'nobody' by default.  Make sure any existing configuration files are
13510
  'nobody' by default.  Make sure any existing configuration files are
13488
  readable by that user.
13511
  readable by that user.
13489
13512
13490
$FreeBSD: head/UPDATING 421469 2016-09-06 23:18:47Z woodsb02 $
13513
$FreeBSD: head/UPDATING 421709 2016-09-10 16:31:57Z riggs $
(-)mail/sieve-connect/Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/mail/sieve-connect/Makefile 417207 2016-06-21 13:24:53Z mat $
2
# $FreeBSD: head/mail/sieve-connect/Makefile 417207 2016-06-21 13:24:53Z mat $
3
3
4
PORTNAME=	sieve-connect
4
PORTNAME=	sieve-connect
5
PORTVERSION=	0.87
5
PORTVERSION=	0.88
6
PORTREVISION=	1
7
CATEGORIES=	mail
6
CATEGORIES=	mail
8
MASTER_SITES=	http://people.spodhuis.org/phil.pennock/software/ \
7
MASTER_SITES=	http://people.spodhuis.org/phil.pennock/software/ \
9
		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
8
		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
Lines 11-17 Link Here
11
MAINTAINER=	alexey@renatasystems.org
10
MAINTAINER=	alexey@renatasystems.org
12
COMMENT=	Command-line client for the MANAGESIEVE protocol
11
COMMENT=	Command-line client for the MANAGESIEVE protocol
13
12
14
LICENSE=	PD
13
LICENSE=	BSD3CLAUSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
16
15
17
RUN_DEPENDS=	p5-Authen-SASL>=0:security/p5-Authen-SASL \
16
RUN_DEPENDS=	p5-Authen-SASL>=0:security/p5-Authen-SASL \
(-)mail/sieve-connect/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (sieve-connect-0.87.tar.bz2) = e3de80ab34994de0277fc7bf53b7c08e82db1a1f2762ddac4311d8191cea6c49
1
TIMESTAMP = 1473287119
2
SIZE (sieve-connect-0.87.tar.bz2) = 40023
2
SHA256 (sieve-connect-0.88.tar.bz2) = b8b0146120d76de7407017573d695680b9cae5fc4d9974f4a7cbf166328a3872
3
SIZE (sieve-connect-0.88.tar.bz2) = 45327

Return to bug 212466