diff options
author | antoine <antoine@FreeBSD.org> | 2013-05-04 17:38:46 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-05-04 17:38:46 +0800 |
commit | 335c64be4efb9c44f99c2fb64fae3803a911a5c8 (patch) | |
tree | 54bae74f69293cfdf4bc651fb4f5cdf03f472716 /devel | |
parent | 157dde721bd4d299de2ee67dce59c7d6b320c743 (diff) | |
download | freebsd-ports-gnome-335c64be4efb9c44f99c2fb64fae3803a911a5c8.tar.gz freebsd-ports-gnome-335c64be4efb9c44f99c2fb64fae3803a911a5c8.tar.zst freebsd-ports-gnome-335c64be4efb9c44f99c2fb64fae3803a911a5c8.zip |
Update libevtx to alpha-20130421
libevtx does not work with python 3 yet
Do not show dialog for global options
Approved by: eadler, miwi (mentors, implicit)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libevtx/Makefile | 8 | ||||
-rw-r--r-- | devel/libevtx/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/libevtx/Makefile b/devel/libevtx/Makefile index 6d13ff97dfba..0a0c44a75fe8 100644 --- a/devel/libevtx/Makefile +++ b/devel/libevtx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevtx -DISTVERSION= alpha-20130418 +DISTVERSION= alpha-20130421 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE @@ -13,8 +13,8 @@ LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python -USES= pathfix gettext iconv -USE_PYTHON= yes +USES= gettext iconv pathfix +USE_PYTHON= -2.7 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib @@ -23,8 +23,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} MAN1= evtxinfo.1 MAN3= libevtx.3 -OPTIONS_DEFINE= DOCS EXAMPLES - PORTDOCS= AUTHORS ChangeLog PORTEXAMPLES= * diff --git a/devel/libevtx/distinfo b/devel/libevtx/distinfo index f87830630a66..65a36528d152 100644 --- a/devel/libevtx/distinfo +++ b/devel/libevtx/distinfo @@ -1,2 +1,2 @@ -SHA256 (libevtx-alpha-20130418.tar.gz) = 244e1eff968dcf6766baf0c9ae96edfc9a47abc8ccdbe0bd9f98e3edc8f55d23 -SIZE (libevtx-alpha-20130418.tar.gz) = 1675363 +SHA256 (libevtx-alpha-20130421.tar.gz) = ec1c07e7b65909beb92e22a4a64bfe507c506f6b0f29e529f67722390169ce51 +SIZE (libevtx-alpha-20130421.tar.gz) = 1676896 |