View | Details | Raw Unified | Return to bug 98222 | Differences between
and this patch

Collapse All | Expand All

(-)hylafax/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	hylafax
8
PORTNAME=	hylafax
9
PORTVERSION=	4.2.5
9
PORTVERSION=	4.3.0
10
CATEGORIES=	comms
10
CATEGORIES=	comms
11
MASTER_SITES=	ftp://ftp.hylafax.org/source/
11
MASTER_SITES=	ftp://ftp.hylafax.org/source/
12
12
(-)hylafax/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hylafax/hylafax-4.2.5.tar.gz) = 5989c2638f79b178cbe935882cd58f3e
1
MD5 (hylafax/hylafax-4.3.0.tar.gz) = 15fbb3eb5fdf6def379799442a68da4e
2
SHA256 (hylafax/hylafax-4.2.5.tar.gz) = 0a5f7c52ee377fed60281d97681f50ae23062348e139f7fcc215957df9e69eb7
2
SHA256 (hylafax/hylafax-4.3.0.tar.gz) = a50512bfe6ae60573084dadfb5a629de78db30d19ac59ad6750bd621e138817c
3
SIZE (hylafax/hylafax-4.2.5.tar.gz) = 1450958
3
SIZE (hylafax/hylafax-4.3.0.tar.gz) = 1468136
(-)hylafax/files/patch-Makefile (-14 lines)
Lines 1-14 Link Here
1
--- Makefile.in.orig	Mon Apr 14 12:44:42 2003
2
+++ Makefile.in	Sat Feb 11 12:00:16 2006
3
@@ -233,10 +233,8 @@
4
 makeClientDirs::
5
 	-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
6
 	    -idb hylafax.sw.client -dir \
7
-	    ${BIN} ${LIBDATA} ${LIBEXEC} ${SBIN}
8
+	    ${LIBDATA}
9
 makeServerDirs::
10
-	-${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \
11
-	    -idb hylafax.sw.server -dir ${SBIN};
12
 	-${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \
13
 	    -idb hylafax.sw.server -dir ${SPOOL}
14
 	-${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \
(-)hylafax/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Mon Jan 30 23:31:09 2006
2
+++ configure	Mon Jan 30 23:31:32 2006
3
@@ -2418,7 +2418,7 @@
4
 	if [ ${header_ver} -ge 19960307 ]; then
5
 	    case ${lib_ver} in
6
 		3.4)		tiff_runlen_t="uint16" ;;
7
-		3.[567])	tiff_runlen_t="uint32" ;;
8
+		3.[5678])	tiff_runlen_t="uint32" ;;
9
 	    esac
10
 	fi
11
     else
(-)hylafax/files/pkg-message.in (+2 lines)
Lines 15-20 Link Here
15
15
16
>cuaa1	"%%PREFIX%%/sbin/faxgetty"	dialup	on secure
16
>cuaa1	"%%PREFIX%%/sbin/faxgetty"	dialup	on secure
17
17
18
Be sure to rerun %%PREFIX%%/sbin/faxsetup after updating your hylafax version
19
 
18
Documentation:
20
Documentation:
19
	On Line Manuals: 	man hylafax-client
21
	On Line Manuals: 	man hylafax-client
20
				man hylafax-server
22
				man hylafax-server
(-)hylafax/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
(excerpt from HylaFAX FAQ, http://www.hylafax.org/HylaFAQ/Q001.html)
1
(excerpt from HylaFAX FAQ, http://www.hylafax.org/content/About_HylaFAX)
2
2
3
     HylaFAX is a facsimile system for UNIX systems. It supports:
3
     HylaFAX is a facsimile system for UNIX systems. It supports:
4
        o sending facsimile
4
        o sending facsimile

Return to bug 98222