Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2013 16:54:57 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312300 - head/editors/libreoffice
Message-ID:  <201302151654.r1FGsvYD023093@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Feb 15 16:54:57 2013
New Revision: 312300
URL: http://svnweb.freebsd.org/changeset/ports/312300

Log:
  Enable XMLSEC support.  This fixes support for password-protected files.
  
  PR:	ports/167775

Modified:
  head/editors/libreoffice/Makefile
  head/editors/libreoffice/distinfo

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Fri Feb 15 16:44:08 2013	(r312299)
+++ head/editors/libreoffice/Makefile	Fri Feb 15 16:54:57 2013	(r312300)
@@ -2,7 +2,7 @@
 
 .include "${.CURDIR}/Makefile.common"
 
-PORTREVISION=	1
+PORTREVISION=	2
 
 MASTER_SITE_SUBDIR=	src/${PORTVERSION}/
 MASTER_SITES+=	http://dev-www.libreoffice.org/src/:src \
@@ -73,7 +73,8 @@ DISTFILES+=	${PORTNAME}-${components}-${
 
 EXTRACT_ONLY:=	${DISTFILES}
 
-DISTFILES+=	0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz:src
+DISTFILES+=	0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz:src \
+		1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz:src
 
 USE_AUTOTOOLS=	autoconf aclocal
 USE_BDB=	yes
@@ -174,7 +175,6 @@ CONFIGURE_ARGS+=	--with-unix-wrapper="li
 			--disable-nsplugin \
 			--disable-linkoo \
 			--disable-online-update \
-			--disable-xmlsec \
 			--with-system-gettext \
 			--with-system-libpng \
 			--disable-gnome-vfs \

Modified: head/editors/libreoffice/distinfo
==============================================================================
--- head/editors/libreoffice/distinfo	Fri Feb 15 16:44:08 2013	(r312299)
+++ head/editors/libreoffice/distinfo	Fri Feb 15 16:54:57 2013	(r312300)
@@ -4,6 +4,8 @@ SHA256 (libreoffice/libreoffice-help-3.6
 SIZE (libreoffice/libreoffice-help-3.6.5.2.tar.xz) = 1912108
 SHA256 (libreoffice/0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz) = a4ace7c0280e5ee8d4941b33449ee10edf1515437483d55ae387cc4de2c2bea0
 SIZE (libreoffice/0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz) = 432064
+SHA256 (libreoffice/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz) = 390a5085651828b8fe12aa978b200f59b9155eedbb91a4be89bf7cf39eefdd4a
+SIZE (libreoffice/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz) = 1652670
 SHA256 (libreoffice/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) = d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370
 SIZE (libreoffice/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) = 3519470
 SHA256 (libreoffice/2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz) = 556921bf0de5c508985c95eef77b73a4388a7da1b7e703060c79c58385483bf4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302151654.r1FGsvYD023093>