diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-11-10 12:00:09 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-11-10 12:00:09 +0800 |
commit | e9d1efba367d1b9406729eed00ffe275339744d6 (patch) | |
tree | 92eca3efe6b429bd2f851b4eef662847412ed68f /comms | |
parent | e555f7e094c1a5244b25880bfe215129418ce999 (diff) | |
download | freebsd-ports-gnome-e9d1efba367d1b9406729eed00ffe275339744d6.tar.gz freebsd-ports-gnome-e9d1efba367d1b9406729eed00ffe275339744d6.tar.zst freebsd-ports-gnome-e9d1efba367d1b9406729eed00ffe275339744d6.zip |
- Use gawk instead of awk. This fixes a problem sending email notifications.
- Bump PORTREVISION.
- Add SHA256.
PR: ports/85369
Submitted by: Phil Kernick <philk@rotfl.com.au>
Approved by: tdv94ped@cs.umu.se (maintainer, timeout 5 weeks)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 7 | ||||
-rw-r--r-- | comms/hylafax/distinfo | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index e20eb737b994..bd44e8fb2238 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -7,7 +7,7 @@ PORTNAME= hylafax PORTVERSION= 4.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ jpeg:${PORTSDIR}/graphics/jpeg +RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk + DIST_SUBDIR= hylafax CONFIGURE_ARGS= --with-INSTALL="" \ @@ -29,7 +31,8 @@ CONFIGURE_ARGS= --with-INSTALL="" \ --with-TIFFINC="${LOCALBASE}/include" \ --with-GCOPTS=" " --with-GCXXOPTS=" " \ --with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=none \ - --with-DIR_HTML="${DOCSDIR}" + --with-DIR_HTML="${DOCSDIR}" \ + --with-AWK="${LOCALBASE}/bin/gawk" SUB_FILES= pkg-message hylafax.sh.sample diff --git a/comms/hylafax/distinfo b/comms/hylafax/distinfo index 639c10fc9c2a..8ac7d471e26c 100644 --- a/comms/hylafax/distinfo +++ b/comms/hylafax/distinfo @@ -1,2 +1,3 @@ MD5 (hylafax/hylafax-4.2.1.tar.gz) = 05430e41a279d0fff6d6e4b444440829 +SHA256 (hylafax/hylafax-4.2.1.tar.gz) = 1f8bf5f7115e97cb7a97851e7dfdea84104ea255392d1c5da05f7f9ba67fc284 SIZE (hylafax/hylafax-4.2.1.tar.gz) = 1412035 |