svn commit: r502447 - in branches/2019Q2/comms/hylafax: . files
Kubilay Kocak
koobs at FreeBSD.org
Fri May 24 10:16:56 UTC 2019
Author: koobs
Date: Fri May 24 10:16:54 2019
New Revision: 502447
URL: https://svnweb.freebsd.org/changeset/ports/502447
Log:
MFH: r500847 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
Approved by: ports-secteam (joneum)
Deleted:
branches/2019Q2/comms/hylafax/files/patch-libhylafax_FaxRecvInfo.c++
Modified:
branches/2019Q2/comms/hylafax/Makefile
branches/2019Q2/comms/hylafax/distinfo
branches/2019Q2/comms/hylafax/pkg-plist
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/comms/hylafax/Makefile
==============================================================================
--- branches/2019Q2/comms/hylafax/Makefile Fri May 24 10:14:57 2019 (r502446)
+++ branches/2019Q2/comms/hylafax/Makefile Fri May 24 10:16:54 2019 (r502447)
@@ -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: branches/2019Q2/comms/hylafax/distinfo
==============================================================================
--- branches/2019Q2/comms/hylafax/distinfo Fri May 24 10:14:57 2019 (r502446)
+++ branches/2019Q2/comms/hylafax/distinfo Fri May 24 10:16:54 2019 (r502447)
@@ -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: branches/2019Q2/comms/hylafax/pkg-plist
==============================================================================
--- branches/2019Q2/comms/hylafax/pkg-plist Fri May 24 10:14:57 2019 (r502446)
+++ branches/2019Q2/comms/hylafax/pkg-plist Fri May 24 10:16:54 2019 (r502447)
@@ -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
- at exec mkfifo -m 0600 %%HYLAFAX_SPOOL%%/FIFO
- at exec chown uucp:dialer %%HYLAFAX_SPOOL%%/FIFO
+ at postexec mkfifo -m 0600 %%HYLAFAX_SPOOL%%/FIFO
+ at postexec chown uucp:dialer %%HYLAFAX_SPOOL%%/FIFO
@rmtry %%HYLAFAX_SPOOL%%/FIFO
%%HYLAFAX_SPOOL%%/bin/ps2fax.gs
%%HYLAFAX_SPOOL%%/bin/ps2fax.dps
More information about the svn-ports-all
mailing list