Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2015 06:52:52 +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: r404042 - head/devel/libqcow
Message-ID:  <201512200652.tBK6qq8U024921@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 20 06:52:52 2015
New Revision: 404042
URL: https://svnweb.freebsd.org/changeset/ports/404042

Log:
  Update to alpha-20151219

Modified:
  head/devel/libqcow/Makefile
  head/devel/libqcow/distinfo

Modified: head/devel/libqcow/Makefile
==============================================================================
--- head/devel/libqcow/Makefile	Sun Dec 20 06:50:13 2015	(r404041)
+++ head/devel/libqcow/Makefile	Sun Dec 20 06:52:52 2015	(r404042)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libqcow
-DISTVERSION=	alpha-20150105
+DISTVERSION=	alpha-20151219
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libyal/libqcow/releases/download/${PORTVERSION:E}/ \
 		LOCAL/antoine
@@ -13,20 +13,19 @@ COMMENT=	Library and tooling to access t
 LICENSE=	LGPL3
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
-USES=		fuse gettext iconv libtool pathfix pkgconfig python
+CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE}
+USES=		fuse gettext libtool pathfix pkgconfig python
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-CPPFLAGS+=	-I${OPENSSLINC}
-LDFLAGS+=	-L${OPENSSLLIB}
+LIBS+=		-L${OPENSSLLIB}
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
 
 PORTDOCS=	AUTHORS ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 

Modified: head/devel/libqcow/distinfo
==============================================================================
--- head/devel/libqcow/distinfo	Sun Dec 20 06:50:13 2015	(r404041)
+++ head/devel/libqcow/distinfo	Sun Dec 20 06:52:52 2015	(r404042)
@@ -1,2 +1,2 @@
-SHA256 (libqcow-alpha-20150105.tar.gz) = 362d3a8507603d63f814a6463ac4734e338b6c4c994ea29f62a49fabea869718
-SIZE (libqcow-alpha-20150105.tar.gz) = 1346298
+SHA256 (libqcow-alpha-20151219.tar.gz) = 81567899ff108892c788c8df07dc6e95e339e3172e17bdad9abe6d486f0ce91c
+SIZE (libqcow-alpha-20151219.tar.gz) = 1381835



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512200652.tBK6qq8U024921>