aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2008-05-21 20:54:21 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2008-05-21 20:54:21 +0800
commit08e189a11b36597cbf701fcd22624ae3ec3dec2c (patch)
treeccf31e9094d8582e7283de22b5647eb91fdcc93b
parentce11eb24755578ea2c081dfd0339f0cf37ccbb20 (diff)
downloadfreebsd-ports-gnome-08e189a11b36597cbf701fcd22624ae3ec3dec2c.tar.gz
freebsd-ports-gnome-08e189a11b36597cbf701fcd22624ae3ec3dec2c.tar.zst
freebsd-ports-gnome-08e189a11b36597cbf701fcd22624ae3ec3dec2c.zip
- Update to 1.5.11
- Changelog at <http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-1.5.11/ChangeLog> Notified by: portscout
-rw-r--r--misc/sword/Makefile11
-rw-r--r--misc/sword/distinfo6
-rw-r--r--misc/sword/pkg-plist6
-rw-r--r--misc/sword15/Makefile11
-rw-r--r--misc/sword15/distinfo6
-rw-r--r--misc/sword15/pkg-plist6
6 files changed, 28 insertions, 18 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile
index b262b8db0ccc..3a3ce6f97f86 100644
--- a/misc/sword/Makefile
+++ b/misc/sword/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sword
-PORTVERSION= 1.5.10
+PORTVERSION= 1.5.11
CATEGORIES= misc
MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \
http://crosswire.org/ftpmirror/pub/sword/source/v1.5/ \
@@ -19,20 +19,18 @@ COMMENT= A project framework for manipulating Bible texts
USE_GNOME= pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:110
+USE_AUTOTOOLS= automake:110 autoconf:261
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib
+CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu
USE_LDCONFIG= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.if defined(WITHOUT_CURL)
CONFIGURE_ARGS+= --without-curl
-PLIST_SUB+= INSTALLMGR="@comment "
.else
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --with-curl
-PLIST_SUB+= INSTALLMGR=""
pre-everything::
@${ECHO_CMD} "Define WITHOUT_CURL to disable remote fetch (curl) support in the installmanager"
@@ -41,6 +39,9 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am
+ @@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \
+ ${WRKSRC}/Makefile.in ${WRKSRC}/lib/Makefile.am \
+ ${WRKSRC}/lib/Makefile.in
post-install:
@${MKDIR} ${PREFIX}/share/sword/mods.d
diff --git a/misc/sword/distinfo b/misc/sword/distinfo
index 93d95538d450..88ebc6ff7e4f 100644
--- a/misc/sword/distinfo
+++ b/misc/sword/distinfo
@@ -1,3 +1,3 @@
-MD5 (sword-1.5.10.tar.gz) = 4c920f2a3ee72040df8a8e105ad840df
-SHA256 (sword-1.5.10.tar.gz) = 5fb3f030e9395e23a48c02bde6bc81ad42b1c4056a011d9ee15c4c85110eb847
-SIZE (sword-1.5.10.tar.gz) = 1856793
+MD5 (sword-1.5.11.tar.gz) = 84a13fd3cf767902de91368424f30baa
+SHA256 (sword-1.5.11.tar.gz) = 120a881f12c7d2f4fa21cf39616f7246ce1eeae2d6268f432f404720988269a6
+SIZE (sword-1.5.11.tar.gz) = 1799625
diff --git a/misc/sword/pkg-plist b/misc/sword/pkg-plist
index d3b9e77fee1f..86bed7f49cb2 100644
--- a/misc/sword/pkg-plist
+++ b/misc/sword/pkg-plist
@@ -10,6 +10,7 @@ bin/mod2osis
bin/mod2vpl
bin/mod2zmod
bin/osis2mod
+bin/tei2mod
bin/vpl2mod
bin/vs2osisref
bin/xml2gbs
@@ -160,7 +161,7 @@ include/sword/zld.h
include/sword/zstr.h
include/sword/ztext.h
include/sword/zverse.h
-lib/libsword-1.5.10.so
+lib/libsword-1.5.11.so
lib/libsword.a
lib/libsword.la
lib/libsword.so
@@ -190,6 +191,8 @@ libdata/pkgconfig/sword.pc
%%DATADIR%%/locales.d/fa-utf8.conf
%%DATADIR%%/locales.d/fi-utf8.conf
%%DATADIR%%/locales.d/fi.conf
+%%DATADIR%%/locales.d/fr_abbrev-utf8.conf
+%%DATADIR%%/locales.d/fr_abbrev.conf
%%DATADIR%%/locales.d/fr-utf8.conf
%%DATADIR%%/locales.d/fr.conf
%%DATADIR%%/locales.d/he-utf8.conf
@@ -198,6 +201,7 @@ libdata/pkgconfig/sword.pc
%%DATADIR%%/locales.d/id.conf
%%DATADIR%%/locales.d/it-utf8.conf
%%DATADIR%%/locales.d/it.conf
+%%DATADIR%%/locales.d/ja.conf
%%DATADIR%%/locales.d/ko-utf8.conf
%%DATADIR%%/locales.d/ko.conf
%%DATADIR%%/locales.d/ko_abbrev-utf8.conf
diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile
index b262b8db0ccc..3a3ce6f97f86 100644
--- a/misc/sword15/Makefile
+++ b/misc/sword15/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sword
-PORTVERSION= 1.5.10
+PORTVERSION= 1.5.11
CATEGORIES= misc
MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \
http://crosswire.org/ftpmirror/pub/sword/source/v1.5/ \
@@ -19,20 +19,18 @@ COMMENT= A project framework for manipulating Bible texts
USE_GNOME= pkgconfig
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:110
+USE_AUTOTOOLS= automake:110 autoconf:261
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib
+CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu
USE_LDCONFIG= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
.if defined(WITHOUT_CURL)
CONFIGURE_ARGS+= --without-curl
-PLIST_SUB+= INSTALLMGR="@comment "
.else
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --with-curl
-PLIST_SUB+= INSTALLMGR=""
pre-everything::
@${ECHO_CMD} "Define WITHOUT_CURL to disable remote fetch (curl) support in the installmanager"
@@ -41,6 +39,9 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am
+ @@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \
+ ${WRKSRC}/Makefile.in ${WRKSRC}/lib/Makefile.am \
+ ${WRKSRC}/lib/Makefile.in
post-install:
@${MKDIR} ${PREFIX}/share/sword/mods.d
diff --git a/misc/sword15/distinfo b/misc/sword15/distinfo
index 93d95538d450..88ebc6ff7e4f 100644
--- a/misc/sword15/distinfo
+++ b/misc/sword15/distinfo
@@ -1,3 +1,3 @@
-MD5 (sword-1.5.10.tar.gz) = 4c920f2a3ee72040df8a8e105ad840df
-SHA256 (sword-1.5.10.tar.gz) = 5fb3f030e9395e23a48c02bde6bc81ad42b1c4056a011d9ee15c4c85110eb847
-SIZE (sword-1.5.10.tar.gz) = 1856793
+MD5 (sword-1.5.11.tar.gz) = 84a13fd3cf767902de91368424f30baa
+SHA256 (sword-1.5.11.tar.gz) = 120a881f12c7d2f4fa21cf39616f7246ce1eeae2d6268f432f404720988269a6
+SIZE (sword-1.5.11.tar.gz) = 1799625
diff --git a/misc/sword15/pkg-plist b/misc/sword15/pkg-plist
index d3b9e77fee1f..86bed7f49cb2 100644
--- a/misc/sword15/pkg-plist
+++ b/misc/sword15/pkg-plist
@@ -10,6 +10,7 @@ bin/mod2osis
bin/mod2vpl
bin/mod2zmod
bin/osis2mod
+bin/tei2mod
bin/vpl2mod
bin/vs2osisref
bin/xml2gbs
@@ -160,7 +161,7 @@ include/sword/zld.h
include/sword/zstr.h
include/sword/ztext.h
include/sword/zverse.h
-lib/libsword-1.5.10.so
+lib/libsword-1.5.11.so
lib/libsword.a
lib/libsword.la
lib/libsword.so
@@ -190,6 +191,8 @@ libdata/pkgconfig/sword.pc
%%DATADIR%%/locales.d/fa-utf8.conf
%%DATADIR%%/locales.d/fi-utf8.conf
%%DATADIR%%/locales.d/fi.conf
+%%DATADIR%%/locales.d/fr_abbrev-utf8.conf
+%%DATADIR%%/locales.d/fr_abbrev.conf
%%DATADIR%%/locales.d/fr-utf8.conf
%%DATADIR%%/locales.d/fr.conf
%%DATADIR%%/locales.d/he-utf8.conf
@@ -198,6 +201,7 @@ libdata/pkgconfig/sword.pc
%%DATADIR%%/locales.d/id.conf
%%DATADIR%%/locales.d/it-utf8.conf
%%DATADIR%%/locales.d/it.conf
+%%DATADIR%%/locales.d/ja.conf
%%DATADIR%%/locales.d/ko-utf8.conf
%%DATADIR%%/locales.d/ko.conf
%%DATADIR%%/locales.d/ko_abbrev-utf8.conf