[125518] trunk/dports/devel/libgpg-error

devans at macports.org devans at macports.org
Fri Sep 19 10:03:00 PDT 2014


Revision: 125518
          https://trac.macports.org/changeset/125518
Author:   devans at macports.org
Date:     2014-09-19 10:03:00 -0700 (Fri, 19 Sep 2014)
Log Message:
-----------
libgpg-error: maintainer update to version 1.16 (#45048).

Modified Paths:
--------------
    trunk/dports/devel/libgpg-error/Portfile

Removed Paths:
-------------
    trunk/dports/devel/libgpg-error/files/patch-src-gpgrt-int.h.diff

Modified: trunk/dports/devel/libgpg-error/Portfile
===================================================================
--- trunk/dports/devel/libgpg-error/Portfile	2014-09-19 14:50:11 UTC (rev 125517)
+++ trunk/dports/devel/libgpg-error/Portfile	2014-09-19 17:03:00 UTC (rev 125518)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            libgpg-error
-version         1.15
+version         1.16
 categories      devel
 platforms       darwin
 license         LGPL-2.1+
@@ -21,14 +21,13 @@
 
 use_bzip2       yes
 
-checksums       rmd160  09d050254364d27ba3b98156c4b66b1e9490084a \
-                sha256  b6083d027ca338f2a090ac9539983bc847596d36200f6baf3451f2688209797f
+checksums       rmd160  2d1e5068bf3ea8ad915ee1f949b3cc47f4b6e815 \
+                sha256  c2d437503cc4ab3ea27409874fc9bab9c74c6a066f9f24df7ee784cc7e2abb9b
 
 depends_lib     port:libiconv \
                 port:gettext
 
-patchfiles      patch-configure.diff \
-                patch-src-gpgrt-int.h.diff
+patchfiles      patch-configure.diff 
 
 test.run        yes
 test.target     check

Deleted: trunk/dports/devel/libgpg-error/files/patch-src-gpgrt-int.h.diff
===================================================================
--- trunk/dports/devel/libgpg-error/files/patch-src-gpgrt-int.h.diff	2014-09-19 14:50:11 UTC (rev 125517)
+++ trunk/dports/devel/libgpg-error/files/patch-src-gpgrt-int.h.diff	2014-09-19 17:03:00 UTC (rev 125518)
@@ -1,25 +0,0 @@
-commit e1882ee8c541020ec590bf096508ca5b6d2ab944 (HEAD, refs/heads/wk-master)
-Author: Werner Koch <wk at gnupg.org>
-Date:   Fri Sep 12 10:33:16 2014 +0200
-
-    Fix a prototype
-    
-    * src/gpgrt-int.h: s/off_t/gpgrt_off_t/.
-
-	Modified   src/gpgrt-int.h
-diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
-index 0e6f69c..f97166f 100644
---- src/gpgrt-int.h
-+++ src/gpgrt-int.h
-@@ -105,9 +105,9 @@
- 
- int _gpgrt_fflush (gpgrt_stream_t stream);
- int _gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence);
--int _gpgrt_fseeko (gpgrt_stream_t stream, off_t offset, int whence);
-+int _gpgrt_fseeko (gpgrt_stream_t stream, gpgrt_off_t offset, int whence);
- long int _gpgrt_ftell (gpgrt_stream_t stream);
--off_t _gpgrt_ftello (gpgrt_stream_t stream);
-+gpgrt_off_t _gpgrt_ftello (gpgrt_stream_t stream);
- void _gpgrt_rewind (gpgrt_stream_t stream);
- 
- int _gpgrt_fgetc (gpgrt_stream_t stream);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140919/db781ab5/attachment.html>


More information about the macports-changes mailing list