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

Collapse All | Expand All

(-)sysutils/ansible27/Makefile (-9 / +10 lines)
Lines 1-18 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTVERSION=	2.7.17
3
PORTVERSION=	2.7.18
4
PORTREVISION=	1
4
PORTREVISION=	1
5
PKGNAMESUFFIX=	27
5
PKGNAMESUFFIX=	27
6
6
7
CONFLICTS=	ansible-* \
7
CONFLICTS=	*ansible-2* \
8
		ansible1-* \
8
		*ansible1-* \
9
		ansible23-* \
9
		*ansible23-* \
10
		ansible24-* \
10
		*ansible24-* \
11
		ansible25-* \
11
		*ansible25-* \
12
		ansible26-* \
12
		*ansible26-* \
13
		ansible28-*
13
		*ansible28-* \
14
		*ansible29-* \
14
15
15
MASTERDIR=	${.CURDIR}/../ansible
16
MASTERDIR=	${.CURDIR}/../ansible29
16
DISTINFO_FILE=	${.CURDIR}/distinfo
17
DISTINFO_FILE=	${.CURDIR}/distinfo
17
18
18
USES=		cpe python
19
USES=		cpe python
(-)sysutils/ansible27/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1587128349
1
TIMESTAMP = 1603694580
2
SHA256 (ansible-2.7.17.tar.gz) = 9fdb79c43f7ad972dc7ccff8a4e9553d623e52dc80b802c619568d3c38f94ccc
2
SHA256 (ansible-2.7.18.tar.gz) = a1056225ddf53b3878d859aedc610138f39ceb8eb0445f0688034b8f9582fa69
3
SIZE (ansible-2.7.17.tar.gz) = 10215119
3
SIZE (ansible-2.7.18.tar.gz) = 10215054

Return to bug 250624