Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 11:58:18 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370303 - head/graphics/libfreehand
Message-ID:  <201410071158.s97BwIg0040912@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct  7 11:58:18 2014
New Revision: 370303
URL: https://svnweb.freebsd.org/changeset/ports/370303
QAT: https://qat.redports.org/buildarchive/r370303/

Log:
  Fix fetching
  Remove the DOCS option

Modified:
  head/graphics/libfreehand/Makefile
  head/graphics/libfreehand/pkg-plist

Modified: head/graphics/libfreehand/Makefile
==============================================================================
--- head/graphics/libfreehand/Makefile	Tue Oct  7 11:56:14 2014	(r370302)
+++ head/graphics/libfreehand/Makefile	Tue Oct  7 11:58:18 2014	(r370303)
@@ -2,9 +2,9 @@
 
 PORTNAME=	libfreehand
 PORTVERSION=	0.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
-MASTER_SITES=	http://dev-www.libreoffice.org/src/
+MASTER_SITES=	http://dev-www.libreoffice.org/src/${PORTNAME}/
 
 MAINTAINER=	office@FreeBSD.org
 COMMENT=	Library providing ability to interpret and import Adobe/Macromedia drawings
@@ -17,14 +17,8 @@ LIB_DEPENDS=	librevenge-0.0.so:${PORTSDI
 GNU_CONFIGURE=	yes
 USES=	libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
-CONFIGURE_ARGS=	--disable-werror
+CONFIGURE_ARGS=	--disable-werror --without-docs
 INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=	DOCS
-
-DOCS_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen
-DOCS_CONFIGURE_OFF=	--without-docs
-PORTDOCS=	*
-
 .include <bsd.port.mk>
 

Modified: head/graphics/libfreehand/pkg-plist
==============================================================================
--- head/graphics/libfreehand/pkg-plist	Tue Oct  7 11:56:14 2014	(r370302)
+++ head/graphics/libfreehand/pkg-plist	Tue Oct  7 11:58:18 2014	(r370303)
@@ -6,5 +6,3 @@ lib/libfreehand-0.1.so
 lib/libfreehand-0.1.so.1
 lib/libfreehand-0.1.so.1.0.0
 libdata/pkgconfig/libfreehand-0.1.pc
-@dirrm include/libfreehand-0.1/libfreehand
-@dirrm include/libfreehand-0.1



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