diff options
author | wennmach <wennmach> | 2003-03-05 13:10:21 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2003-03-05 13:10:21 +0000 |
commit | 4aaad69c6e57e8aa2b599117ce48f50ca508add2 (patch) | |
tree | 381ca1cb59b4c52051aced4ce978bb5974e1d20c /net/arla/Makefile | |
parent | 034dbd39e646f8a0a8c37c9988f35617751925b0 (diff) | |
download | pkgsrc-4aaad69c6e57e8aa2b599117ce48f50ca508add2.tar.gz |
Update arla to 0.35.12.
Not many changes, the most important one being a fix in the
directory handling. themis has been removed, and is separately
distributed now.
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 555cacb9d29..a26c34a4637 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.31 2003/01/28 22:03:48 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2003/03/05 13:10:21 wennmach Exp $ -DISTNAME= arla-0.35.12pre1 +DISTNAME= arla-0.35.12 #PKGREVISION= CATEGORIES= net security -MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/snap/ +MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ MAINTAINER= wennmach@netbsd.org HOMEPAGE= http://www.stacken.kth.se/project/arla/ |