[148134] users/devans/GNOME-3/unstable/dports/net

devans at macports.org devans at macports.org
Wed Apr 27 13:49:17 PDT 2016


Revision: 148134
          https://trac.macports.org/changeset/148134
Author:   devans at macports.org
Date:     2016-04-27 13:49:17 -0700 (Wed, 27 Apr 2016)
Log Message:
-----------
GNOME-3/unstable: rygel, copy from stable and update to unstable version 0.31.0, no longer uses intltool, gnome-common so just use autoreconf to reconfigure rather than upstream autogen.sh, use gnome unstable livecheck.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/net/rygel/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/net/rygel/

Removed Paths:
-------------
    users/devans/GNOME-3/unstable/dports/net/rygel/files/autogen.sh

Modified: users/devans/GNOME-3/unstable/dports/net/rygel/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/net/rygel/Portfile	2016-04-27 13:15:35 UTC (rev 148122)
+++ users/devans/GNOME-3/unstable/dports/net/rygel/Portfile	2016-04-27 20:49:17 UTC (rev 148134)
@@ -6,7 +6,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                rygel
-version             0.30.1
+version             0.31.0
 license             GPL-2+
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Rygel DLNA media server, renderer
@@ -20,15 +20,10 @@
 
 use_xz              yes
 
-checksums           rmd160  febe0f850ba4eda1364b6efd14aec8d871dda8d3 \
-                    sha256  f4e188008f450c40d79bd5bb41c53c2db97301183dce414ef83eeb80f445c376
+checksums           rmd160  0be3db6a7bcc1c5eb51e86244cabe2a286397d5c \
+                    sha256  4a6766b62a1d9dba681caa6009fe90a3f8033a97ac870cd5984bf75a92546a42
 
 depends_build       port:pkgconfig \
-                    port:intltool \
-                    port:gnome-common \
-                    port:autoconf \
-                    port:automake \
-                    port:libtool \
                     port:gsed
 
 depends_lib         port:desktop-file-utils \
@@ -55,14 +50,9 @@
 
 patchfiles          patch-gsed.diff
 
-# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-post-patch {
-    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
-}
-
-configure.cmd       ./autogen.sh
-
 configure.args      --disable-silent-rules \
                     --enable-tracker-plugin=no
 
@@ -71,4 +61,4 @@
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
 }
 
-livecheck.type      gnome
+livecheck.type      gnome-with-unstable

Deleted: users/devans/GNOME-3/unstable/dports/net/rygel/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/net/rygel/files/autogen.sh	2016-04-27 13:15:35 UTC (rev 148122)
+++ users/devans/GNOME-3/unstable/dports/net/rygel/files/autogen.sh	2016-04-27 20:49:17 UTC (rev 148134)
@@ -1,49 +0,0 @@
-#! /bin/sh
-
-# Copyright (C) 2010 Zeeshan Ali (Khattak) <zeeshanak at gnome.org>.
-# Copyright (C) 2011 Jens Georg <mail at jensge.org>.
-# Copyright (C) 2012 Openismus GmbH.
-#
-# Author: Zeeshan Ali (Khattak) <zeeshanak at gnome.org>
-#         Jens Georg <mail at jensge.org>
-#         Murray Cumming <murrayc at openismus.com>
-#
-# This file is part of Rygel.
-#
-# Rygel is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# Rygel is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with this program; if not, write to the Free Software Foundation,
-# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
-which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME git"
-    exit 1
-}
-
-DEFAULT_ARGS="--enable-vala --enable-maintainer-mode  --enable-debug  --enable-example-plugins --enable-mediathek-plugin --enable-gst-launch-plugin --disable-strict-valac"
-
-mkdir -p m4
-
-if [ "x$1" = "xdevel" ]; then
-    DEFAULT_ARGS="$DEFAULT_ARGS --enable-uninstalled --enable-debug --disable-apidocs"
-    shift
-elif [ "x$1" = "xrelease" ]; then
-    DEFAULT_ARGS="$DEFAULT_ARGS --enable-apidocs --disable-debug"
-    shift
-fi
-
-# require automake 1.11 for vala support
-REQUIRED_AUTOMAKE_VERSION=1.11 \
-REQUIRED_AUTOCONF_VERSION=2.64 \
-REQUIRED_LIBTOOL_VERSION=2.2.6 \
-REQUIRED_INTLTOOL_VERSION=0.40.0 \
-bash gnome-autogen.sh $DEFAULT_ARGS "$@"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160427/2b02a8f9/attachment.html>


More information about the macports-changes mailing list