Date: Sun, 5 May 2019 02:39:44 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500847 - in head/comms/hylafax: . files Message-ID: <201905050239.x452did4021295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sun May 5 02:39:43 2019 New Revision: 500847 URL: https://svnweb.freebsd.org/changeset/ports/500847 Log: comms/hylafax: Update to 6.0.7 - Remove upstreamed [1] patch-libhylafax_FaxRecvInfo.c++ - Pet portlint: section order, deprecated @exec [1] http://git.hylafax.org/HylaFAX?a=commit;h=dfc8a6ffe5a6031c6df716186681f92dac0d07cb Security: 3df5a920-6edc-11e9-a44b-0050562a4d7b MFH: 2019Q2 Deleted: head/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.c++ Modified: head/comms/hylafax/Makefile head/comms/hylafax/distinfo head/comms/hylafax/pkg-plist Modified: head/comms/hylafax/Makefile ============================================================================== --- head/comms/hylafax/Makefile Sun May 5 02:34:31 2019 (r500846) +++ head/comms/hylafax/Makefile Sun May 5 02:39:43 2019 (r500847) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hylafax -PORTVERSION= 6.0.6 -PORTREVISION= 8 +PORTVERSION= 6.0.7 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ @@ -17,10 +16,13 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:print/afm LIB_DEPENDS= libtiff.so:graphics/tiff \ libjbig.so:graphics/jbigkit -MAKE_JOBS_UNSAFE= yes -HAS_CONFIGURE= yes USES= fakeroot ghostscript jpeg +USE_RC_SUBR= hylafax + +MAKE_JOBS_UNSAFE= yes +HAS_CONFIGURE= yes + CONFIGURE_ARGS= --with-INSTALL="" \ --with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \ --with-ZLIB=no --with-LIBZ=-lz \ @@ -36,20 +38,24 @@ MAKE_ARGS+= OPTIMIZER="" -DOPTIMIZER PORTDOCS= RELEASENOTES-4.3.txt RELEASENOTES-4.4.txt RELEASENOTES-6.0.txt SUB_FILES= pkg-message -USE_RC_SUBR= hylafax OPTIONS_DEFINE= PAM NLS GAWK DOCS OPTIONS_DEFAULT=PAM -NO_OPTIONS_SORT=yes OPTIONS_SUB= yes + +NO_OPTIONS_SORT=yes + GAWK_DESC= Use gawk for scripts PAM_CONFIGURE_OFF= --disable-pam + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls + GAWK_BUILD_DEPENDS= gawk:lang/gawk GAWK_RUN_DEPENDS= gawk:lang/gawk GAWK_CONFIGURE_ON= --with-AWK="${LOCALBASE}/bin/gawk" + DOCS_CONFIGURE_ON= --with-HTML=yes .include <bsd.port.options.mk> Modified: head/comms/hylafax/distinfo ============================================================================== --- head/comms/hylafax/distinfo Sun May 5 02:34:31 2019 (r500846) +++ head/comms/hylafax/distinfo Sun May 5 02:39:43 2019 (r500847) @@ -1,2 +1,3 @@ -SHA256 (hylafax-6.0.6.tar.gz) = 28926915b23ce7f5b4896de8ac5f58389c2c6e6bb73b4eee5bbd5129603bf7c0 -SIZE (hylafax-6.0.6.tar.gz) = 1297412 +TIMESTAMP = 1556939625 +SHA256 (hylafax-6.0.7.tar.gz) = a3dcb1a7fd8794bd33cea9a9414c32da100119dd2131bd08ab3ab3749fc30315 +SIZE (hylafax-6.0.7.tar.gz) = 1309111 Modified: head/comms/hylafax/pkg-plist ============================================================================== --- head/comms/hylafax/pkg-plist Sun May 5 02:34:31 2019 (r500846) +++ head/comms/hylafax/pkg-plist Sun May 5 02:39:43 2019 (r500847) @@ -130,8 +130,8 @@ sbin/hylafax %%NLS%%share/locale/vi/LC_MESSAGES/hylafax-server.mo %%NLS%%share/locale/vi/LC_MESSAGES/libhylafax.mo %%HYLAFAX_SPOOL%%/COPYRIGHT -@exec mkfifo -m 0600 %%HYLAFAX_SPOOL%%/FIFO -@exec chown uucp:dialer %%HYLAFAX_SPOOL%%/FIFO +@postexec mkfifo -m 0600 %%HYLAFAX_SPOOL%%/FIFO +@postexec chown uucp:dialer %%HYLAFAX_SPOOL%%/FIFO @rmtry %%HYLAFAX_SPOOL%%/FIFO %%HYLAFAX_SPOOL%%/bin/ps2fax.gs %%HYLAFAX_SPOOL%%/bin/ps2fax.dps
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905050239.x452did4021295>