From owner-svn-ports-all@FreeBSD.ORG Mon Jul 29 22:06:55 2013 Return-Path: Delivered-To: svn-ports-all@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 5C47D382; Mon, 29 Jul 2013 22:06:55 +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 49B13238F; Mon, 29 Jul 2013 22:06:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TM6sWK052698; Mon, 29 Jul 2013 22:06:54 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6TM6s6a052697; Mon, 29 Jul 2013 22:06:54 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201307292206.r6TM6s6a052697@svn.freebsd.org> From: Antoine Brodin Date: Mon, 29 Jul 2013 22:06:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323927 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 22:06:55 -0000 Author: antoine Date: Mon Jul 29 22:06:54 2013 New Revision: 323927 URL: http://svnweb.freebsd.org/changeset/ports/323927 Log: Make libmsiecf fetchable again. While here, mark that is it not ready for python 3 yet Modified: head/devel/libmsiecf/Makefile Modified: head/devel/libmsiecf/Makefile ============================================================================== --- head/devel/libmsiecf/Makefile Mon Jul 29 21:59:12 2013 (r323926) +++ head/devel/libmsiecf/Makefile Mon Jul 29 22:06:54 2013 (r323927) @@ -4,7 +4,8 @@ PORTNAME= libmsiecf DISTVERSION= alpha-20130529 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/ \ + LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the MSIE index.dat files @@ -14,7 +15,7 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python USES= gettext iconv pathfix -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib