[146498] users/devans/GNOME-3/stable/dports/gnome/gcab

devans at macports.org devans at macports.org
Wed Mar 9 13:50:58 PST 2016


Revision: 146498
          https://trac.macports.org/changeset/146498
Author:   devans at macports.org
Date:     2016-03-09 13:50:58 -0800 (Wed, 09 Mar 2016)
Log Message:
-----------
GNOME-3/stable: gcab, update to version 0.7.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gcab/Portfile
    users/devans/GNOME-3/stable/dports/gnome/gcab/files/patch-configure.ac.diff

Modified: users/devans/GNOME-3/stable/dports/gnome/gcab/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gcab/Portfile	2016-03-09 21:37:36 UTC (rev 146497)
+++ users/devans/GNOME-3/stable/dports/gnome/gcab/Portfile	2016-03-09 21:50:58 UTC (rev 146498)
@@ -5,8 +5,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gcab
-version             0.6
-revision            1
+version             0.7
 license             LGPL-2.1+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         A tool and library mainly made to create Cabinet files
@@ -19,8 +18,8 @@
 
 use_xz              yes
 
-checksums           rmd160  c5238f246f41f41fe6898bb10ffb1721a97a62d0 \
-                    sha256  a0443b904bfa7227b5155bfcdf9ea9256b6e26930b8febe1c41f972f6f1334bb
+checksums           rmd160  dc40aaf4d718e26f7fcf41263f1d53ed535ea7a8 \
+                    sha256  a16e5ef88f1c547c6c8c05962f684ec127e078d302549f3dfd2291e167d4adef
 
 depends_build       port:pkgconfig \
                     port:intltool \

Modified: users/devans/GNOME-3/stable/dports/gnome/gcab/files/patch-configure.ac.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gcab/files/patch-configure.ac.diff	2016-03-09 21:37:36 UTC (rev 146497)
+++ users/devans/GNOME-3/stable/dports/gnome/gcab/files/patch-configure.ac.diff	2016-03-09 21:50:58 UTC (rev 146498)
@@ -1,20 +1,21 @@
---- configure.ac.orig	2015-02-05 17:28:06.000000000 -0800
-+++ configure.ac	2015-03-12 14:09:42.000000000 -0700
-@@ -1,5 +1,12 @@
+--- configure.ac.orig	2015-12-04 05:15:06.000000000 -0800
++++ configure.ac	2016-03-09 13:37:05.000000000 -0800
+@@ -1,6 +1,13 @@
  AC_PREREQ(2.57)
--AC_INIT([gcab], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [marcandre.lureau at gmail.com])
+-AC_INIT([gcab], m4_esyscmd([build-aux/git-version-gen .tarball-version]),
 +
 +m4_define(gcab_major_version,  0)
-+m4_define(gcab_minor_version,  5)
++m4_define(gcab_minor_version,  7)
 +m4_define(gcab_micro_version,  0)
 +m4_define(gcab_version, gcab_major_version.gcab_minor_version.gcab_micro_version)
 +
-+AC_INIT([gcab], gcab_version, [marcandre.lureau at gmail.com], [gcab])
++AC_INIT([gcab], [gcab_version],
+         [https://bugzilla.gnome.org/enter_bug.cgi?product=msitools&component=gcab])
 +
  AC_CONFIG_SRCDIR([gcab.c])
  AC_CONFIG_AUX_DIR([build-aux])
  AC_CONFIG_MACRO_DIR([m4])
-@@ -31,23 +38,23 @@
+@@ -32,25 +39,6 @@
  AM_CONDITIONAL([VAPI], [test "x$VAPIGEN" != xno])
  AC_CHECK_HEADERS([zlib.h], [], [AC_MSG_ERROR([zlib required])])
  
@@ -28,6 +29,7 @@
 -nw="$nw -Wunused-parameter"     # Likewise.
 -nw="$nw -Wunused-local-typedefs" # Likewise.
 -nw="$nw -Wunsafe-loop-optimizations" # Likewise.
+-nw="$nw -Wbad-function-cast"    # Likewise.
 -# Enable all GCC warnings not in this list.
 -gl_MANYWARN_COMPLEMENT([warnings], [$warnings], [$nw])
 -for w in $warnings; do
@@ -35,23 +37,7 @@
 -done
 -gl_WARN_ADD([-Wno-sign-compare])
 -gl_WARN_ADD([-Wno-unused-parameter])
-+dnl gl_MANYWARN_ALL_GCC([warnings])
-+dnl nw=
-+dnl nw="$nw -Wsystem-headers"       # Don't let system headers trigger warnings
-+dnl nw="$nw -Wundef"                # All compiler preprocessors support #if UNDEF
-+dnl nw="$nw -Wtraditional"          # All compilers nowadays support ANSI C
-+dnl nw="$nw -Wconversion"           # These warnings usually don't point to mistakes.
-+dnl nw="$nw -Wsign-conversion"      # Likewise.
-+dnl nw="$nw -Wunused-parameter"     # Likewise.
-+dnl nw="$nw -Wunused-local-typedefs" # Likewise.
-+dnl nw="$nw -Wunsafe-loop-optimizations" # Likewise.
-+dnl # Enable all GCC warnings not in this list.
-+dnl gl_MANYWARN_COMPLEMENT([warnings], [$warnings], [$nw])
-+dnl for w in $warnings; do
-+dnl   gl_WARN_ADD([$w])
-+dnl done
-+dnl gl_WARN_ADD([-Wno-sign-compare])
-+dnl gl_WARN_ADD([-Wno-unused-parameter])
- 
+-
  AM_MISSING_PROG([AUTOM4TE], [autom4te])
  AC_CONFIG_TESTDIR([.])
+ AC_CONFIG_FILES([atlocal])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160309/2c61d670/attachment-0001.html>


More information about the macports-changes mailing list