From owner-svn-ports-head@freebsd.org Thu Sep 17 09:25:46 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1AE483D974F; Thu, 17 Sep 2020 09:25:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BsWm95n9Rz3T28; Thu, 17 Sep 2020 09:25:45 +0000 (UTC) (envelope-from bapt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9B4027EEB; Thu, 17 Sep 2020 09:25:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08H9PjsU070865; Thu, 17 Sep 2020 09:25:45 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08H9PiIq070861; Thu, 17 Sep 2020 09:25:44 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <202009170925.08H9PiIq070861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 17 Sep 2020 09:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548830 - in head/textproc: yelp-tools yelp-xsl X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/textproc: yelp-tools yelp-xsl X-SVN-Commit-Revision: 548830 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2020 09:25:46 -0000 Author: bapt Date: Thu Sep 17 09:25:44 2020 New Revision: 548830 URL: https://svnweb.freebsd.org/changeset/ports/548830 Log: Update to 3.38.0 Modified: head/textproc/yelp-tools/Makefile head/textproc/yelp-tools/distinfo head/textproc/yelp-tools/pkg-plist head/textproc/yelp-xsl/Makefile head/textproc/yelp-xsl/distinfo Modified: head/textproc/yelp-tools/Makefile ============================================================================== --- head/textproc/yelp-tools/Makefile Thu Sep 17 09:22:29 2020 (r548829) +++ head/textproc/yelp-tools/Makefile Thu Sep 17 09:25:44 2020 (r548830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yelp-tools -PORTVERSION= 3.28.0 +PORTVERSION= 3.38.0 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -10,15 +10,16 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Utilities to help manage documentation for Yelp and the web +LICENSE= GPLv2 +LICENSE_FILES= ${WRKSRC}/COPYING.GPL + BUILD_DEPENDS= yelp-xsl>=0:textproc/yelp-xsl \ itstool:textproc/itstool PORTSCOUT= limitw:1,even -USES= gettext gmake gnome pathfix pkgconfig tar:xz -USE_GNOME= intlhack libxml2 libxslt +USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz +USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib .include Modified: head/textproc/yelp-tools/distinfo ============================================================================== --- head/textproc/yelp-tools/distinfo Thu Sep 17 09:22:29 2020 (r548829) +++ head/textproc/yelp-tools/distinfo Thu Sep 17 09:25:44 2020 (r548830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525379451 -SHA256 (gnome3/yelp-tools-3.28.0.tar.xz) = 82dbfeea2359dfef8ee92c7580c7f03768d12f9bf67d839f03a5e9b0686dc1ac -SIZE (gnome3/yelp-tools-3.28.0.tar.xz) = 210496 +TIMESTAMP = 1600331835 +SHA256 (gnome3/yelp-tools-3.38.0.tar.xz) = 607ce4b3ee8517c42db924a01a78660a03317595c75825731ea86a920e2b04b0 +SIZE (gnome3/yelp-tools-3.38.0.tar.xz) = 213692 Modified: head/textproc/yelp-tools/pkg-plist ============================================================================== --- head/textproc/yelp-tools/pkg-plist Thu Sep 17 09:22:29 2020 (r548829) +++ head/textproc/yelp-tools/pkg-plist Thu Sep 17 09:25:44 2020 (r548830) @@ -12,3 +12,10 @@ share/yelp-tools/xslt/mal-opf.xsl share/yelp-tools/xslt/mal-rng.xsl share/yelp-tools/xslt/mal-status.xsl share/yelp-tools/xslt/media.xsl +%%DATADIR%%/templates/concept.duck +%%DATADIR%%/templates/concept.page +%%DATADIR%%/templates/guide.duck +%%DATADIR%%/templates/guide.page +%%DATADIR%%/templates/reference.duck +%%DATADIR%%/templates/reference.page +%%DATADIR%%/templates/task.duck Modified: head/textproc/yelp-xsl/Makefile ============================================================================== --- head/textproc/yelp-xsl/Makefile Thu Sep 17 09:22:29 2020 (r548829) +++ head/textproc/yelp-xsl/Makefile Thu Sep 17 09:25:44 2020 (r548830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yelp-xsl -PORTVERSION= 3.28.0 +PORTVERSION= 3.38.0 CATEGORIES= textproc gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome localbase pathfix \ pkgconfig tar:xz -USE_GNOME= gnomeprefix intlhack libxml2 libxslt +USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes NO_ARCH= yes Modified: head/textproc/yelp-xsl/distinfo ============================================================================== --- head/textproc/yelp-xsl/distinfo Thu Sep 17 09:22:29 2020 (r548829) +++ head/textproc/yelp-xsl/distinfo Thu Sep 17 09:25:44 2020 (r548830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525379363 -SHA256 (gnome3/yelp-xsl-3.28.0.tar.xz) = 8ccdf47b31acbdd26a7380b3bc6700742a7aff91a54dab279fd5ea8b43b53f93 -SIZE (gnome3/yelp-xsl-3.28.0.tar.xz) = 509828 +TIMESTAMP = 1600332265 +SHA256 (gnome3/yelp-xsl-3.38.0.tar.xz) = 13bcc2011c4c55384174d18c7b2f0015a96b04efd24f3f646af2e7167e7ab0d7 +SIZE (gnome3/yelp-xsl-3.38.0.tar.xz) = 644656