From owner-svn-ports-all@freebsd.org Sat Feb 11 08:37:46 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 18E14CDA3C2; Sat, 11 Feb 2017 08:37:46 +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 C288917B9; Sat, 11 Feb 2017 08:37:45 +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 v1B8biwd053519; Sat, 11 Feb 2017 08:37:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1B8bi6S053516; Sat, 11 Feb 2017 08:37:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702110837.v1B8bi6S053516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 11 Feb 2017 08:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433840 - head/devel/check 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.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: Sat, 11 Feb 2017 08:37:46 -0000 Author: sunpoet Date: Sat Feb 11 08:37:44 2017 New Revision: 433840 URL: https://svnweb.freebsd.org/changeset/ports/433840 Log: Update to 0.11.0 - Update MASTER_SITES - Update WWW Changes: https://github.com/libcheck/check/releases Modified: head/devel/check/Makefile head/devel/check/distinfo head/devel/check/pkg-descr Modified: head/devel/check/Makefile ============================================================================== --- head/devel/check/Makefile Sat Feb 11 08:00:51 2017 (r433839) +++ head/devel/check/Makefile Sat Feb 11 08:37:44 2017 (r433840) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= check -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 CATEGORIES= devel -MASTER_SITES= SF/check/check/${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Unit test framework for C @@ -17,20 +16,23 @@ CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= gmake libtool pathfix +USES= autoreconf libtool makeinfo pathfix pkgconfig INFO= check PORTDOCS= * PORTEXAMPLES= * +GH_ACCOUNT= lib${PORTNAME} +USE_GITHUB= yes + post-patch: @${REINPLACE_CMD} \ -e 's|COPYING.LESSER||' \ -e '/^docdir = / s|$$(PACKAGE)|${PORTNAME}|' \ - ${WRKSRC}/Makefile.in + ${WRKSRC}/Makefile.am @${REINPLACE_CMD} \ -e '/^exampledir = / s|(docdir)/example|(datadir)/examples/${PORTNAME}|' \ -e '/^example[a-z]*dir = / s|(docdir)/example/|(exampledir)/|' \ - ${WRKSRC}/doc/Makefile.in + ${WRKSRC}/doc/Makefile.am .include Modified: head/devel/check/distinfo ============================================================================== --- head/devel/check/distinfo Sat Feb 11 08:00:51 2017 (r433839) +++ head/devel/check/distinfo Sat Feb 11 08:37:44 2017 (r433840) @@ -1,2 +1,3 @@ -SHA256 (check-0.10.0.tar.gz) = f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052 -SIZE (check-0.10.0.tar.gz) = 769119 +TIMESTAMP = 1486790028 +SHA256 (libcheck-check-0.11.0_GH0.tar.gz) = df18bb72ba31eed2e06c21dd97402174500a211645e4b3748e9e277551acc97d +SIZE (libcheck-check-0.11.0_GH0.tar.gz) = 275579 Modified: head/devel/check/pkg-descr ============================================================================== --- head/devel/check/pkg-descr Sat Feb 11 08:00:51 2017 (r433839) +++ head/devel/check/pkg-descr Sat Feb 11 08:37:44 2017 (r433840) @@ -3,4 +3,4 @@ defining unit tests, putting little in t in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. -WWW: http://check.sourceforge.net/ +WWW: https://libcheck.github.io/check/