diff options
author | tonio <tonio@pkgsrc.org> | 2008-07-25 19:43:13 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2008-07-25 19:43:13 +0000 |
commit | 90e75d44912c499807922da358d206eda8be65a7 (patch) | |
tree | 663ca428c0ddca6b91d924da0f9699195c0c1576 /net | |
parent | 3a744d36d2a347aed8918f5807416a3bc6f7adf0 (diff) | |
download | pkgsrc-90e75d44912c499807922da358d206eda8be65a7.tar.gz |
Update net/unison-devel to 2.30.4
Changelog:
- Small fix to ctime (non-)handling in update detection under windows with
fastcheck.
- bugfixes
Enable full destdir support
Diffstat (limited to 'net')
-rw-r--r-- | net/unison-devel/Makefile | 19 | ||||
-rw-r--r-- | net/unison-devel/distinfo | 10 | ||||
-rw-r--r-- | net/unison-devel/patches/patch-aa | 4 |
3 files changed, 17 insertions, 16 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 596a7a01d1f..d69a37c4c55 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2007/12/01 22:46:44 tonio Exp $ +# $NetBSD: Makefile,v 1.21 2008/07/25 19:43:13 tonio Exp $ -DISTNAME= unison-2.27.48 +DISTNAME= unison-2.30.4 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/beta/ @@ -10,6 +10,7 @@ HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/ COMMENT= File-synchronization tool PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir DIST_SUBDIR= ${PKGNAME_NOREV} BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.08.2 @@ -39,13 +40,13 @@ INSTALLATION_DIRS= bin INSTALLATION_DIRS+= share/doc/unison 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}/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 + ${INSTALL_MAN} ${WRKSRC}/BUGS.txt ${DESTDIR}${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/CONTRIB ${DESTDIR}${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/ROADMAP.txt ${DESTDIR}${PREFIX}/share/doc/unison + ${INSTALL_MAN} ${WRKSRC}/TODO.txt ${DESTDIR}${PREFIX}/share/doc/unison .include "../../lang/ocaml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/unison-devel/distinfo b/net/unison-devel/distinfo index 8b14b961922..1644a156d8c 100644 --- a/net/unison-devel/distinfo +++ b/net/unison-devel/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2007/12/01 22:46:44 tonio Exp $ +$NetBSD: distinfo,v 1.15 2008/07/25 19:43:14 tonio Exp $ -SHA1 (unison-2.27.48/unison-2.27.48.tar.gz) = aeabc653a1141fee88d14c3b14a23a7d2724bd5a -RMD160 (unison-2.27.48/unison-2.27.48.tar.gz) = c51a8937eabe421e3e61057efdebdeb42f8e76bb -Size (unison-2.27.48/unison-2.27.48.tar.gz) = 528916 bytes -SHA1 (patch-aa) = 8557f1a5a22e7faf6c49b6e8fbab5682e91a7e24 +SHA1 (unison-2.30.4/unison-2.30.4.tar.gz) = 7bb8611bddba1a2515e3aae3b9dcb49502d1c207 +RMD160 (unison-2.30.4/unison-2.30.4.tar.gz) = 947ac175162b04a67d7b7b2b093c42f67005da61 +Size (unison-2.30.4/unison-2.30.4.tar.gz) = 627145 bytes +SHA1 (patch-aa) = 87c99147960e8d77d2d8b9fc47e4ebff2d77d884 SHA1 (patch-ab) = d1ca5128ff3177c2592e0035da10350d91c5f68f SHA1 (patch-ac) = d996e1ffff23da511976ba4455391952afab6234 diff --git a/net/unison-devel/patches/patch-aa b/net/unison-devel/patches/patch-aa index 7f58695ca7f..1e62538174b 100644 --- a/net/unison-devel/patches/patch-aa +++ b/net/unison-devel/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.5 2007/04/08 22:46:36 tonio Exp $ +$NetBSD: patch-aa,v 1.6 2008/07/25 19:43:14 tonio Exp $ --- Makefile.orig 2007-04-02 05:03:20.000000000 +0200 +++ Makefile @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.5 2007/04/08 22:46:36 tonio Exp $ # Installation -INSTALLDIR = $(HOME)/bin/ -+INSTALLDIR = $(PREFIX)/bin/ ++INSTALLDIR = ${DESTDIR}$(PREFIX)/bin/ # This has two names because on OSX the file INSTALL shadows the target 'install'! install: doinstall |