Date: Mon, 29 Jul 2013 17:12:55 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323896 - in head/textproc/expat2: . files Message-ID: <201307291712.r6THCtgs062572@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dirk@FreeBSD.org> -# +# Created by: Dirk Froemberg <dirk@FreeBSD.org> # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307291712.r6THCtgs062572>