diff options
author | alane <alane@FreeBSD.org> | 2002-10-15 13:50:31 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-15 13:50:31 +0800 |
commit | b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8 (patch) | |
tree | 150a373a9b7772302c436bce534e3fe5eae880b1 /devel/autoconf26 | |
parent | 23f907ea10cf5c29316eea4169aff06bde17fe90 (diff) | |
download | freebsd-ports-gnome-b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8.tar.gz freebsd-ports-gnome-b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8.tar.zst freebsd-ports-gnome-b0fbd0aa8bf9dc32806f64f44756f8ff6ee7dee8.zip |
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/autoconf26')
-rw-r--r-- | devel/autoconf26/Makefile | 11 | ||||
-rw-r--r-- | devel/autoconf26/distinfo | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/devel/autoconf26/Makefile b/devel/autoconf26/Makefile index db9669d35b9b..f8c8e2cc2d27 100644 --- a/devel/autoconf26/Makefile +++ b/devel/autoconf26/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/autoconf26/distinfo b/devel/autoconf26/distinfo index 5934f0eaa52f..4ea5b0ed48c9 100644 --- a/devel/autoconf26/distinfo +++ b/devel/autoconf26/distinfo @@ -1 +1 @@ -MD5 (autoconf-2.53.tar.bz2) = c121b003f51e293c2bf5a6105c721388 +MD5 (autoconf-2.54.tar.bz2) = 572ef5257f6927ad21dbad395f3da799 |