diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-02 13:25:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-02 13:25:25 +0000 |
commit | acb7807f174e369c4ab209337884683a1c4f4f53 (patch) | |
tree | e7754516d5087a5f647e188b41c772a83ea0bd4a /net | |
parent | 1d696590dfa6d9f93df0e88d37c01991828b2d5a (diff) | |
download | pkgsrc-acb7807f174e369c4ab209337884683a1c4f4f53.tar.gz |
Update to 2.40.63; changes undocumented, but a bugfix for the Makefile
was integrated.
Diffstat (limited to 'net')
-rw-r--r-- | net/unison/Makefile | 5 | ||||
-rw-r--r-- | net/unison/distinfo | 10 | ||||
-rw-r--r-- | net/unison/patches/patch-aa | 23 |
3 files changed, 13 insertions, 25 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index da5c51754ef..64e5cf7e54e 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2011/04/22 14:40:45 obache Exp $ +# $NetBSD: Makefile,v 1.44 2011/05/02 13:25:25 wiz Exp $ -DISTNAME= unison-2.40.61 -PKGREVISION= 1 +DISTNAME= unison-2.40.63 CATEGORIES= net MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/ diff --git a/net/unison/distinfo b/net/unison/distinfo index 50469ff8e84..7954887aeef 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2011/02/25 20:03:01 wiz Exp $ +$NetBSD: distinfo,v 1.17 2011/05/02 13:25:25 wiz Exp $ -SHA1 (unison-2.40.61.tar.gz) = 8645ce93a525b9561d51cceb9c4f9f08cea650e9 -RMD160 (unison-2.40.61.tar.gz) = 4a0bcc636d0e182be13723a5d9c676406824f638 -Size (unison-2.40.61.tar.gz) = 2702722 bytes -SHA1 (patch-aa) = 4282b9565663a681f4b6facf7d4dba5c5c7e4b72 +SHA1 (unison-2.40.63.tar.gz) = 645e70bc37a5d4e8e9ccb7bad065fc579b18cf75 +RMD160 (unison-2.40.63.tar.gz) = 5dede9ea2f1213d4a22ed1914da7bfb1921f9993 +Size (unison-2.40.63.tar.gz) = 2601791 bytes +SHA1 (patch-aa) = 09be0de200807825013537c75fca50f7d179be0a diff --git a/net/unison/patches/patch-aa b/net/unison/patches/patch-aa index 77e82ada207..a3cd9b09b6c 100644 --- a/net/unison/patches/patch-aa +++ b/net/unison/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.9 2011/02/25 20:03:01 wiz Exp $ +$NetBSD: patch-aa,v 1.10 2011/05/02 13:25:26 wiz Exp $ ---- Makefile.orig 2010-10-08 15:44:59.000000000 +0000 +--- Makefile.orig 2011-04-16 20:35:38.000000000 +0000 +++ Makefile @@ -49,7 +49,7 @@ all:: INSTALL @@ -11,16 +11,7 @@ $NetBSD: patch-aa,v 1.9 2011/02/25 20:03:01 wiz Exp $ ######################################################################## ## Miscellaneous developer-only switches -@@ -60,7 +60,7 @@ STATIC=false - # NAME, VERSION, and MAJORVERSION, automatically generated - -include Makefile.ProjectInfo - --Makefile.ProjectInfo: mkProjectInfo.ml $(wildcard ../.bzr/branch/last-revision) -+Makefile.ProjectInfo: mkProjectInfo $(wildcard ../.bzr/branch/last-revision) - ./mkProjectInfo > $@ - - mkProjectInfo: mkProjectInfo.ml -@@ -78,7 +78,7 @@ include Makefile.OCaml +@@ -80,7 +80,7 @@ include Makefile.OCaml ###################################################################### # Installation @@ -29,23 +20,21 @@ $NetBSD: patch-aa,v 1.9 2011/02/25 20:03:01 wiz Exp $ # This has two names because on OSX the file INSTALL shadows the target 'install'! install: doinstall -@@ -90,10 +90,7 @@ text: +@@ -92,9 +92,7 @@ text: $(MAKE) -C .. text doinstall: $(NAME)$(EXEC_EXT) - -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) cp $(NAME)$(EXEC_EXT) $(INSTALLDIR) - cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(MAJORVERSION)$(EXEC_EXT) -- + ###################################################################### - # Demo -@@ -348,7 +345,7 @@ tags: +@@ -350,7 +348,6 @@ tags: $(ETAGS) *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt \ ; fi -all:: TAGS -+#all:: TAGS TAGS: $(MAKE) tags |