svn commit: r339756 - head/misc/sword17

Thomas Abthorpe tabthorpe at FreeBSD.org
Wed Jan 15 06:23:16 UTC 2014


Author: tabthorpe
Date: Wed Jan 15 06:23:15 2014
New Revision: 339756
URL: http://svnweb.freebsd.org/changeset/ports/339756
QAT: https://qat.redports.org/buildarchive/r339756/

Log:
  - Update to 1.7.2
  - Add STAGE support

Modified:
  head/misc/sword17/Makefile
  head/misc/sword17/distinfo
  head/misc/sword17/pkg-plist

Modified: head/misc/sword17/Makefile
==============================================================================
--- head/misc/sword17/Makefile	Wed Jan 15 05:44:43 2014	(r339755)
+++ head/misc/sword17/Makefile	Wed Jan 15 06:23:15 2014	(r339756)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sword
-PORTVERSION=	1.7.0
+PORTVERSION=	1.7.2
 CATEGORIES=	misc
 MASTER_SITES=	ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \
 		http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/
@@ -29,7 +29,6 @@ OPTIONS_DEFINE=	CURL CLUCENE
 CLUCENE_DESC=	Include indexing capability
 OPTIONS_DEFAULT=CURL CLUCENE
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCURL}
@@ -43,10 +42,8 @@ CONFIGURE_ARGS+=	--without-curl
 LIB_DEPENDS+=	libclucene-core.so:${PORTSDIR}/textproc/clucene \
 		libicudata.so:${PORTSDIR}/devel/icu
 CONFIGURE_ARGS+=	--with-clucene=${LOCALBASE} --with-icu
-PLIST_SUB+=		ICU="" ICUVER="`${LOCALBASE}/bin/icu-config --version`"
 .else
 CONFIGURE_ARGS+=	--without-clucene --without-icu
-PLIST_SUB+=		ICU="@comment "
 .endif
 
 run-autotools::	run-autotools-aclocal
@@ -56,6 +53,7 @@ run-autotools::	run-autotools-aclocal
 post-patch:
 	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
 		-e's|-O3||g' \
+		-e 's|%%DESTDIR%%|${STAGEDIR}|g' \
 		${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
 
 post-install:
@@ -70,7 +68,4 @@ post-install:
 	@${CAT} ${PKGMESSAGE}
 	@${ECHO_CMD}
 
-register:
-	${MAKE_CMD} register -C ${WRKSRC}
-
 .include <bsd.port.mk>

Modified: head/misc/sword17/distinfo
==============================================================================
--- head/misc/sword17/distinfo	Wed Jan 15 05:44:43 2014	(r339755)
+++ head/misc/sword17/distinfo	Wed Jan 15 06:23:15 2014	(r339756)
@@ -1,2 +1,2 @@
-SHA256 (sword-1.7.0.tar.gz) = 819bb4178e871ac2cbcf2a7765f94314c0051b79f522d02c24f8d9ddddac3501
-SIZE (sword-1.7.0.tar.gz) = 2115304
+SHA256 (sword-1.7.2.tar.gz) = ac7aace0ecb7a405d4b4b211ee1ae5b2250bb5c57c9197179747c9e830787871
+SIZE (sword-1.7.2.tar.gz) = 2127944

Modified: head/misc/sword17/pkg-plist
==============================================================================
--- head/misc/sword17/pkg-plist	Wed Jan 15 05:44:43 2014	(r339755)
+++ head/misc/sword17/pkg-plist	Wed Jan 15 06:23:15 2014	(r339756)
@@ -119,7 +119,6 @@ include/sword/swoptfilter.h
 include/sword/swobject.h
 include/sword/swsearchable.h
 include/sword/swtext.h
-include/sword/swunicod.h
 include/sword/swversion.h
 include/sword/sysdata.h
 include/sword/thmlfootnotes.h
@@ -197,7 +196,6 @@ libdata/pkgconfig/sword.pc
 %%DATADIR%%/locales.d/ar_EG-utf8.conf
 %%DATADIR%%/locales.d/az-utf8.conf
 %%DATADIR%%/locales.d/bg_BG-cp1251.conf
-%%DATADIR%%/locales.d/bg_BG-utf8.conf
 %%DATADIR%%/locales.d/cs-utf8.conf
 %%DATADIR%%/locales.d/cs.conf
 %%DATADIR%%/locales.d/cy-utf8.conf
@@ -269,7 +267,6 @@ libdata/pkgconfig/sword.pc
 %%DATADIR%%/locales.d/th-utf8.conf
 %%DATADIR%%/locales.d/uk_UA-cp1251.conf
 %%DATADIR%%/locales.d/uk_UA-koi8-u.conf
-%%DATADIR%%/locales.d/uk_UA-utf8.conf
 %%DATADIR%%/locales.d/vi-utf8.conf
 %%DATADIR%%/locales.d/zh_CN-utf8.conf
 %%DATADIR%%/locales.d/zh_Hans-utf8.conf


More information about the svn-ports-all mailing list