mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Upgrade to 4.1.3.
This is based on the submission, but with a few tweaks. In particular, the package list needed some fixes. Submitted by: Mike Tancsa <mike@sentex.net>
This commit is contained in:
parent
106a9f3906
commit
3a3942e4b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64438
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= hylafax
|
||||
PORTVERSION= 4.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.1.3
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= ftp://ftp.hylafax.org/source/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (hylafax/hylafax-4.1.tar.gz) = d8a60dcddb4bcfd67c494aee89d036e7
|
||||
MD5 (hylafax/hylafax-4.1.3.tar.gz) = b3e95810a7fc99685f92faa8ff59114e
|
||||
MD5 (hylafax/tiff-3.5-interfaces.patch) = c1d2847c9967a10961bb7fe123ecd8e6
|
||||
MD5 (hylafax/cvtDateTime.patch) = 57b2d1218e83504c85cf31c1e3746e4e
|
||||
MD5 (hylafax/rings-cid-passing.patch) = ade1d9adc9dd236e45176b7a0e3b5d78
|
||||
|
@ -1,14 +1,7 @@
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Wed May 30 19:29:46 2001
|
||||
+++ configure Mon Apr 8 22:28:59 2002
|
||||
@@ -440,7 +440,7 @@
|
||||
eval `cat $SRCDIR/VERSION | sed 's/\([0-9][0-9]*\)\.\([0-9][0-9]*\)\(.*\)/DIST_MAJOR=\1; DIST_MINOR=\2; DIST_TYPE=\3/'`
|
||||
DIST_ALPHA=`awk '{print $3}' $SRCDIR/dist/hylafax.alpha`
|
||||
VERSION="${DIST_MAJOR}.${DIST_MINOR}${DIST_TYPE}"
|
||||
-if [ $DIST_TYPE = beta ]; then
|
||||
+if [ "$DIST_TYPE" = beta ]; then
|
||||
VERSION="${VERSION}${DIST_ALPHA}"
|
||||
fi
|
||||
|
||||
@@ -2584,7 +2584,7 @@
|
||||
}
|
||||
CheckFuncDecl unlink 'extern int unlink(const char*);' unistd.h
|
||||
|
@ -8,6 +8,7 @@ bin/sendfax
|
||||
bin/sendpage
|
||||
etc/rc.d/hylafax.sh.sample
|
||||
lib/fax/faxcover.ps
|
||||
lib/fax/faxcover_example_sgi.ps
|
||||
lib/fax/faxmail.ps
|
||||
lib/fax/hfaxd.conf
|
||||
lib/fax/pagesizes
|
||||
@ -52,6 +53,7 @@ sbin/xferfaxstats
|
||||
@dirrm lib/fax
|
||||
@cwd /var/spool/hylafax
|
||||
COPYRIGHT
|
||||
bin/archive
|
||||
bin/faxrcvd
|
||||
bin/mkcover
|
||||
bin/notify
|
||||
@ -70,23 +72,32 @@ config/att-dataport-2.0
|
||||
config/att-dpexpress-2
|
||||
config/cirrus
|
||||
config/class1
|
||||
config/class1.0
|
||||
config/class2
|
||||
config/class2.0
|
||||
config/class2.1
|
||||
config/davicom-2
|
||||
config/dsi-scout+
|
||||
config/e-tech
|
||||
config/eicon
|
||||
config/eicon-2
|
||||
config/elsa-microlink-56k-basic-2.0
|
||||
config/everex-2496d
|
||||
config/exar
|
||||
config/gvc-288
|
||||
config/gvc-288-2
|
||||
config/hayes
|
||||
config/intel-400e
|
||||
config/lucent
|
||||
config/lucent-mt-2
|
||||
config/lucent-mt-20
|
||||
config/lucent-mt-21
|
||||
config/moto-288
|
||||
config/mt-1432
|
||||
config/nuvo-voyager
|
||||
config/ppi-pm14400fxmt
|
||||
config/ppi-pm14400fxsa
|
||||
config/prometheus
|
||||
config/rc144ac
|
||||
config/rc144ac-1
|
||||
config/rc288dpi
|
||||
@ -100,6 +111,7 @@ config/skel
|
||||
config/telebit-qblazer
|
||||
config/telebit-t3000
|
||||
config/telebit-wb
|
||||
config/topic
|
||||
config/tricom2842
|
||||
config/uds-fastalk
|
||||
config/umc92144
|
||||
|
Loading…
Reference in New Issue
Block a user