summaryrefslogtreecommitdiff
path: root/dns/totd
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-03-19 04:17:23 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2002-03-19 04:17:23 +0000
commit86e0790656e645dc7efd99b25a7b473d7628c708 (patch)
treeeffbe1af982220fa8f890e0812db2c11af912f41 /dns/totd
parentSync with emacs21 update. (diff)
Upgrade to 1.3.
Approved by: kris
Notes
Notes: svn path=/head/; revision=56321
Diffstat (limited to 'dns/totd')
-rw-r--r--dns/totd/Makefile2
-rw-r--r--dns/totd/distinfo2
-rw-r--r--dns/totd/files/patch-aa14
3 files changed, 2 insertions, 16 deletions
diff --git a/dns/totd/Makefile b/dns/totd/Makefile
index 0de3885fbb91..d59d9d1a98a6 100644
--- a/dns/totd/Makefile
+++ b/dns/totd/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= totd
-PORTVERSION= 1.2
+PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
diff --git a/dns/totd/distinfo b/dns/totd/distinfo
index b2f57376f612..9c8b704456a1 100644
--- a/dns/totd/distinfo
+++ b/dns/totd/distinfo
@@ -1 +1 @@
-MD5 (totd-1.2.tar.gz) = 4e682bb293c771a2f6ffc30aded20e0e
+MD5 (totd-1.3.tar.gz) = bc6b85a5bddb72fc3fb20fa9fe50d3a0
diff --git a/dns/totd/files/patch-aa b/dns/totd/files/patch-aa
deleted file mode 100644
index 2a3cb92ea7c9..000000000000
--- a/dns/totd/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- config.h.in- Sun Apr 23 22:17:36 2000
-+++ config.h.in Sun Apr 23 22:17:45 2000
-@@ -33,9 +33,9 @@
-
- /* security aware -- seteuid if tot doesn't need priveledge. */
- /* the user/group name to use ... i recommend to make account of tot */
--#define TOT_USER "tot"
-+/*#define TOT_USER "tot"*/
- /* define loglevel if you need log for each root priv action */
--#define TOT_USER_LOGLVL LOG_INFO
-+/*#define TOT_USER_LOGLVL LOG_INFO*/
-
- /* if you use IPV6 */
- /*#define USE_INET6*/