diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-01-23 11:27:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-01-23 11:27:28 +0800 |
commit | 66e8be68236bbe57ad56dbe81186fdfdef95fbd1 (patch) | |
tree | 57a2318f22c936014372fe8e274cb70a159cac27 | |
parent | d4b32c56243512f5f32a40830cd6bb8850343002 (diff) | |
download | freebsd-ports-gnome-66e8be68236bbe57ad56dbe81186fdfdef95fbd1.tar.gz freebsd-ports-gnome-66e8be68236bbe57ad56dbe81186fdfdef95fbd1.tar.zst freebsd-ports-gnome-66e8be68236bbe57ad56dbe81186fdfdef95fbd1.zip |
- 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
-rw-r--r-- | devel/libcheck/Makefile | 15 | ||||
-rw-r--r-- | devel/libcheck/distinfo | 4 | ||||
-rw-r--r-- | devel/libcheck/pkg-plist | 30 |
3 files changed, 5 insertions, 44 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile index d2589c4a6ed5..12e344d3c878 100644 --- a/devel/libcheck/Makefile +++ b/devel/libcheck/Makefile @@ -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 diff --git a/devel/libcheck/distinfo b/devel/libcheck/distinfo index 5f7253be8191..2a85a65c13a8 100644 --- a/devel/libcheck/distinfo +++ b/devel/libcheck/distinfo @@ -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 diff --git a/devel/libcheck/pkg-plist b/devel/libcheck/pkg-plist index 90d3e5343df3..d6403796fc21 100644 --- a/devel/libcheck/pkg-plist +++ b/devel/libcheck/pkg-plist @@ -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%% |