From owner-svn-ports-head@FreeBSD.ORG Mon Jul 29 17:12:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6AFDAFD4; Mon, 29 Jul 2013 17:12:56 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E2E3237D; Mon, 29 Jul 2013 17:12:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6THCtwd062575; Mon, 29 Jul 2013 17:12:55 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6THCtgs062572; Mon, 29 Jul 2013 17:12:55 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201307291712.r6THCtgs062572@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 29 Jul 2013 17:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323896 - in head/textproc/expat2: . 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-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: Mon, 29 Jul 2013 17:12:56 -0000 Author: tijl Date: Mon Jul 29 17:12:54 2013 New Revision: 323896 URL: http://svnweb.freebsd.org/changeset/ports/323896 Log: Update to 2.1.0. PR: ports/167636 Submitted by: sunpoet (with modifications) Approved by: kuriyama (maintainer) Deleted: head/textproc/expat2/files/ Modified: head/textproc/expat2/Makefile (contents, props changed) head/textproc/expat2/distinfo (contents, props changed) head/textproc/expat2/pkg-plist (contents, props changed) Directory Properties: head/textproc/expat2/pkg-descr (props changed) Modified: head/textproc/expat2/Makefile ============================================================================== --- head/textproc/expat2/Makefile Mon Jul 29 16:58:22 2013 (r323895) +++ head/textproc/expat2/Makefile Mon Jul 29 17:12:54 2013 (r323896) @@ -1,13 +1,8 @@ -# New ports collection makefile for: expat -# Date created: Thu Aug 26 14:38:07 CEST 1999 -# Whom: Dirk Froemberg -# +# Created by: Dirk Froemberg # $FreeBSD$ -# PORTNAME= expat -PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTVERSION= 2.1.0 CATEGORIES= textproc MASTER_SITES= SF @@ -16,14 +11,20 @@ COMMENT= XML 1.0 parser written in C GNU_CONFIGURE= yes ALL_TARGET= default +USES= pathfix USE_LDCONFIG= yes MAN1= xmlwf.1 +# Increment only when there are incompatible API changes. SHLIB_MAJOR= 6 -MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +post-patch: + @${REINPLACE_CMD} \ + -e 's/@LIBCURRENT.*@/${SHLIB_MAJOR}/' \ + -e '/^DESTDIR =/d' ${WRKSRC}/Makefile.in + list-depend-ports: cd ${PORTSDIR}; \ ${FIND} . -mindepth 3 -maxdepth 3 -name Makefile -execdir ${SH} -c \ Modified: head/textproc/expat2/distinfo ============================================================================== --- head/textproc/expat2/distinfo Mon Jul 29 16:58:22 2013 (r323895) +++ head/textproc/expat2/distinfo Mon Jul 29 17:12:54 2013 (r323896) @@ -1,2 +1,2 @@ -SHA256 (expat-2.0.1.tar.gz) = 847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93 -SIZE (expat-2.0.1.tar.gz) = 446456 +SHA256 (expat-2.1.0.tar.gz) = 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86 +SIZE (expat-2.1.0.tar.gz) = 562616 Modified: head/textproc/expat2/pkg-plist ============================================================================== --- head/textproc/expat2/pkg-plist Mon Jul 29 16:58:22 2013 (r323895) +++ head/textproc/expat2/pkg-plist Mon Jul 29 17:12:54 2013 (r323896) @@ -5,3 +5,4 @@ lib/libexpat.a lib/libexpat.la lib/libexpat.so lib/libexpat.so.%%SHLIB_MAJOR%% +libdata/pkgconfig/expat.pc