Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 08:37:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r433840 - head/devel/check
Message-ID:  <201702110837.v1B8bi6S053516@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702110837.v1B8bi6S053516>