diff options
author | kris <kris@FreeBSD.org> | 2001-05-07 21:53:47 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-05-07 21:53:47 +0000 |
commit | 300513d7d028a067b0235fe0ee614aab480677a6 (patch) | |
tree | 88f76c503dff99710c30755ac4f86994bb5e453d /comms | |
parent | 1fe944aafdb890b40b6fe5c67288452801803ebe (diff) | |
download | FreeBSD-ports-300513d7d028a067b0235fe0ee614aab480677a6.zip FreeBSD-ports-300513d7d028a067b0235fe0ee614aab480677a6.tar.gz |
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.
Diffstat (limited to 'comms')
-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 348f46d..0ddff4c 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 |