diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-04 02:41:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-04 02:41:57 +0800 |
commit | 9a85c236f49847daf0c1df2fd70ad9cdc5d6be45 (patch) | |
tree | 72e82af8e8162e3ade3a40566f96ee691ce98d18 | |
parent | eea5f8dfc668a568d160554cf28b90205e05a178 (diff) | |
download | freebsd-ports-gnome-9a85c236f49847daf0c1df2fd70ad9cdc5d6be45.tar.gz freebsd-ports-gnome-9a85c236f49847daf0c1df2fd70ad9cdc5d6be45.tar.zst freebsd-ports-gnome-9a85c236f49847daf0c1df2fd70ad9cdc5d6be45.zip |
- Update libregf to alpha-20130601
- It does not work with python 3 yet
-rw-r--r-- | devel/libregf/Makefile | 6 | ||||
-rw-r--r-- | devel/libregf/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/libregf/Makefile b/devel/libregf/Makefile index 73f66dee78dc..5d2f340137f3 100644 --- a/devel/libregf/Makefile +++ b/devel/libregf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libregf -DISTVERSION= alpha-20130420 +DISTVERSION= alpha-20130601 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE @@ -13,8 +13,8 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python -USES= fuse pathfix gettext iconv -USE_PYTHON= yes +USES= fuse gettext iconv pathfix +USE_PYTHON= -2.7 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/libregf/distinfo b/devel/libregf/distinfo index bf87dde58be8..767edeaaa777 100644 --- a/devel/libregf/distinfo +++ b/devel/libregf/distinfo @@ -1,2 +1,2 @@ -SHA256 (libregf-alpha-20130420.tar.gz) = 9bce5aa9d8dcfa0b7094370f1bb3978d3a6d14e6e24289c7303b0080b5a5b2bb -SIZE (libregf-alpha-20130420.tar.gz) = 1401974 +SHA256 (libregf-alpha-20130601.tar.gz) = f2263d2afe824ad12d29009a4601b125b91b04c07f363174506af6395242e16c +SIZE (libregf-alpha-20130601.tar.gz) = 1403633 |