diff options
author | deberg <deberg@pkgsrc.org> | 2002-06-01 04:41:30 +0000 |
---|---|---|
committer | deberg <deberg@pkgsrc.org> | 2002-06-01 04:41:30 +0000 |
commit | 6d552724e0e95b914889580e7112137c960eb500 (patch) | |
tree | fe32625ff61ffbe0a385eddb7bb8b63ad8a23de5 /net/unison | |
parent | 5478490c1dc52387fdb3711aaa601be080d18ec3 (diff) | |
download | pkgsrc-6d552724e0e95b914889580e7112137c960eb500.tar.gz |
update to unison 2.9.1
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 4 | ||||
-rw-r--r-- | net/unison/distinfo | 8 | ||||
-rw-r--r-- | net/unison/patches/patch-aa | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index cf5b88f38e9..4a7dedaec29 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/01/17 13:19:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2002/06/01 04:41:30 deberg Exp $ # DISTNAME= src -PKGNAME= unison-2.7.7 +PKGNAME= unison-2.9.1 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/ diff --git a/net/unison/distinfo b/net/unison/distinfo index 53ac9afa28f..41bde6f790b 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/01/17 13:19:45 dmcmahill Exp $ +$NetBSD: distinfo,v 1.5 2002/06/01 04:41:30 deberg Exp $ -SHA1 (unison-2.7.7/src.tar.gz) = dd698c280814b26a3679af4a02daf555005baaf6 -Size (unison-2.7.7/src.tar.gz) = 315314 bytes -SHA1 (patch-aa) = 882f8703b7b1c797a7cb711d15aed4885dc934fb +SHA1 (unison-2.9.1/src.tar.gz) = d355639b8191f5c74e652fe257fd98dcf76d4cc0 +Size (unison-2.9.1/src.tar.gz) = 319081 bytes +SHA1 (patch-aa) = bb844e8070faab7d4c8aac30345881c1c66ca8d2 diff --git a/net/unison/patches/patch-aa b/net/unison/patches/patch-aa index 94c47afa405..656bb94052e 100644 --- a/net/unison/patches/patch-aa +++ b/net/unison/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2001/09/28 23:54:36 hubertf Exp $ +$NetBSD: patch-aa,v 1.3 2002/06/01 04:41:31 deberg Exp $ ---- Makefile.orig Thu Sep 13 23:28:26 2001 -+++ Makefile +--- Makefile.orig Thu Apr 11 01:13:23 2002 ++++ Makefile Sat Jun 1 00:29:22 2002 @@ -62,14 +62,12 @@ ###################################################################### # Installation @@ -22,7 +22,7 @@ $NetBSD: patch-aa,v 1.2 2001/09/28 23:54:36 hubertf Exp $ ###################################################################### @@ -231,7 +229,7 @@ tags: - -$(ETAGS) *.ml *.mli *.txt + -$(ETAGS) {*,*/*}.mli {*,*/*}.ml *.txt -all:: TAGS +# all:: TAGS |