From owner-svn-ports-all@freebsd.org Fri Apr 8 13:06:19 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CD9DB08897; Fri, 8 Apr 2016 13:06:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 685131CD5; Fri, 8 Apr 2016 13:06:19 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u38D6I0o020685; Fri, 8 Apr 2016 13:06:18 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u38D6Iuk020682; Fri, 8 Apr 2016 13:06:18 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201604081306.u38D6Iuk020682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 8 Apr 2016 13:06:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412745 - in head/net-im/libaccounts-glib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2016 13:06:19 -0000 Author: rakuco Date: Fri Apr 8 13:06:18 2016 New Revision: 412745 URL: https://svnweb.freebsd.org/changeset/ports/412745 Log: Update to 1.21. The project is now hosted on GitLab, which is better than Google Drive from a porting perspective. We can now drop a few workarounds and patches that have been upstreamed. Unfortunately this release is being fetched directly from GitLab and thus we need to run gtkdocize and autoreconf ourselves as there is no actual release tarball. Submitted by: Tobias Berner Deleted: head/net-im/libaccounts-glib/files/ Modified: head/net-im/libaccounts-glib/Makefile head/net-im/libaccounts-glib/distinfo head/net-im/libaccounts-glib/pkg-plist Modified: head/net-im/libaccounts-glib/Makefile ============================================================================== --- head/net-im/libaccounts-glib/Makefile Fri Apr 8 13:05:59 2016 (r412744) +++ head/net-im/libaccounts-glib/Makefile Fri Apr 8 13:06:18 2016 (r412745) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= libaccounts-glib -PORTVERSION= 1.18 -PORTREVISION= 1 +PORTVERSION= 1.21 CATEGORIES= net-im -MASTER_SITES= https://drive.google.com/uc?export=download&id=0B8fX9XOwH_g4U1NzNmg0cWoxNGM&dummy= \ +MASTER_SITES= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/repository/archive${EXTRACT_SUFX}?ref=VERSION_${GL_TAGNAME}#/ \ LOCAL/rakuco +DISTNAME= ${GL_PROJECT}-VERSION_${GL_TAGNAME}-${GL_COMMIT} MAINTAINER= kde@FreeBSD.org COMMENT= Accounts and SSO framework for Linux and POSIX based platforms @@ -14,25 +14,24 @@ COMMENT= Accounts and SSO framework for LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ - libsqlite3.so:databases/sqlite3 - -FETCH_BEFORE_ARGS= -o ${DISTFILES} +BUILD_DEPENDS= gtkdocize:textproc/gtk-doc +LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib GNU_CONFIGURE= YES -# The line below is a hack required when the port is configure either without -# devel/libcheck installed or with --disable-tests. -# A proper fix has been submitted upstream: -# https://gitlab.com/accounts-sso/libaccounts-glib/merge_requests/1 -CONFIGURE_ENV= HAVE_GCOV_FALSE='\#' -CONFIGURE_ARGS= --disable-tests +CONFIGURE_ARGS= --disable-tests --enable-gtk-doc INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig python +USES= autoreconf gmake libtool pathfix pkgconfig python sqlite:3 USE_GNOME= pygobject3 introspection libxml2 +PATHFIX_MAKEFILEIN=Makefile.am + +# GitLab variables. +GL_ACCOUNT= accounts-sso +GL_PROJECT= ${PORTNAME} +GL_TAGNAME= ${PORTVERSION} +GL_COMMIT= 00254a604a7c7bd38c41794a80ad8930e90f21aa -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||g' \ - ${WRKSRC}/libaccounts-glib/Makefile.in +pre-configure: + cd ${WRKSRC} && gtkdocize --copy --flavour no-tmpl .include Modified: head/net-im/libaccounts-glib/distinfo ============================================================================== --- head/net-im/libaccounts-glib/distinfo Fri Apr 8 13:05:59 2016 (r412744) +++ head/net-im/libaccounts-glib/distinfo Fri Apr 8 13:06:18 2016 (r412745) @@ -1,2 +1,2 @@ -SHA256 (libaccounts-glib-1.18.tar.gz) = 7aab9ec2ba3ae2548125f4bb330ed433e8066c672e32101a339cbb7f4657ff56 -SIZE (libaccounts-glib-1.18.tar.gz) = 579435 +SHA256 (libaccounts-glib-VERSION_1.21-00254a604a7c7bd38c41794a80ad8930e90f21aa.tar.gz) = 27cb75f3f2f0ce736b77f0fd0432f8d565297f0735846a2862577eadaec92488 +SIZE (libaccounts-glib-VERSION_1.21-00254a604a7c7bd38c41794a80ad8930e90f21aa.tar.gz) = 127061 Modified: head/net-im/libaccounts-glib/pkg-plist ============================================================================== --- head/net-im/libaccounts-glib/pkg-plist Fri Apr 8 13:05:59 2016 (r412744) +++ head/net-im/libaccounts-glib/pkg-plist Fri Apr 8 13:06:18 2016 (r412745) @@ -15,10 +15,10 @@ lib/girepository-1.0/Accounts-1.0.typeli lib/libaccounts-glib.so lib/libaccounts-glib.so.0 lib/libaccounts-glib.so.0.1.3 -libdata/pkgconfig/libaccounts-glib.pc %%PYTHON_SITELIBDIR%%/gi/overrides/Accounts.py %%PYTHON_SITELIBDIR%%/gi/overrides/Accounts.pyc %%PYTHON_SITELIBDIR%%/gi/overrides/Accounts.pyo +libdata/pkgconfig/libaccounts-glib.pc share/backup-framework/applications/accounts.conf share/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml share/gir-1.0/Accounts-1.0.gir