Date: Sun, 20 Dec 2015 06:50:13 +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: r404041 - head/devel/libsmraw Message-ID: <201512200650.tBK6oDvu022269@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Dec 20 06:50:13 2015 New Revision: 404041 URL: https://svnweb.freebsd.org/changeset/ports/404041 Log: Update to alpha-20151219 Modified: head/devel/libsmraw/Makefile head/devel/libsmraw/distinfo Modified: head/devel/libsmraw/Makefile ============================================================================== --- head/devel/libsmraw/Makefile Sun Dec 20 06:47:45 2015 (r404040) +++ head/devel/libsmraw/Makefile Sun Dec 20 06:50:13 2015 (r404041) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libsmraw -DISTVERSION= alpha-20150105 +DISTVERSION= alpha-20151219 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmraw/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -13,20 +13,19 @@ COMMENT= Library and tools to access the 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/libsmraw/distinfo ============================================================================== --- head/devel/libsmraw/distinfo Sun Dec 20 06:47:45 2015 (r404040) +++ head/devel/libsmraw/distinfo Sun Dec 20 06:50:13 2015 (r404041) @@ -1,2 +1,2 @@ -SHA256 (libsmraw-alpha-20150105.tar.gz) = 04f27db96742f42750e37a25f0523cde3e655765259b7662e4aa5e7760c14e6b -SIZE (libsmraw-alpha-20150105.tar.gz) = 1474238 +SHA256 (libsmraw-alpha-20151219.tar.gz) = b429ba6ddaed71d77c090f17d49734a3728d05ff41791894b0856057364afda2 +SIZE (libsmraw-alpha-20151219.tar.gz) = 1512157
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512200650.tBK6oDvu022269>