From owner-svn-ports-head@FreeBSD.ORG Thu Oct 18 10:21:57 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3709960; Thu, 18 Oct 2012 10:21:57 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9EA8FC16; Thu, 18 Oct 2012 10:21:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9IALvKL011819; Thu, 18 Oct 2012 10:21:57 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9IALvvq011816; Thu, 18 Oct 2012 10:21:57 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210181021.q9IALvvq011816@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 18 Oct 2012 10:21:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306057 - head/devel/log4c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2012 10:21:57 -0000 Author: jhale Date: Thu Oct 18 10:21:56 2012 New Revision: 306057 URL: http://svn.freebsd.org/changeset/ports/306057 Log: - Update to 1.2.2 - Add LICENSE (LGPL21) - Trim Makefile header PR: ports/172500 Submitted by: KATO Tsuguru Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/devel/log4c/Makefile (contents, props changed) head/devel/log4c/distinfo (contents, props changed) Modified: head/devel/log4c/Makefile ============================================================================== --- head/devel/log4c/Makefile Thu Oct 18 10:05:15 2012 (r306056) +++ head/devel/log4c/Makefile Thu Oct 18 10:21:56 2012 (r306057) @@ -1,21 +1,33 @@ -# ex:ts=8 -# Ports collection makefile for: log4c -# Date created: Jul 4, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= log4c -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Logging for C Library +LICENSE= LGPL21 + +OPTIONS_DEFINE= EXPAT +OPTIONS_DEFAULT=EXPAT + +USE_GNOME= gnomehack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include + +.if ${PORT_OPTIONS:MEXPAT} +LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 +.else +CONFIGURE_ARGS+=--without-expat +.endif + .include Modified: head/devel/log4c/distinfo ============================================================================== --- head/devel/log4c/distinfo Thu Oct 18 10:05:15 2012 (r306056) +++ head/devel/log4c/distinfo Thu Oct 18 10:21:56 2012 (r306057) @@ -1,2 +1,2 @@ -SHA256 (log4c-1.2.1.tar.gz) = 6ed40a41307c26d052667e1661437394ab00e29cd24ff2640b502ba8ab1e442b -SIZE (log4c-1.2.1.tar.gz) = 508139 +SHA256 (log4c-1.2.2.tar.gz) = 175509c8e2200c466070f2ae974303e08c2b39581fbeeaee24009f1f89c55308 +SIZE (log4c-1.2.2.tar.gz) = 539391