pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/unison-devel Update net/unison-devel to 2.30.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97ff6c7c97c0
branches:  trunk
changeset: 545074:97ff6c7c97c0
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Fri Jul 25 19:43:13 2008 +0000

description:
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:

 net/unison-devel/Makefile         |  19 ++++++++++---------
 net/unison-devel/distinfo         |  10 +++++-----
 net/unison-devel/patches/patch-aa |   4 ++--
 3 files changed, 17 insertions(+), 16 deletions(-)

diffs (76 lines):

diff -r 15b81dd7fddc -r 97ff6c7c97c0 net/unison-devel/Makefile
--- a/net/unison-devel/Makefile Fri Jul 25 14:23:05 2008 +0000
+++ b/net/unison-devel/Makefile Fri Jul 25 19:43:13 2008 +0000
@@ -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 @@
 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+=    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 -r 15b81dd7fddc -r 97ff6c7c97c0 net/unison-devel/distinfo
--- a/net/unison-devel/distinfo Fri Jul 25 14:23:05 2008 +0000
+++ b/net/unison-devel/distinfo Fri Jul 25 19:43:13 2008 +0000
@@ -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 -r 15b81dd7fddc -r 97ff6c7c97c0 net/unison-devel/patches/patch-aa
--- a/net/unison-devel/patches/patch-aa Fri Jul 25 14:23:05 2008 +0000
+++ b/net/unison-devel/patches/patch-aa Fri Jul 25 19:43:13 2008 +0000
@@ -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 @@
  # 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



Home | Main Index | Thread Index | Old Index