svn commit: r323927 - head/devel/libmsiecf

Antoine Brodin antoine at FreeBSD.org
Mon Jul 29 22:06:55 UTC 2013


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 at 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


More information about the svn-ports-all mailing list