diff options
author | tonio <tonio@pkgsrc.org> | 2005-08-03 12:45:27 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-08-03 12:45:27 +0000 |
commit | f916fbb3b99b248589cd14bc3c51918de1aa102b (patch) | |
tree | 6cf17fb400b984d603620bb8d01b357ac90e83c2 /net/unison-devel/Makefile | |
parent | fdb57bc0707f14a3eaeea2d2782c7608c51c7e4b (diff) | |
download | pkgsrc-f916fbb3b99b248589cd14bc3c51918de1aa102b.tar.gz |
update unison-devel to the latest beta-release version 2.13.0
Main changelog entries:
- GUI improvements
- Improved error handling code. In particular, make sure all files are closed in case of a transient failure
- Improvements to syncing resource forks between Macs via a non-Mac system.
Diffstat (limited to 'net/unison-devel/Makefile')
-rw-r--r-- | net/unison-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 511398f84bf..f02e62ab97e 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:26 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/08/03 12:45:27 tonio Exp $ -DISTNAME= unison-2.12.0 +DISTNAME= unison-2.13.0 CATEGORIES= net -MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/latest/ +MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/beta/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/ @@ -47,7 +47,6 @@ post-install: ${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 |