From owner-svn-ports-head@FreeBSD.ORG Tue Sep 24 18:00:41 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 0F9BEFD; Tue, 24 Sep 2013 18:00:41 +0000 (UTC) (envelope-from antoine@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 D6E102E8A; Tue, 24 Sep 2013 18:00:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8OI0e0F046393; Tue, 24 Sep 2013 18:00:40 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8OI0eSM046389; Tue, 24 Sep 2013 18:00:40 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309241800.r8OI0eSM046389@svn.freebsd.org> From: Antoine Brodin Date: Tue, 24 Sep 2013 18:00:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328183 - head/devel/libmsiecf 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: Tue, 24 Sep 2013 18:00:41 -0000 Author: antoine Date: Tue Sep 24 18:00:39 2013 New Revision: 328183 URL: http://svnweb.freebsd.org/changeset/ports/328183 Log: - Update to alpha-20130923 - Convert to STAGEDIR Modified: head/devel/libmsiecf/Makefile head/devel/libmsiecf/distinfo head/devel/libmsiecf/pkg-plist Modified: head/devel/libmsiecf/Makefile ============================================================================== --- head/devel/libmsiecf/Makefile Tue Sep 24 17:55:41 2013 (r328182) +++ head/devel/libmsiecf/Makefile Tue Sep 24 18:00:39 2013 (r328183) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmsiecf -DISTVERSION= alpha-20130805 +DISTVERSION= alpha-20130923 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/ \ LOCAL/antoine @@ -13,28 +13,22 @@ COMMENT= Library and tools to access the LICENSE= LGPL3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv pathfix USE_PYTHON= -2.7 USE_LDCONFIG= yes - -LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} -MAN1= msiecfexport.1 msiecfinfo.1 -MAN3= libmsiecf.3 +PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS -PORTDOCS= AUTHORS ChangeLog - -NO_STAGE= yes .include post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include Modified: head/devel/libmsiecf/distinfo ============================================================================== --- head/devel/libmsiecf/distinfo Tue Sep 24 17:55:41 2013 (r328182) +++ head/devel/libmsiecf/distinfo Tue Sep 24 18:00:39 2013 (r328183) @@ -1,2 +1,2 @@ -SHA256 (libmsiecf-alpha-20130805.tar.gz) = 3554d7be668aa297d3189cc3f6479719237df3e2f99733a8a0aa4e434a5baffd -SIZE (libmsiecf-alpha-20130805.tar.gz) = 1328188 +SHA256 (libmsiecf-alpha-20130923.tar.gz) = d70867bd56907db5fac3626c21a6432c409ee982e19e192b365d5d6d1cce7628 +SIZE (libmsiecf-alpha-20130923.tar.gz) = 1365034 Modified: head/devel/libmsiecf/pkg-plist ============================================================================== --- head/devel/libmsiecf/pkg-plist Tue Sep 24 17:55:41 2013 (r328182) +++ head/devel/libmsiecf/pkg-plist Tue Sep 24 18:00:39 2013 (r328183) @@ -15,4 +15,7 @@ lib/libmsiecf.so.1 %%PYTHON_SITELIBDIR%%/pymsiecf.la %%PYTHON_SITELIBDIR%%/pymsiecf.so libdata/pkgconfig/libmsiecf.pc +man/man1/msiecfexport.1.gz +man/man1/msiecfinfo.1.gz +man/man3/libmsiecf.3.gz @dirrm include/libmsiecf