Date: Mon, 24 Mar 2014 19:39:53 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349054 - head/devel/libregf Message-ID: <201403241939.s2OJdrQU058080@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Mar 24 19:39:52 2014 New Revision: 349054 URL: http://svnweb.freebsd.org/changeset/ports/349054 QAT: https://qat.redports.org/buildarchive/r349054/ Log: - Update to alpha-20140323 - Strip libraries - Use libtool Modified: head/devel/libregf/Makefile head/devel/libregf/distinfo head/devel/libregf/pkg-plist Modified: head/devel/libregf/Makefile ============================================================================== --- head/devel/libregf/Makefile Mon Mar 24 19:30:54 2014 (r349053) +++ head/devel/libregf/Makefile Mon Mar 24 19:39:52 2014 (r349054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20140118 +DISTVERSION= alpha-20140323 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/ \ LOCAL/antoine @@ -14,9 +14,10 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= fuse gettext iconv pathfix pkgconfig +USES= fuse gettext iconv libtool pathfix pkgconfig USE_PYTHON= 2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PORTDOCS= AUTHORS ChangeLog Modified: head/devel/libregf/distinfo ============================================================================== --- head/devel/libregf/distinfo Mon Mar 24 19:30:54 2014 (r349053) +++ head/devel/libregf/distinfo Mon Mar 24 19:39:52 2014 (r349054) @@ -1,2 +1,2 @@ -SHA256 (libregf-alpha-20140118.tar.gz) = 65d0c750d606d9b6133c35e48bd2fda0dae65d57dd6881acde81873ca193f12b -SIZE (libregf-alpha-20140118.tar.gz) = 1471162 +SHA256 (libregf-alpha-20140323.tar.gz) = 94e195cd5309a4abcdce2fd8a14c3ba6e76cb50079d75d2b4d1910668c7cfc80 +SIZE (libregf-alpha-20140323.tar.gz) = 1474323 Modified: head/devel/libregf/pkg-plist ============================================================================== --- head/devel/libregf/pkg-plist Mon Mar 24 19:30:54 2014 (r349053) +++ head/devel/libregf/pkg-plist Mon Mar 24 19:39:52 2014 (r349054) @@ -13,6 +13,7 @@ lib/libregf.a lib/libregf.la lib/libregf.so lib/libregf.so.1 +lib/libregf.so.1.0.0 %%PYTHON_SITELIBDIR%%/pyregf.a %%PYTHON_SITELIBDIR%%/pyregf.la %%PYTHON_SITELIBDIR%%/pyregf.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403241939.s2OJdrQU058080>