diff options
author | Steve Price <steve@FreeBSD.org> | 1998-04-19 15:43:40 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-04-19 15:43:40 +0000 |
commit | ea1d88aafb02b2a9ad8d9e23d235e8f4362c5263 (patch) | |
tree | f829e1ad234282f6e8a94696411fe08cb97dd20d /news/ifmail | |
parent | 8b3fb6d2ddac90812148266f44cf703f7808bcb7 (diff) | |
download | ports-ea1d88aafb02b2a9ad8d9e23d235e8f4362c5263.tar.gz ports-ea1d88aafb02b2a9ad8d9e23d235e8f4362c5263.zip |
Notes
Diffstat (limited to 'news/ifmail')
-rw-r--r-- | news/ifmail/Makefile | 6 | ||||
-rw-r--r-- | news/ifmail/distinfo | 2 | ||||
-rw-r--r-- | news/ifmail/files/patch-CONFIG | 23 |
3 files changed, 7 insertions, 24 deletions
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 39b1b49593f3..43a28889df9c 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ifmail -# Version required: 2.13 +# Version required: 2.14 # Date created: 19 Feb 1997 # Whom: dirk.meyer@dinoex.sub.org # -# $Id: Makefile,v 1.5 1998/01/08 18:52:11 fenner Exp $ +# $Id: Makefile,v 1.6 1998/01/25 17:44:51 steve Exp $ # -DISTNAME= ifmail-2.13 +DISTNAME= ifmail-2.14 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ \ diff --git a/news/ifmail/distinfo b/news/ifmail/distinfo index 9f67faa16e7d..6905b5e78ae7 100644 --- a/news/ifmail/distinfo +++ b/news/ifmail/distinfo @@ -1 +1 @@ -MD5 (ifmail-2.13.tar.gz) = 9bfaf8984660a9ec2c3ebb75d36e42bd +MD5 (ifmail-2.14.tar.gz) = 3de7f15e0f4d9c222206c672bc289073 diff --git a/news/ifmail/files/patch-CONFIG b/news/ifmail/files/patch-CONFIG index 841e04ba588d..b2f8215462f2 100644 --- a/news/ifmail/files/patch-CONFIG +++ b/news/ifmail/files/patch-CONFIG @@ -1,5 +1,5 @@ -*** CONFIG Sat Sep 13 15:41:44 1997 ---- CONFIG.neu Fri Dec 5 11:01:29 1997 +*** CONFIG Sun Feb 1 23:33:08 1998 +--- CONFIG.neu Thu Mar 26 22:01:41 1998 *************** *** 8,21 **** # Debug messages turned on by -x key are written here. @@ -50,7 +50,7 @@ CICOLOG = LOG_LOCAL0 # Directory where UUCP lock files reside. -! LOCKDIR = "/var/spool/uucp" +! LOCKDIR = "/var/spool/lock" ! #LOCKDIR = "/var/lock" # Directory from which file requests are resolved. @@ -164,20 +164,3 @@ # SVR4 #LIBS = -ldbm -lform -lnsl -lsocket -lc -L/usr/ucblib -lucb # SCO -*************** -*** 275,281 **** - # What programs are absent at your system? - #NEEDED = strcasestr.o strncasecmp.o strcasecmp.o rename.o mkdir.o usleep.o \ - # regexpr.o -! # Linux - NEEDED = - # SVR4 - #NEEDED = regexpr.o ---- 277,283 ---- - # What programs are absent at your system? - #NEEDED = strcasestr.o strncasecmp.o strcasecmp.o rename.o mkdir.o usleep.o \ - # regexpr.o -! # Linux, FreeBSD - NEEDED = - # SVR4 - #NEEDED = regexpr.o |