diff options
author | Adam David <adam@FreeBSD.org> | 1996-02-21 23:59:39 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-02-21 23:59:39 +0000 |
commit | 448ae032e7892ef0016f5ac7775d2bd6ad0d9ae5 (patch) | |
tree | 4f28bc4e666a0bf940ea6379e36627c43f9b91bf /www | |
parent | 0834d52875572c6865802c15f2352cc29396c5e2 (diff) | |
download | ports-448ae032e7892ef0016f5ac7775d2bd6ad0d9ae5.tar.gz ports-448ae032e7892ef0016f5ac7775d2bd6ad0d9ae5.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/wn/Makefile | 6 | ||||
-rw-r--r-- | www/wn/distinfo | 2 | ||||
-rw-r--r-- | www/wn/files/patch-aa | 6 |
3 files changed, 6 insertions, 8 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile index df76b376d1a6..20607bd158f5 100644 --- a/www/wn/Makefile +++ b/www/wn/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wn -# Version required: 1.06 +# Version required: 1.12 # Date created: 4 May 1995 # Whom: adam # -# $Id: Makefile,v 1.7 1996/01/14 23:00:24 adam Exp $ +# $Id: Makefile,v 1.8 1996/01/17 21:22:00 adam Exp $ # -DISTNAME= wn-1.12.3 +DISTNAME= wn-1.12.5 CATEGORIES+= www MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/ diff --git a/www/wn/distinfo b/www/wn/distinfo index f73909e73823..1a90d9c57f1d 100644 --- a/www/wn/distinfo +++ b/www/wn/distinfo @@ -1 +1 @@ -MD5 (wn-1.12.3.tar.gz) = 93dbf6c6bd509cf788bbed6839d077cd +MD5 (wn-1.12.5.tar.gz) = 8a12678e45595934a5f1516e2388676b diff --git a/www/wn/files/patch-aa b/www/wn/files/patch-aa index 0f8c8c4f0080..248765d24793 100644 --- a/www/wn/files/patch-aa +++ b/www/wn/files/patch-aa @@ -54,23 +54,21 @@ Pick one of the following Operating System types which describes your system and replace the SUN_OS4 value above *************** -*** 30,38 **** +*** 30,37 **** * Enter the complete path of your root data directory here. */ ! #define WN_LOGFILE "/usr/local/wnlogs/wn.log" ! #define WN_ERRLOGFILE "/usr/local/wnlogs/wn.log.err" -! #define AUTH_ERRLOGFILE "/usrlocal/wnlogs/wn.log.err" /* * Full path of the file you want to use for a log file and the ---- 30,38 ---- +--- 30,37 ---- * Enter the complete path of your root data directory here. */ ! #define WN_LOGFILE "/usr/local/wnlogs/wn.log" ! #define WN_ERRLOGFILE "/usr/local/wnlogs/wn-err.log" -! #define AUTH_ERRLOGFILE "/usr/local/wnlogs/wn-err.log" /* * Full path of the file you want to use for a log file and the |