diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2002-02-27 03:22:42 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2002-02-27 03:22:42 +0000 |
commit | f191bfbe47335427abf46029284beeabc5635eed (patch) | |
tree | 3266210f4334398b02ff847f40fecf1af17c7214 /net/obnc/Makefile | |
parent | bnetd project has been closed for DMCA. (diff) |
Update to 2002/02/22 snapshot.
Tested by: nectar
Diffstat (limited to 'net/obnc/Makefile')
-rw-r--r-- | net/obnc/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/obnc/Makefile b/net/obnc/Makefile index 5374e6269439..c73124a8ed04 100644 --- a/net/obnc/Makefile +++ b/net/obnc/Makefile @@ -6,11 +6,9 @@ # PORTNAME= obnc -PORTVERSION= 20010703 -PORTREVISION= 1 +PORTVERSION= 20020222 CATEGORIES= net ipv6 -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www.unixfreak.org/~dima/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dd MAINTAINER= dd@FreeBSD.org @@ -42,7 +40,7 @@ do-install: # .include <bsd.port.pre.mk> CVS_CMD?= cvs -z3 -CVS_DATE= Tue Jul 3 17:56:05 PDT 2001 +CVS_DATE= Fri Feb 22 00:09:41 UTC 2002 CVS_SITES?= anoncvs@anoncvs3.usa.openbsd.org:/cvs \ anoncvs@anoncvs1.ca.openbsd.org:/cvs CVS_MODULE= src/usr.bin/nc |