[Gpg4win-commits] r1028 - in trunk: . packages src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Nov 11 12:23:32 CET 2008


Author: werner
Date: 2008-11-11 12:23:32 +0100 (Tue, 11 Nov 2008)
New Revision: 1028

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/packages/packages.current
   trunk/src/Makefile.am
Log:
Build fixes.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-11-11 08:59:49 UTC (rev 1027)
+++ trunk/ChangeLog	2008-11-11 11:23:32 UTC (rev 1028)
@@ -1,3 +1,9 @@
+2008-11-11  Werner Koch  <wk at g10code.com>
+
+	* packages/packages.current: Update gnupg.
+
+	* src/Makefile.am: Use MKDIR_P and not mkinstalldirs.
+
 2008-11-11  Emanuel Schuetze  <emanuel.schuetze at intevation.de>
 
 	* packages/packages.current: Update sha1sum of kleopatra and kdelibs.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2008-11-11 08:59:49 UTC (rev 1027)
+++ trunk/NEWS	2008-11-11 11:23:32 UTC (rev 1028)
@@ -13,11 +13,11 @@
      eingesetzt werden.
 
 ~~~~~~~~~~~~~~~
-GnuPG:        2.0.10-svn4864
+GnuPG:        2.0.10-svn4870
 DirMngr:      1.0.3-svn309
 Kleopatra:    
 GPA:          0.8.0
-GpgOL:        0.10.15
+GpgOL:        0.10.16-svn283
 GpgEX:        0.9.1
 Claws-Mail:   3.6.0cvs7
 Kompendium:   3.0.0-beta
@@ -34,7 +34,7 @@
      eingesetzt werden.
 
 ~~~~~~~~~~~~~~~
-GnuPG:        2.0.10-svn4864
+GnuPG:        2.0.10-svn4870
 DirMngr:      1.0.3-svn309
 Kleopatra:    20081007-3
 GPA:          0.8.0

Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current	2008-11-11 08:59:49 UTC (rev 1027)
+++ trunk/packages/packages.current	2008-11-11 11:23:32 UTC (rev 1028)
@@ -332,9 +332,9 @@
 # (Snapshots)
 server ftp://ftp.g10code.com/g10code/scratch
 
-name gnupg2-2.0.10-svn4869.tar.bz2
-file gnupg-2.0.10-svn4869.tar.bz2
-chk  80d63e34bf6caa7067da4cf50f4bc81e390030c5
+name gnupg2-2.0.10-svn4870.tar.bz2
+file gnupg-2.0.10-svn4870.tar.bz2
+chk  4594cb34b4ababbc66f5ac856ea77d5929737f37
 
 file dirmngr-1.0.3-svn310.tar.bz2
 chk  e3f6df819419f1bff8f707cff41220a556c0b272  

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2008-11-11 08:59:49 UTC (rev 1027)
+++ trunk/src/Makefile.am	2008-11-11 11:23:32 UTC (rev 1028)
@@ -108,7 +108,7 @@
     sed -e 's/$$$$/\r/' > $$$${pkgidir}/share/man/man1/$$$${i}.man ; \
  done ; \
  for i in `$(tsdir)/src/potomo --get-linguas $$$${pkgsdir}/po` ; do \
-     $(mkinstalldirs) $$$${pkgidir}/share/locale/$$$${i}/LC_MESSAGES; \
+     $(MKDIR_P) $$$${pkgidir}/share/locale/$$$${i}/LC_MESSAGES; \
      rm $$$${pkgidir}/share/locale/$$$${i}/LC_MESSAGES/gnupg2.mo; \
      $(tsdir)/src/potomo $$$${pkgsdir}/po/$$$${i}.po \
               $$$${pkgidir}/share/locale/$$$${i}/LC_MESSAGES/gnupg2.mo; \



More information about the Gpg4win-commits mailing list