Date: Mon, 3 Apr 2017 09:48:43 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437609 - head/net-im/libaccounts-glib Message-ID: <201704030948.v339mhBN002631@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Apr 3 09:48:43 2017 New Revision: 437609 URL: https://svnweb.freebsd.org/changeset/ports/437609 Log: Fix plist after r437491. The textproc/gtk-doc update to 1.25 includes upstream commit 3a3d70d24, which causes gtk-doc to stop generating index.sgml. Modified: head/net-im/libaccounts-glib/Makefile head/net-im/libaccounts-glib/pkg-plist Modified: head/net-im/libaccounts-glib/Makefile ============================================================================== --- head/net-im/libaccounts-glib/Makefile Mon Apr 3 09:43:00 2017 (r437608) +++ head/net-im/libaccounts-glib/Makefile Mon Apr 3 09:48:43 2017 (r437609) @@ -3,6 +3,7 @@ PORTNAME= libaccounts-glib PORTVERSION= 1.21 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/repository/archive${EXTRACT_SUFX}?ref=VERSION_${GL_TAGNAME}#/ \ LOCAL/rakuco Modified: head/net-im/libaccounts-glib/pkg-plist ============================================================================== --- head/net-im/libaccounts-glib/pkg-plist Mon Apr 3 09:43:00 2017 (r437608) +++ head/net-im/libaccounts-glib/pkg-plist Mon Apr 3 09:48:43 2017 (r437609) @@ -45,7 +45,6 @@ share/gtk-doc/html/libaccounts-glib/gett share/gtk-doc/html/libaccounts-glib/glossary.html share/gtk-doc/html/libaccounts-glib/home.png share/gtk-doc/html/libaccounts-glib/index.html -share/gtk-doc/html/libaccounts-glib/index.sgml share/gtk-doc/html/libaccounts-glib/left-insensitive.png share/gtk-doc/html/libaccounts-glib/left.png share/gtk-doc/html/libaccounts-glib/libaccounts-compiling.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704030948.v339mhBN002631>