Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2020 20:08:23 +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: r524414 - head/devel/check
Message-ID:  <202001272008.00RK8NeG004362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jan 27 20:08:23 2020
New Revision: 524414
URL: https://svnweb.freebsd.org/changeset/ports/524414

Log:
  Update to 0.14.0
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/libcheck/check/releases

Modified:
  head/devel/check/Makefile
  head/devel/check/distinfo
  head/devel/check/pkg-plist

Modified: head/devel/check/Makefile
==============================================================================
--- head/devel/check/Makefile	Mon Jan 27 20:08:17 2020	(r524413)
+++ head/devel/check/Makefile	Mon Jan 27 20:08:23 2020	(r524414)
@@ -2,16 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	check
-PORTVERSION=	0.13.0
+PORTVERSION=	0.14.0
 CATEGORIES=	devel
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Unit test framework for C
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
 USES=		autoreconf libtool makeinfo pathfix pkgconfig
 
 CONFIGURE_ENV=	ac_cv_path_AWK_PATH=${AWK}
@@ -20,19 +19,19 @@ INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 INFO=		check
-PORTDOCS=	*
-PORTEXAMPLES=	*
 
-GH_ACCOUNT=	lib${PORTNAME}
+GH_ACCOUNT=	libcheck
 USE_GITHUB=	yes
 
+OPTIONS_DEFINE=	DOCS EXAMPLES
+
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's|COPYING.LESSER||' \
-		-e '/^docdir = / s|$$(PACKAGE)|${PORTNAME}|' \
+		-e '/^docdir = / s|$$(PACKAGE)|check|' \
 			${WRKSRC}/Makefile.am
 	@${REINPLACE_CMD} \
-		-e '/^exampledir = / s|(docdir)/example|(datadir)/examples/${PORTNAME}|' \
+		-e '/^exampledir = / s|(docdir)/example|(datadir)/examples/check|' \
 		-e '/^example[a-z]*dir = / s|(docdir)/example/|(exampledir)/|' \
 			${WRKSRC}/doc/Makefile.am
 

Modified: head/devel/check/distinfo
==============================================================================
--- head/devel/check/distinfo	Mon Jan 27 20:08:17 2020	(r524413)
+++ head/devel/check/distinfo	Mon Jan 27 20:08:23 2020	(r524414)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571759780
-SHA256 (libcheck-check-0.13.0_GH0.tar.gz) = c95d5e0419f768c100ec6d91c7b0a05985f07cc05b93c3c68c3efd48d3655fce
-SIZE (libcheck-check-0.13.0_GH0.tar.gz) = 301386
+TIMESTAMP = 1580125313
+SHA256 (libcheck-check-0.14.0_GH0.tar.gz) = d55782b36827e36472b77d577953795403fb708f94a202558ffaa054bd328c60
+SIZE (libcheck-check-0.14.0_GH0.tar.gz) = 303471

Modified: head/devel/check/pkg-plist
==============================================================================
--- head/devel/check/pkg-plist	Mon Jan 27 20:08:17 2020	(r524413)
+++ head/devel/check/pkg-plist	Mon Jan 27 20:08:23 2020	(r524414)
@@ -8,3 +8,27 @@ lib/libcheck.so.0.0.0
 libdata/pkgconfig/check.pc
 man/man1/checkmk.1.gz
 share/aclocal/check.m4
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.am
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configure.ac
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/Makefile.am
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/main.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/money.1.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/money.1.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/money.2.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/money.3.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/money.4.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/money.5.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/money.6.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/money.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/money.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Makefile.am
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/check_money.1.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/check_money.2.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/check_money.3.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/check_money.6.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/check_money.7.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/check_money.c



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