Index: head/devel/check/Makefile =================================================================== --- head/devel/check/Makefile (revision 433839) +++ head/devel/check/Makefile (revision 433840) @@ -1,36 +1,38 @@ # Created by: mikeh@FreeBSD.org # $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 LICENSE= LGPL21 OPTIONS_DEFINE= DOCS EXAMPLES 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 Index: head/devel/check/distinfo =================================================================== --- head/devel/check/distinfo (revision 433839) +++ head/devel/check/distinfo (revision 433840) @@ -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 Index: head/devel/check/pkg-descr =================================================================== --- head/devel/check/pkg-descr (revision 433839) +++ head/devel/check/pkg-descr (revision 433840) @@ -1,6 +1,6 @@ Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run 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/