Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 18:08:14 +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: r328185 - head/devel/libregf
Message-ID:  <201309241808.r8OI8ENE050111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep 24 18:08:14 2013
New Revision: 328185
URL: http://svnweb.freebsd.org/changeset/ports/328185

Log:
  - Update to alpha-20130922
  - Add an explicit dependency on pkgconf (needed for fuse detection)
  - Convert to STAGEDIR

Modified:
  head/devel/libregf/Makefile
  head/devel/libregf/distinfo
  head/devel/libregf/pkg-plist

Modified: head/devel/libregf/Makefile
==============================================================================
--- head/devel/libregf/Makefile	Tue Sep 24 18:04:34 2013	(r328184)
+++ head/devel/libregf/Makefile	Tue Sep 24 18:08:14 2013	(r328185)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libregf
-DISTVERSION=	alpha-20130830
+DISTVERSION=	alpha-20130922
 CATEGORIES=	devel
 MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSSC1yUDZpb3l0UHM/ \
 		LOCAL/antoine
@@ -13,28 +13,22 @@ COMMENT=	Library and tools to support th
 LICENSE=	LGPL3
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-python
-USES=		fuse gettext iconv pathfix
+CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
+USES=		fuse gettext iconv pathfix pkgconfig
 USE_PYTHON=	-2.7
 USE_LDCONFIG=	yes
-
-LDFLAGS+=	-L${LOCALBASE}/lib
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
 
-MAN1=		regfinfo.1
-MAN3=		libregf.3
+PORTDOCS=	AUTHORS ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-PORTDOCS=	AUTHORS ChangeLog
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/devel/libregf/distinfo
==============================================================================
--- head/devel/libregf/distinfo	Tue Sep 24 18:04:34 2013	(r328184)
+++ head/devel/libregf/distinfo	Tue Sep 24 18:08:14 2013	(r328185)
@@ -1,2 +1,2 @@
-SHA256 (libregf-alpha-20130830.tar.gz) = c48da8676e7f1ff0c8820f63c0a2c923a46f904bba3feec0bed357bc8af4ec6d
-SIZE (libregf-alpha-20130830.tar.gz) = 1417409
+SHA256 (libregf-alpha-20130922.tar.gz) = 397616ccbf7303b8f4a73261837a8a6a01152ebe36978bf2b50983664e932eb1
+SIZE (libregf-alpha-20130922.tar.gz) = 1455284

Modified: head/devel/libregf/pkg-plist
==============================================================================
--- head/devel/libregf/pkg-plist	Tue Sep 24 18:04:34 2013	(r328184)
+++ head/devel/libregf/pkg-plist	Tue Sep 24 18:08:14 2013	(r328185)
@@ -17,4 +17,6 @@ lib/libregf.so.1
 %%PYTHON_SITELIBDIR%%/pyregf.la
 %%PYTHON_SITELIBDIR%%/pyregf.so
 libdata/pkgconfig/libregf.pc
+man/man1/regfinfo.1.gz
+man/man3/libregf.3.gz
 @dirrm include/libregf



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