From owner-svn-ports-all@FreeBSD.ORG Fri Feb 1 21:53:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 22C197AB; Fri, 1 Feb 2013 21:53:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EF971C1; Fri, 1 Feb 2013 21:53:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r11Lrldc079096; Fri, 1 Feb 2013 21:53:47 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r11LrlOa079092; Fri, 1 Feb 2013 21:53:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201302012153.r11LrlOa079092@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Feb 2013 21:53:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311402 - in head/devel/libcheck: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 21:53:48 -0000 Author: sunpoet Date: Fri Feb 1 21:53:46 2013 New Revision: 311402 URL: http://svnweb.freebsd.org/changeset/ports/311402 Log: - Update to 0.9.9 - Cleanup Makefile header Changes: http://sourceforge.net/projects/check/files/check/0.9.9/NEWS-README-0.9.9.txt/view Deleted: head/devel/libcheck/files/patch-Makefile.in head/devel/libcheck/files/patch-doc-Makefile.in Modified: head/devel/libcheck/Makefile (contents, props changed) head/devel/libcheck/distinfo (contents, props changed) head/devel/libcheck/pkg-plist (contents, props changed) Modified: head/devel/libcheck/Makefile ============================================================================== --- head/devel/libcheck/Makefile Fri Feb 1 21:33:12 2013 (r311401) +++ head/devel/libcheck/Makefile Fri Feb 1 21:53:46 2013 (r311402) @@ -1,12 +1,8 @@ -# New ports collection makefile for: libcheck -# Date created: December 4, 2003 -# Whom: mikeh@FreeBSD.org -# +# Created by: mikeh@FreeBSD.org # $FreeBSD$ -# PORTNAME= libcheck -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= devel MASTER_SITES= SF/check/check/${PORTVERSION} DISTNAME= check-${PORTVERSION} @@ -14,31 +10,40 @@ DISTNAME= check-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= A unit test framework for C +LICENSE= LGPL21 + OPTIONS_DEFINE= DOCS EXAMPLES +#CONFIGURE_ARGS= --docdir=${DOCSDIR} GNU_CONFIGURE= yes -PLIST_SUB= CHECK_VERSION=${PORTVERSION} USE_GMAKE= yes USE_LDCONFIG= yes -DOCSDIR= ${PREFIX}/share/doc/check-${PORTVERSION} -EXAMPLESDIR= ${PREFIX}/share/examples/check-${PORTVERSION} +#DOCSDIR= ${PREFIX}/share/doc/check +#EXAMPLESDIR= ${PREFIX}/share/examples/check INFO= check +MAN1= checkmk.1 .include post-patch: -.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} \ - -e '/^install-data-am:/ s/ install-docDATA//' \ - ${WRKSRC}/Makefile.in + -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}|' \ + -e '/^example[a-z]*dir = / s|(docdir)/example/|(exampledir)/|' \ + ${WRKSRC}/doc/Makefile.in +.if empty(PORT_OPTIONS:MDOCS) + @${REINPLACE_CMD} -e '/^install-data-am:/ s| install-docDATA||' ${WRKSRC}/Makefile.in .endif .if empty(PORT_OPTIONS:MEXAMPLES) @${REINPLACE_CMD} \ - -e '/^install-data-am:/ s/ install-exampleDATA//' \ - -e '/^install-data-am:/ s/ install-examplesrcDATA//' \ - -e '/install-exampletestsDATA/ s/install-exampletestsDATA//' \ - ${WRKSRC}/doc/Makefile.in + -e '/^install-data-am:/ s| install-exampleDATA install-examplesrcDATA||' \ + -e 's|install-exampletestsDATA ||' \ + ${WRKSRC}/doc/Makefile.in .endif .include Modified: head/devel/libcheck/distinfo ============================================================================== --- head/devel/libcheck/distinfo Fri Feb 1 21:33:12 2013 (r311401) +++ head/devel/libcheck/distinfo Fri Feb 1 21:53:46 2013 (r311402) @@ -1,2 +1,2 @@ -SHA256 (check-0.9.8.tar.gz) = 82acf956bb07584ffea2bf04d5989fe939c3e74ecf93133a21037fd0f7996a7f -SIZE (check-0.9.8.tar.gz) = 558943 +SHA256 (check-0.9.9.tar.gz) = 1a7a9abb9d051e1b9da4149ce651436a29e20135a40bdb202bd7b2bef3878ac9 +SIZE (check-0.9.9.tar.gz) = 602679 Modified: head/devel/libcheck/pkg-plist ============================================================================== --- head/devel/libcheck/pkg-plist Fri Feb 1 21:33:12 2013 (r311401) +++ head/devel/libcheck/pkg-plist Fri Feb 1 21:53:46 2013 (r311402) @@ -1,3 +1,4 @@ +bin/checkmk include/check.h lib/libcheck.a lib/libcheck.la