mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
Use upstream release tarball
This commit is contained in:
parent
6b5f4898aa
commit
13fca437f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546978
2 changed files with 7 additions and 9 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= check
|
||||
PORTVERSION= 0.15.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libcheck/check/releases/download/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Unit test framework for C
|
||||
|
@ -11,7 +12,7 @@ COMMENT= Unit test framework for C
|
|||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
||||
|
||||
USES= autoreconf libtool makeinfo pathfix pkgconfig
|
||||
USES= libtool makeinfo pathfix pkgconfig
|
||||
|
||||
CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK}
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -20,19 +21,16 @@ USE_LDCONFIG= yes
|
|||
|
||||
INFO= check
|
||||
|
||||
GH_ACCOUNT= libcheck
|
||||
USE_GITHUB= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|COPYING.LESSER||' \
|
||||
-e '/^docdir = / s|$$(PACKAGE)|check|' \
|
||||
${WRKSRC}/Makefile.am
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} \
|
||||
-e '/^exampledir = / s|(docdir)/example|(datadir)/examples/check|' \
|
||||
-e '/^example[a-z]*dir = / s|(docdir)/example/|(exampledir)/|' \
|
||||
${WRKSRC}/doc/Makefile.am
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1597569921
|
||||
SHA256 (libcheck-check-0.15.2_GH0.tar.gz) = 998d355294bb94072f40584272cf4424571c396c631620ce463f6ea97aa67d2e
|
||||
SIZE (libcheck-check-0.15.2_GH0.tar.gz) = 306136
|
||||
TIMESTAMP = 1598621565
|
||||
SHA256 (check-0.15.2.tar.gz) = a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a
|
||||
SIZE (check-0.15.2.tar.gz) = 774985
|
||||
|
|
Loading…
Add table
Reference in a new issue