On Tue, 8 Jul 2014 14:38:59 +1000 (EST), Damien Miller wrote:
> On Thu, 29 May 2014, Pascal Stumpf wrote:
> 
> > Here's an update to the freshly released git 2.0.0.  Regresses fine on
> > amd64.
> 
> Could I make a request: could you please package the "multimail" package
> in contrib/hooks/multimail? Preferably as a subpackage, but just
> under share/git would be better than nothing.
> 
> -d
> 
> 

Sure.  Regarding the failing regress tests that were reported: I've run
it a few times now on powerpc and amd64 and never saw any failures.


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/git/Makefile,v
retrieving revision 1.113
diff -u -p -r1.113 Makefile
--- Makefile    21 May 2014 08:39:57 -0000      1.113
+++ Makefile    9 Jul 2014 07:55:34 -0000
@@ -4,7 +4,7 @@ COMMENT-main =  GIT - Tree History Storag
 COMMENT-svn =  GIT - subversion interoperability tools
 COMMENT-x11 =  GIT - graphical tools
 
-V =            1.9.3
+V =            2.0.0
 DISTNAME =     git-${V}
 PKGNAME-main = ${DISTNAME}
 PKGNAME-svn =  git-svn-${V}
@@ -24,7 +24,13 @@ EXTRACT_ONLY =               ${DISTNAME}${EXTRACT_SUF
 
 MASTER_SITES =         https://www.kernel.org/pub/software/scm/git/
 
-MODULES =              devel/gettext x11/tk
+MODULES =              devel/gettext x11/tk lang/python
+
+MODPY_BUILDDEP =       No
+MODPY_RUNDEP =         No
+MODPY_ADJ_FILES =      contrib/hooks/multimail/git_multimail.py \
+                       contrib/hooks/multimail/migrate-mailhook-config \
+                       contrib/hooks/multimail/post-receive
 
 BUILD_DEPENDS =                devel/p5-Error
 
@@ -102,6 +108,11 @@ post-install:
                pax -rw . ${PREFIX}/man
        ${INSTALL_DATA} ${WRKBUILD}/contrib/hooks/post-receive-email \
                
${PREFIX}/share/git-core/templates/hooks/post-receive-email.sample
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/git-core/templates/hooks/multimail
+.for f in git_multimail.py migrate-mailhook-config post-receive
+       ${INSTALL_DATA} ${WRKBUILD}/contrib/hooks/multimail/$f \
+               ${PREFIX}/share/git-core/templates/hooks/multimail
+.endfor
        chown -R ${BINOWN}:${BINGRP} ${PREFIX}/libexec/git
        cd ${WRKBUILD}/gitweb && \
                ${MAKE_ENV} ${MAKE_PROGRAM} 
gitwebdir=${TRUEPREFIX}/share/gitweb install
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/git/distinfo,v
retrieving revision 1.83
diff -u -p -r1.83 distinfo
--- distinfo    21 May 2014 08:39:57 -0000      1.83
+++ distinfo    9 Jul 2014 07:55:34 -0000
@@ -1,4 +1,4 @@
-SHA256 (git-1.9.3.tar.gz) = cbymd++juHoGDLod6eNRLnqw8JGX75XWSOUoDZptE1c=
-SHA256 (git-manpages-1.9.3.tar.gz) = 
Q7+wnAcsz+DtSwrTDQTI80tq9NL1LNjf20h4fMnIUJ0=
-SIZE (git-1.9.3.tar.gz) = 4846233
-SIZE (git-manpages-1.9.3.tar.gz) = 571550
+SHA256 (git-2.0.0.tar.gz) = xqNw6VMmcBA33+MvjmbznN0oVXyoT/2ygtYELDepi2g=
+SHA256 (git-manpages-2.0.0.tar.gz) = 
ElI/4cjei4iZe1SDMT4UPJbAoRbBmkmN27/lc+2Yve0=
+SIZE (git-2.0.0.tar.gz) = 4898319
+SIZE (git-manpages-2.0.0.tar.gz) = 575350
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/devel/git/patches/patch-Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 patch-Makefile
--- patches/patch-Makefile      21 May 2014 08:39:57 -0000      1.46
+++ patches/patch-Makefile      9 Jul 2014 07:55:34 -0000
@@ -1,7 +1,7 @@
-$OpenBSD: patch-Makefile,v 1.46 2014/05/21 08:39:57 dcoppa Exp $
---- Makefile.orig      Fri May  9 20:55:10 2014
-+++ Makefile   Wed May 21 09:09:29 2014
-@@ -2080,13 +2080,13 @@ $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walk
+$OpenBSD: patch-Makefile,v 1.45 2014/03/10 20:56:53 pascal Exp $
+--- Makefile.orig      Wed May 28 21:10:36 2014
++++ Makefile   Thu May 29 13:01:29 2014
+@@ -2075,13 +2075,13 @@ $(REMOTE_CURL_PRIMARY): remote-curl.o http.o http-walk
                $(LIBS) $(CURL_LIBCURL) $(EXPAT_LIBEXPAT)
  
  $(LIB_FILE): $(LIB_OBJS)
@@ -18,7 +18,7 @@ $OpenBSD: patch-Makefile,v 1.46 2014/05/
  
  export DEFAULT_EDITOR DEFAULT_PAGER
  
-@@ -2264,7 +2264,7 @@ export TEST_NO_MALLOC_CHECK
+@@ -2262,7 +2262,7 @@ export TEST_NO_MALLOC_CHECK
  
  ### Testing rules
  
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/devel/git/pkg/PLIST-main,v
retrieving revision 1.57
diff -u -p -r1.57 PLIST-main
--- pkg/PLIST-main      10 Mar 2014 20:56:53 -0000      1.57
+++ pkg/PLIST-main      9 Jul 2014 07:55:34 -0000
@@ -366,6 +366,10 @@ share/git-core/templates/description
 share/git-core/templates/hooks/
 share/git-core/templates/hooks/applypatch-msg.sample
 share/git-core/templates/hooks/commit-msg.sample
+share/git-core/templates/hooks/multimail/
+share/git-core/templates/hooks/multimail/git_multimail.py
+share/git-core/templates/hooks/multimail/migrate-mailhook-config
+share/git-core/templates/hooks/multimail/post-receive
 share/git-core/templates/hooks/post-receive-email.sample
 share/git-core/templates/hooks/post-update.sample
 share/git-core/templates/hooks/pre-applypatch.sample

Reply via email to