diff options
author | alane <alane@FreeBSD.org> | 2002-10-15 05:50:31 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-15 05:50:31 +0000 |
commit | b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8 (patch) | |
tree | 150a373a9b7772302c436bce534e3fe5eae880b1 /devel/autoconf262 | |
parent | 23f907ea10cf5c29316eea4169aff06bde17fe90 (diff) | |
download | FreeBSD-ports-b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8.zip FreeBSD-ports-b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8.tar.gz |
Update distinfo and Makefile to 2.54.
Mark as BROKEN, BORKED, and FORBIDDEN. Undef NO_IGNORE so that people
have to abide by it.
Diffstat (limited to 'devel/autoconf262')
-rw-r--r-- | devel/autoconf262/Makefile | 11 | ||||
-rw-r--r-- | devel/autoconf262/distinfo | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/devel/autoconf262/Makefile b/devel/autoconf262/Makefile index db9669d3..f8c8e2c 100644 --- a/devel/autoconf262/Makefile +++ b/devel/autoconf262/Makefile @@ -6,8 +6,8 @@ # PORTNAME= autoconf -PORTVERSION= 2.53 -PORTREVISION= 1 +PORTVERSION= 2.54 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= autoconf @@ -18,7 +18,14 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +.undef NO_IGNORE +BORKED= "THIS IS A WORK IN PROGRESS. DON'T EVEN THINK ABOUT IT." +BROKEN= ${BORKED} +FORBIDDEN= ${BORKED} + USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4 diff --git a/devel/autoconf262/distinfo b/devel/autoconf262/distinfo index 5934f0e..4ea5b0e 100644 --- a/devel/autoconf262/distinfo +++ b/devel/autoconf262/distinfo @@ -1 +1 @@ -MD5 (autoconf-2.53.tar.bz2) = c121b003f51e293c2bf5a6105c721388 +MD5 (autoconf-2.54.tar.bz2) = 572ef5257f6927ad21dbad395f3da799 |