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

Collapse All | Expand All

(-)b/Mk/Uses/autoreconf.mk (-2 / +3 lines)
Lines 88-95 _INCLUDE_USES_AUTORECONF_POST_MK= yes Link Here
88
_AUTORECONF=	2.69
88
_AUTORECONF=	2.69
89
BUILD_DEPENDS+=	autoconf2.69>=2.69:devel/autoconf2.69
89
BUILD_DEPENDS+=	autoconf2.69>=2.69:devel/autoconf2.69
90
.  else
90
.  else
91
_AUTORECONF=	2.71
91
_AUTORECONF=	2.72
92
BUILD_DEPENDS+=	autoconf>=2.71:devel/autoconf
92
BUILD_DEPENDS+=	autoconf>=${_AUTORECONF}:devel/autoconf
93
.  endif
93
.  endif
94
94
95
BUILD_DEPENDS+=	automake>=1.16.5:devel/automake
95
BUILD_DEPENDS+=	automake>=1.16.5:devel/automake
Lines 101-106 BUILD_DEPENDS+= libtoolize:devel/libtool Link Here
101
# In case autoconf-switch wrapper scripts are used during build.
101
# In case autoconf-switch wrapper scripts are used during build.
102
CONFIGURE_ENV+=	DEFAULT_AUTOCONF=${_AUTORECONF}
102
CONFIGURE_ENV+=	DEFAULT_AUTOCONF=${_AUTORECONF}
103
MAKE_ENV+=	DEFAULT_AUTOCONF=${_AUTORECONF}
103
MAKE_ENV+=	DEFAULT_AUTOCONF=${_AUTORECONF}
104
WRK_ENV+=	DEFAULT_AUTOCONF=${_AUTORECONF}
104
105
105
.  if ${autoreconf_ARGS:Nbuild:N2.69}
106
.  if ${autoreconf_ARGS:Nbuild:N2.69}
106
IGNORE= 	incorrect 'USES+=autoreconf:${autoreconf_ARGS}'\
107
IGNORE= 	incorrect 'USES+=autoreconf:${autoreconf_ARGS}'\
(-)b/devel/autoconf/Makefile (-3 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	autoconf
1
PORTNAME=	autoconf
2
PORTVERSION=	2.71
2
DISTVERSION=	2.72
3
PORTREVISION=	1
4
CATEGORIES=	devel
3
CATEGORIES=	devel
5
MASTER_SITES=	GNU
4
MASTER_SITES=	GNU
6
5
Lines 21-29 BUILD_DEPENDS= gm4:devel/m4 Link Here
21
RUN_DEPENDS=	autoconf-switch>=0:devel/autoconf-switch \
20
RUN_DEPENDS=	autoconf-switch>=0:devel/autoconf-switch \
22
		gm4:devel/m4
21
		gm4:devel/m4
23
22
24
VERSION=	2.71
25
USES=		perl5 tar:xz
23
USES=		perl5 tar:xz
26
24
25
VERSION=	${DISTVERSION}
26
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
28
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
29
CONFIGURE_ARGS=	--program-suffix=${VERSION} \
29
CONFIGURE_ARGS=	--program-suffix=${VERSION} \
(-)b/devel/autoconf/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1651493393
1
TIMESTAMP = 1709723659
2
SHA256 (autoconf-2.71.tar.xz) = f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4
2
SHA256 (autoconf-2.72.tar.xz) = ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a
3
SIZE (autoconf-2.71.tar.xz) = 1292296
3
SIZE (autoconf-2.72.tar.xz) = 1389680
(-)b/devel/autoconf/pkg-plist (-2 / +1 lines)
Lines 58-61 share/man/man1/ifnames%%VERSION%%.1.gz Link Here
58
%%DATADIR%%/m4sugar/m4sh.m4f
58
%%DATADIR%%/m4sugar/m4sh.m4f
59
%%DATADIR%%/m4sugar/m4sugar.m4
59
%%DATADIR%%/m4sugar/m4sugar.m4
60
%%DATADIR%%/m4sugar/m4sugar.m4f
60
%%DATADIR%%/m4sugar/m4sugar.m4f
61
%%DATADIR%%/m4sugar/version.m4
61
%%DATADIR%%/version.m4
62
- 

Return to bug 277046