From owner-svn-ports-all@freebsd.org Sun Aug 20 12:26:01 2017 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 49707DCEB51; Sun, 20 Aug 2017 12:26:01 +0000 (UTC) (envelope-from sunpoet@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 1822D1551; Sun, 20 Aug 2017 12:26:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7KCQ0nk098961; Sun, 20 Aug 2017 12:26:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7KCQ0JT098959; Sun, 20 Aug 2017 12:26:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201708201226.v7KCQ0JT098959@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Aug 2017 12:26:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448377 - head/devel/autogen X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/autogen X-SVN-Commit-Revision: 448377 X-SVN-Commit-Repository: ports 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.23 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: Sun, 20 Aug 2017 12:26:01 -0000 Author: sunpoet Date: Sun Aug 20 12:25:59 2017 New Revision: 448377 URL: https://svnweb.freebsd.org/changeset/ports/448377 Log: Update to 5.18.12 - Fix LIB_DEPENDS: remove devel/boehm-gc-threaded - Sort *_DEPENDS - Add USES=gnome Changes: https://git.savannah.gnu.org/cgit/autogen.git/tree/NEWS.pre Modified: head/devel/autogen/Makefile head/devel/autogen/distinfo Modified: head/devel/autogen/Makefile ============================================================================== --- head/devel/autogen/Makefile Sun Aug 20 11:58:39 2017 (r448376) +++ head/devel/autogen/Makefile Sun Aug 20 12:25:59 2017 (r448377) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= autogen -PORTVERSION= 5.18.10 +PORTVERSION= 5.18.12 CATEGORIES= devel MASTER_SITES= GNU/${PORTNAME}/rel${PORTVERSION} @@ -12,9 +12,8 @@ COMMENT= Tool designed to simplify the creation and ma LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash -RUN_DEPENDS= bash:shells/bash -LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ - libgc-threaded.so:devel/boehm-gc-threaded +LIB_DEPENDS= libguile-2.0.so:lang/guile2 +RUN_DEPENDS:= ${BUILD_DEPENDS} CONFIGURE_ARGS= --datadir=${PREFIX}/share --with-libguile=yes --with-libxml2=yes CONFIGURE_ENV= CONFIG_SHELL=${LOCALBASE}/bin/bash @@ -23,7 +22,7 @@ INSTALL_TARGET= install-strip USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build -USES= gmake libtool pathfix perl5 pkgconfig shebangfix tar:xz +USES= gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz INFO= autogen Modified: head/devel/autogen/distinfo ============================================================================== --- head/devel/autogen/distinfo Sun Aug 20 11:58:39 2017 (r448376) +++ head/devel/autogen/distinfo Sun Aug 20 12:25:59 2017 (r448377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468486852 -SHA256 (autogen-5.18.10.tar.xz) = 4e248e02c50404ea5c5fc29027d26600f895a9eae7ea5ef851be2c8587abc148 -SIZE (autogen-5.18.10.tar.xz) = 1017960 +TIMESTAMP = 1503166017 +SHA256 (autogen-5.18.12.tar.xz) = be3ba62e883185b6ee8475edae97d7197d701d6b9ad9c3d2df53697110c1bfd8 +SIZE (autogen-5.18.12.tar.xz) = 1018412