mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
Update to 0.11.0
- Update MASTER_SITES - Update WWW Changes: https://github.com/libcheck/check/releases
This commit is contained in:
parent
4d6ca0e17d
commit
64f3a678f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433840
@ -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>
|
||||
|
@ -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
|
||||
|
@ -3,4 +3,4 @@ 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/
|
||||
|
Loading…
Reference in New Issue
Block a user