svn commit: r328183 - head/devel/libmsiecf
Antoine Brodin
antoine at FreeBSD.org
Tue Sep 24 18:00:41 UTC 2013
Author: antoine
Date: Tue Sep 24 18:00:39 2013
New Revision: 328183
URL: http://svnweb.freebsd.org/changeset/ports/328183
Log:
- Update to alpha-20130923
- Convert to STAGEDIR
Modified:
head/devel/libmsiecf/Makefile
head/devel/libmsiecf/distinfo
head/devel/libmsiecf/pkg-plist
Modified: head/devel/libmsiecf/Makefile
==============================================================================
--- head/devel/libmsiecf/Makefile Tue Sep 24 17:55:41 2013 (r328182)
+++ head/devel/libmsiecf/Makefile Tue Sep 24 18:00:39 2013 (r328183)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libmsiecf
-DISTVERSION= alpha-20130805
+DISTVERSION= alpha-20130923
CATEGORIES= devel
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSVm1MNkw5cU1mUG8/ \
LOCAL/antoine
@@ -13,28 +13,22 @@ COMMENT= Library and tools to access the
LICENSE= LGPL3
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-python
+CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
USES= gettext iconv pathfix
USE_PYTHON= -2.7
USE_LDCONFIG= yes
-
-LDFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
-MAN1= msiecfexport.1 msiecfinfo.1
-MAN3= libmsiecf.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/libmsiecf/distinfo
==============================================================================
--- head/devel/libmsiecf/distinfo Tue Sep 24 17:55:41 2013 (r328182)
+++ head/devel/libmsiecf/distinfo Tue Sep 24 18:00:39 2013 (r328183)
@@ -1,2 +1,2 @@
-SHA256 (libmsiecf-alpha-20130805.tar.gz) = 3554d7be668aa297d3189cc3f6479719237df3e2f99733a8a0aa4e434a5baffd
-SIZE (libmsiecf-alpha-20130805.tar.gz) = 1328188
+SHA256 (libmsiecf-alpha-20130923.tar.gz) = d70867bd56907db5fac3626c21a6432c409ee982e19e192b365d5d6d1cce7628
+SIZE (libmsiecf-alpha-20130923.tar.gz) = 1365034
Modified: head/devel/libmsiecf/pkg-plist
==============================================================================
--- head/devel/libmsiecf/pkg-plist Tue Sep 24 17:55:41 2013 (r328182)
+++ head/devel/libmsiecf/pkg-plist Tue Sep 24 18:00:39 2013 (r328183)
@@ -15,4 +15,7 @@ lib/libmsiecf.so.1
%%PYTHON_SITELIBDIR%%/pymsiecf.la
%%PYTHON_SITELIBDIR%%/pymsiecf.so
libdata/pkgconfig/libmsiecf.pc
+man/man1/msiecfexport.1.gz
+man/man1/msiecfinfo.1.gz
+man/man3/libmsiecf.3.gz
@dirrm include/libmsiecf
More information about the svn-ports-all
mailing list