1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Update to 0.9.10

- Use USES=pathfix
- Cleanup Makefile

Changes:	http://sourceforge.net/projects/check/files/check/0.9.10/NEWS-README-0.9.10.txt/view
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-04-26 02:28:07 +00:00
parent 9a88a86c18
commit cf54dee509
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316540
3 changed files with 5 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libcheck
PORTVERSION= 0.9.9
PORTVERSION= 0.9.10
CATEGORIES= devel
MASTER_SITES= SF/check/check/${PORTVERSION}
DISTNAME= check-${PORTVERSION}
@ -14,14 +14,12 @@ LICENSE= LGPL21
OPTIONS_DEFINE= DOCS EXAMPLES
#CONFIGURE_ARGS= --docdir=${DOCSDIR}
CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USES= pathfix
#DOCSDIR= ${PREFIX}/share/doc/check
#EXAMPLESDIR= ${PREFIX}/share/examples/check
INFO= check
MAN1= checkmk.1
@ -31,7 +29,6 @@ post-patch:
@${REINPLACE_CMD} \
-e 's|COPYING.LESSER||' \
-e '/^docdir = / s|$$(PACKAGE)|${PORTNAME}|' \
-e '/^pcdatadir = / s|(libdir)/pkgconfig|(exec_prefix)/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} \
-e '/^exampledir = / s|(docdir)/example|(datadir)/examples/${PORTNAME}|' \

View File

@ -1,2 +1,2 @@
SHA256 (check-0.9.9.tar.gz) = 1a7a9abb9d051e1b9da4149ce651436a29e20135a40bdb202bd7b2bef3878ac9
SIZE (check-0.9.9.tar.gz) = 602679
SHA256 (check-0.9.10.tar.gz) = 823819235753e94ae0bcab3c46cc209de166c32ff2f52cefe120597db4403e6d
SIZE (check-0.9.10.tar.gz) = 650135

View File

@ -1,5 +1,6 @@
bin/checkmk
include/check.h
include/check_stdint.h
lib/libcheck.a
lib/libcheck.la
lib/libcheck.so