Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 03:27:29 +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: r340780 - head/devel/libcheck
Message-ID:  <201401230327.s0N3RTJt015914@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 23 03:27:28 2014
New Revision: 340780
URL: http://svnweb.freebsd.org/changeset/ports/340780
QAT: https://qat.redports.org/buildarchive/r340780/

Log:
  - Update to 0.9.12
  - Use PORTDOCS and PORTEXAMPLES
  - Simplify Makefile
  
  Changes:	http://sourceforge.net/projects/check/files/check/0.9.12/NEWS-README-0.9.12/view

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

Modified: head/devel/libcheck/Makefile
==============================================================================
--- head/devel/libcheck/Makefile	Thu Jan 23 03:27:23 2014	(r340779)
+++ head/devel/libcheck/Makefile	Thu Jan 23 03:27:28 2014	(r340780)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libcheck
-PORTVERSION=	0.9.11
+PORTVERSION=	0.9.12
 CATEGORIES=	devel
 MASTER_SITES=	SF/check/check/${PORTVERSION}
 DISTNAME=	check-${PORTVERSION}
@@ -20,8 +20,8 @@ USE_LDCONFIG=	yes
 USES=		gmake pathfix
 
 INFO=		check
-
-.include <bsd.port.options.mk>
+PORTDOCS=	*
+PORTEXAMPLES=	*
 
 post-patch:
 	@${REINPLACE_CMD} \
@@ -32,15 +32,6 @@ post-patch:
 		-e '/^exampledir = / s|(docdir)/example|(datadir)/examples/${PORTNAME}|' \
 		-e '/^example[a-z]*dir = / s|(docdir)/example/|(exampledir)/|' \
 			${WRKSRC}/doc/Makefile.in
-.if !${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} -e '/^install-data-am:/ s| install-docDATA||' ${WRKSRC}/Makefile.in
-.endif
-.if !${PORT_OPTIONS:MEXAMPLES}
-	@${REINPLACE_CMD} \
-		-e '/^install-data-am:/ s| install-exampleDATA install-examplesrcDATA||' \
-		-e 's|install-exampletestsDATA ||' \
-			${WRKSRC}/doc/Makefile.in
-.endif
 
 post-build:
 	@${STRIP_CMD} ${WRKSRC}/src/.libs/libcheck.so.0

Modified: head/devel/libcheck/distinfo
==============================================================================
--- head/devel/libcheck/distinfo	Thu Jan 23 03:27:23 2014	(r340779)
+++ head/devel/libcheck/distinfo	Thu Jan 23 03:27:28 2014	(r340780)
@@ -1,2 +1,2 @@
-SHA256 (check-0.9.11.tar.gz) = ea4e8c7ffb00bb4ffb3f59f11744a71f1cc4212c79f3083c7d9a4b0953976936
-SIZE (check-0.9.11.tar.gz) = 691146
+SHA256 (check-0.9.12.tar.gz) = c7d47e55e133a0ca19a52e08a99333ac55cb22618b53719b7f4117a1875b1ea3
+SIZE (check-0.9.12.tar.gz) = 730404

Modified: head/devel/libcheck/pkg-plist
==============================================================================
--- head/devel/libcheck/pkg-plist	Thu Jan 23 03:27:23 2014	(r340779)
+++ head/devel/libcheck/pkg-plist	Thu Jan 23 03:27:28 2014	(r340780)
@@ -8,33 +8,3 @@ lib/libcheck.so.0
 libdata/pkgconfig/check.pc
 man/man1/checkmk.1.gz
 share/aclocal/check.m4
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLogOld
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/SVNChangeLog
-%%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
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%



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