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

Collapse All | Expand All

(-)sysutils/ansible27/Makefile (-10 / +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
5
PKGNAMESUFFIX=	27
4
PKGNAMESUFFIX=	27
6
5
7
CONFLICTS=	ansible-* \
6
CONFLICTS=	*ansible-2* \
8
		ansible1-* \
7
		*ansible1-* \
9
		ansible23-* \
8
		*ansible23-* \
10
		ansible24-* \
9
		*ansible24-* \
11
		ansible25-* \
10
		*ansible25-* \
12
		ansible26-* \
11
		*ansible26-* \
13
		ansible28-*
12
		*ansible28-* \
13
		*ansible29-* \
14
14
15
MASTERDIR=	${.CURDIR}/../ansible
15
MASTERDIR=	${.CURDIR}/../ansible29
16
DISTINFO_FILE=	${.CURDIR}/distinfo
16
DISTINFO_FILE=	${.CURDIR}/distinfo
17
17
18
USES=		cpe python
18
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