Date: Sun, 25 Nov 2018 12:44:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485856 - head/devel/libqcow Message-ID: <201811251244.wAPCiOAY022813@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Nov 25 12:44:24 2018 New Revision: 485856 URL: https://svnweb.freebsd.org/changeset/ports/485856 Log: Update to alpha-20181124 Modified: head/devel/libqcow/Makefile head/devel/libqcow/distinfo Modified: head/devel/libqcow/Makefile ============================================================================== --- head/devel/libqcow/Makefile Sun Nov 25 12:28:36 2018 (r485855) +++ head/devel/libqcow/Makefile Sun Nov 25 12:44:24 2018 (r485856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libqcow -DISTVERSION= alpha-20180831 +DISTVERSION= alpha-20181124 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libqcow/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -19,14 +19,13 @@ RUN_DEPENDS= python${PYTHON2_DEFAULT}:lang/python${PYT python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python2 --enable-python3 +CONFIGURE_ARGS= --enable-python2 --enable-python3 --with-openssl=no CONFIGURE_ENV= PYTHON2_CONFIG=${LOCALBASE}/bin/python${PYTHON2_DEFAULT}-config \ PYTHON3=${LOCALBASE}/bin/python${PYTHON3_DEFAULT} \ PYTHON3_CONFIG=${LOCALBASE}/bin/python${PYTHON3_DEFAULT}-config -USES= fuse libtool pathfix pkgconfig ssl +USES= fuse libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip -LIBS+= -L${OPENSSLLIB} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PLIST_SUB= PYTHON2_SITELIBDIR=lib/python${PYTHON2_DEFAULT}/site-packages \ PYTHON3_SITELIBDIR=lib/python${PYTHON3_DEFAULT}/site-packages Modified: head/devel/libqcow/distinfo ============================================================================== --- head/devel/libqcow/distinfo Sun Nov 25 12:28:36 2018 (r485855) +++ head/devel/libqcow/distinfo Sun Nov 25 12:44:24 2018 (r485856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535781585 -SHA256 (libqcow-alpha-20180831.tar.gz) = ead0418de0bd8cf11726c3f1cd92009469459e1a51fb550b6304b9658284ac52 -SIZE (libqcow-alpha-20180831.tar.gz) = 1436245 +TIMESTAMP = 1543087874 +SHA256 (libqcow-alpha-20181124.tar.gz) = 7c4c9165196abe7e4bd5b4ab2322888af1e71a7314a35d8a961f26603a9f5fc2 +SIZE (libqcow-alpha-20181124.tar.gz) = 1441783
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811251244.wAPCiOAY022813>