diff options
author | kris <kris@FreeBSD.org> | 2001-05-08 14:23:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-05-08 14:23:59 +0800 |
commit | ad6c2b92dfd2e33d6977d6790fc300c69fb3bd7b (patch) | |
tree | f319e087ec1a7b26933d4eae437df557dcac28b1 /comms/hylafax/Makefile | |
parent | 896fd8f21f10e287cc28c9a927f9986ef3e09d7b (diff) | |
download | freebsd-ports-gnome-ad6c2b92dfd2e33d6977d6790fc300c69fb3bd7b.tar.gz freebsd-ports-gnome-ad6c2b92dfd2e33d6977d6790fc300c69fb3bd7b.tar.zst freebsd-ports-gnome-ad6c2b92dfd2e33d6977d6790fc300c69fb3bd7b.zip |
Revert to 4.1b2; the security hole in the vendor distribution of this
version was already patched in FreeBSD, so there's no reason to make this
port unavailable until it can be upgraded properly. Since the previous
commits did not leave this port buildable, no PORTEPOCH bump is required
even though the PORTREVISION has gone backwards.
Reminded by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 0ddff4c2622c..1e4fa64185a7 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -6,10 +6,11 @@ # PORTNAME= hylafax -PORTVERSION= 4.1.b3 +PORTVERSION= 4.1.b2 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ -DISTNAME= ${PORTNAME}-4.1beta3 +DISTNAME= ${PORTNAME}-4.1beta2 PATCH_SITES= http://www.hylafax.org/patches/ PATCHFILES= tiff-3.5-interfaces.patch cvtDateTime.patch @@ -17,8 +18,6 @@ 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 |