diff options
author | hubertf <hubertf> | 2001-09-28 23:54:36 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-09-28 23:54:36 +0000 |
commit | 5cd864520047738db264b0b5eaa9c92b0d05a52f (patch) | |
tree | 2e8cf939d2e4af2e8318cd5028a1c7d84635332f /net | |
parent | 6b972f67594a878c8c59bf51b07e9862d8aac78a (diff) | |
download | pkgsrc-5cd864520047738db264b0b5eaa9c92b0d05a52f.tar.gz |
Update to unison-2.7.7. Changes:
* Many changes to the internal data structures (not backward compatible!)
* Centralized backups
* Lots of bug fixes
* Many other feature enhancements
Requested by Ben Wong <benjamin.wong@cc.gatech.edu>.
While there, fix the dependency on ocaml, and install some docs.
PACKAGE DEVELOPERS: please don't just include binaries into pkgs!
Diffstat (limited to 'net')
-rw-r--r-- | net/unison/Makefile | 18 | ||||
-rw-r--r-- | net/unison/distinfo | 8 | ||||
-rw-r--r-- | net/unison/patches/patch-aa | 18 | ||||
-rw-r--r-- | net/unison/pkg/PLIST | 12 |
4 files changed, 41 insertions, 15 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index a362ab2937e..304075ecac7 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2001/03/27 03:20:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/09/28 23:54:36 hubertf Exp $ # DISTNAME= src -PKGNAME= unison-2.6.11 +PKGNAME= unison-2.7.7 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/ @@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/ COMMENT= file-synchronization tool -BUILD_DEPENDS= ocaml-3.00:../../lang/ocaml +BUILD_DEPENDS= ocaml>=3.00:../../lang/ocaml DIST_SUBDIR= unison @@ -26,4 +26,16 @@ MAKE_FLAGS+= CFLAGS="" UISTYLE=text MAKE_FLAGS+= NATIVE=false .endif +post-install: + ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/BUGS.txt ${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/CONTRIB ${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/DEPENDENCIES.ps ${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/ROADMAP.txt ${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/TODO.txt ${PREFIX}/share/doc/unison + .include "../../mk/bsd.pkg.mk" diff --git a/net/unison/distinfo b/net/unison/distinfo index 8160506fb7f..78adc57e707 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:38 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/09/28 23:54:36 hubertf Exp $ -SHA1 (unison/src.tar.gz) = c5b3e0f27a9286dc5d6f03aae486378c21d8f650 -Size (unison/src.tar.gz) = 239096 bytes -SHA1 (patch-aa) = 267640f1a4a2d54fddef2a7bfb93d325eff12841 +SHA1 (unison/src.tar.gz) = dd698c280814b26a3679af4a02daf555005baaf6 +Size (unison/src.tar.gz) = 315314 bytes +SHA1 (patch-aa) = 882f8703b7b1c797a7cb711d15aed4885dc934fb diff --git a/net/unison/patches/patch-aa b/net/unison/patches/patch-aa index 3633cf65a51..94c47afa405 100644 --- a/net/unison/patches/patch-aa +++ b/net/unison/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $ +$NetBSD: patch-aa,v 1.2 2001/09/28 23:54:36 hubertf Exp $ ---- Makefile.orig Thu Jan 11 01:32:58 2001 -+++ Makefile Thu Jan 11 01:33:46 2001 -@@ -62,12 +62,10 @@ +--- Makefile.orig Thu Sep 13 23:28:26 2001 ++++ Makefile +@@ -62,14 +62,12 @@ ###################################################################### # Installation @@ -13,12 +13,16 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $ - -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) cp $(NAME)$(EXEC_EXT) $(INSTALLDIR) - cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT) +- @# If we're running at Penn, install a public version too +- if [ -d /plclub/bin ]; then cp $(NAME)$(EXEC_EXT) /plclub/bin/$(NAME)-$(VERSION)$(EXEC_EXT); fi ++#HF# @# If we're running at Penn, install a public version too ++#HF# if [ -d /plclub/bin ]; then cp $(NAME)$(EXEC_EXT) /plclub/bin/$(NAME)-$(VERSION)$(EXEC_EXT); fi + ###################################################################### - # Demo -@@ -216,7 +214,7 @@ +@@ -231,7 +229,7 @@ tags: - -$(ETAGS) *.ml *.mli + -$(ETAGS) *.ml *.mli *.txt -all:: TAGS +# all:: TAGS diff --git a/net/unison/pkg/PLIST b/net/unison/pkg/PLIST index 76cb5d9761e..0ce649791e1 100644 --- a/net/unison/pkg/PLIST +++ b/net/unison/pkg/PLIST @@ -1,2 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/09/28 23:54:37 hubertf Exp $ bin/unison +share/doc/unison/BUGS.txt +share/doc/unison/CONTRIB +share/doc/unison/COPYING +share/doc/unison/DEPENDENCIES.ps +share/doc/unison/INSTALL +share/doc/unison/NEWS +share/doc/unison/README +share/doc/unison/ROADMAP.txt +share/doc/unison/TODO.txt +@dirrm share/doc/unison |