View | Details | Raw Unified | Return to bug 160820
Collapse All | Expand All

(-)dovecot2/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dovecot
8
PORTNAME=	dovecot
9
PORTVERSION=	2.0.14
9
PORTVERSION=	2.0.15
10
CATEGORIES=	mail ipv6
10
CATEGORIES=	mail ipv6
11
MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
11
MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
12
12
(-)dovecot2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dovecot-2.0.14.tar.gz) = 42eec803c84bc21a7658a0637428ef6d2f4e2ea8e8cce1177783cc4812c3c7fc
1
SHA256 (dovecot-2.0.15.tar.gz) = 63640303b5deb299a605a94ffd706cac6866d934175b291d2e66f64e95b97e0d
2
SIZE (dovecot-2.0.14.tar.gz) = 3300530
2
SIZE (dovecot-2.0.15.tar.gz) = 3303717
(-)dovecot2-pigeonhole/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	dovecot-pigeonhole
8
PORTNAME=	dovecot-pigeonhole
9
PORTVERSION=	0.2.3
9
PORTVERSION=	0.2.4
10
PORTREVISION=	1
10
#PORTREVISION=	1
11
CATEGORIES=	mail
11
CATEGORIES=	mail
12
MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
12
MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
13
DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
13
DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
(-)dovecot2-pigeonhole/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dovecot-2.0-pigeonhole-0.2.3.tar.gz) = 5f6f95f8e504e19c574d9d65fce382a2b3f8709ccf2d86beb709b09bf337b113
1
SHA256 (dovecot-2.0-pigeonhole-0.2.4.tar.gz) = 9a19dc50bb006de6ee0aec9d3c46e6ee5bc904ca823e6dd9636a2eec5378980e
2
SIZE (dovecot-2.0-pigeonhole-0.2.3.tar.gz) = 1213027
2
SIZE (dovecot-2.0-pigeonhole-0.2.4.tar.gz) = 1230408
(-)dovecot2-pigeonhole/files/patch-doc_Makefile_in (-20 lines)
Lines 1-20 Link Here
1
--- doc/Makefile.in.orig	2011-08-04 22:57:55.866970694 +0100
2
+++ doc/Makefile.in	2011-08-04 22:58:55.250588677 +0100
3
@@ -254,9 +254,6 @@
4
 top_builddir = @top_builddir@
5
 top_srcdir = @top_srcdir@
6
 SUBDIRS = man example-config
7
-docfiles = \
8
-	vacation.txt \
9
-	spamtest-virustest.txt
10
 
11
 @BUILD_DOCS_TRUE@sieve_doc_DATA = $(docfiles)
12
 EXTRA_DIST = \
13
@@ -305,7 +302,6 @@
14
 	-rm -rf .libs _libs
15
 install-sieve_docDATA: $(sieve_doc_DATA)
16
 	@$(NORMAL_INSTALL)
17
-	test -z "$(sieve_docdir)" || $(MKDIR_P) "$(DESTDIR)$(sieve_docdir)"
18
 	@list='$(sieve_doc_DATA)'; test -n "$(sieve_docdir)" || list=; \
19
 	for p in $$list; do \
20
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \

Return to bug 160820