diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-05-07 21:53:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-05-07 21:53:47 +0000 |
commit | b7ff0a750133d566df425de37fa41ed326e9b465 (patch) | |
tree | 6847efcc5c2d63c80abe70438f06bf93a4110f61 /comms/hylafax | |
parent | 04d55ceefe45762bf06b2c5800ecc227be3f8c00 (diff) | |
download | ports-b7ff0a750133d566df425de37fa41ed326e9b465.tar.gz ports-b7ff0a750133d566df425de37fa41ed326e9b465.zip |
Somehow I botched this upgrade -- I must have been building the previous
version even though I updated PORTVERSION. Since this was a security
update, mark it BROKEN for now until someone can fix it.
Notes
Notes:
svn path=/head/; revision=42382
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 348f46d09cec..0ddff4c2622c 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 4.1.b3 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ DISTNAME= ${PORTNAME}-4.1beta3 -WRKSRC= ${WRKDIR}/${PORTNAME}-4.1beta2 PATCH_SITES= http://www.hylafax.org/patches/ PATCHFILES= tiff-3.5-interfaces.patch cvtDateTime.patch @@ -18,6 +17,8 @@ PATCH_DIST_STRIP= -p0 MAINTAINER= ports@FreeBSD.org +BROKEN= "Oops, botched upgrade" + BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm # no dependency on ghostscript because we don't know which |