- 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)
This commit is contained in:
parent
853068f674
commit
3239891e05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147783
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue