mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Upgrade to version 1.1.24-Jan07
Change MASTER_SITE
This commit is contained in:
parent
208f3677ae
commit
2ff91276e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36908
3 changed files with 18 additions and 5 deletions
|
@ -6,14 +6,14 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= mgetty
|
PORTNAME= mgetty
|
||||||
PORTVERSION= 1.1.22.8.17
|
PORTVERSION= 1.1.24.01.07
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
|
MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/
|
||||||
DISTNAME= mgetty1.1.22-Aug17
|
DISTNAME= mgetty1.1.24-Jan07
|
||||||
|
|
||||||
MAINTAINER= jmz@FreeBSD.org
|
MAINTAINER= jmz@FreeBSD.org
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/mgetty-1.1.22
|
WRKSRC= ${WRKDIR}/mgetty-1.1.24
|
||||||
MAKE_FLAGS= prefix=${PREFIX} -f
|
MAKE_FLAGS= prefix=${PREFIX} -f
|
||||||
MAN1= coverpg.1 \
|
MAN1= coverpg.1 \
|
||||||
fax.1 \
|
fax.1 \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (mgetty1.1.22-Aug17.tar.gz) = 64e93292d58ec3741c42b80e43ce691c
|
MD5 (mgetty1.1.24-Jan07.tar.gz) = 91a8a44f656880b532de3da722050ec7
|
||||||
|
|
13
comms/mgetty+sendfax/files/patch-aj
Normal file
13
comms/mgetty+sendfax/files/patch-aj
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- goodies.c~ Sat Jan 6 18:46:34 2001
|
||||||
|
+++ goodies.c Sun Jan 7 22:54:32 2001
|
||||||
|
@@ -38,6 +38,10 @@
|
||||||
|
# include <fcntl.h>
|
||||||
|
# include <unistd.h>
|
||||||
|
#endif
|
||||||
|
+#ifdef __FreeBSD__
|
||||||
|
+# include <fcntl.h>
|
||||||
|
+# include <unistd.h>
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
/* get the base file name of a file path */
|
||||||
|
|
Loading…
Add table
Reference in a new issue