diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-19 03:36:54 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-19 03:36:54 +0800 |
commit | 73382aa3f0fc5692e1f376cc2f53f7f26c8c44e4 (patch) | |
tree | ba2a9c3d18a9101e60bc45930894742034b34fa3 /misc/sword | |
parent | 549ae814b710c28cebb4db935e2c064e8022f061 (diff) | |
download | freebsd-ports-gnome-73382aa3f0fc5692e1f376cc2f53f7f26c8c44e4.tar.gz freebsd-ports-gnome-73382aa3f0fc5692e1f376cc2f53f7f26c8c44e4.tar.zst freebsd-ports-gnome-73382aa3f0fc5692e1f376cc2f53f7f26c8c44e4.zip |
- Update to 1.5.10
Approved by: portmgr (pav)
Diffstat (limited to 'misc/sword')
-rw-r--r-- | misc/sword/Makefile | 20 | ||||
-rw-r--r-- | misc/sword/distinfo | 6 | ||||
-rw-r--r-- | misc/sword/pkg-plist | 6 |
3 files changed, 20 insertions, 12 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 5445ed44521c..066d529cefd4 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -6,12 +6,12 @@ # PORTNAME= sword -PORTVERSION= 1.5.9 -PORTREVISION= 3 +PORTVERSION= 1.5.10 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= bibletime + http://crosswire.org/ftpmirror/pub/sword/source/v1.5/ \ + LOCAL +MASTER_SITE_SUBDIR= tabthorpe MAINTAINER= tabthorpe@FreeBSD.org COMMENT= A project framework for manipulating Bible texts @@ -19,13 +19,19 @@ COMMENT= A project framework for manipulating Bible texts USE_GNOME= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:19 +USE_AUTOTOOLS= automake:110 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --without-conf --without-lucene +CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib USE_LDCONFIG= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 800000 +BROKEN= Does not compile under 8.X +.endif + .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl PLIST_SUB+= INSTALLMGR="@comment " @@ -56,4 +62,4 @@ post-install: register: @(cd ${WRKSRC} && ${GMAKE} register) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/sword/distinfo b/misc/sword/distinfo index addda689560f..93d95538d450 100644 --- a/misc/sword/distinfo +++ b/misc/sword/distinfo @@ -1,3 +1,3 @@ -MD5 (sword-1.5.9.tar.gz) = e1f1af8c2add8310d0bbcddc9af523b8 -SHA256 (sword-1.5.9.tar.gz) = dd170431235cc419cbe6c40362640927a78dc93e082623709abe1310fe804481 -SIZE (sword-1.5.9.tar.gz) = 1816315 +MD5 (sword-1.5.10.tar.gz) = 4c920f2a3ee72040df8a8e105ad840df +SHA256 (sword-1.5.10.tar.gz) = 5fb3f030e9395e23a48c02bde6bc81ad42b1c4056a011d9ee15c4c85110eb847 +SIZE (sword-1.5.10.tar.gz) = 1856793 diff --git a/misc/sword/pkg-plist b/misc/sword/pkg-plist index 3234e4fbd15d..d3b9e77fee1f 100644 --- a/misc/sword/pkg-plist +++ b/misc/sword/pkg-plist @@ -67,6 +67,7 @@ include/sword/osisredletterwords.h include/sword/osisrtf.h include/sword/osisscripref.h include/sword/osisstrongs.h +include/sword/osisvariants.h include/sword/osiswebif.h include/sword/osiswordjs.h include/sword/papyriplain.h @@ -156,11 +157,10 @@ include/sword/zcom.h include/sword/zconf.h include/sword/zipcomprs.h include/sword/zld.h -include/sword/zlib.h include/sword/zstr.h include/sword/ztext.h include/sword/zverse.h -lib/libsword-1.5.9.so +lib/libsword-1.5.10.so lib/libsword.a lib/libsword.la lib/libsword.so @@ -187,6 +187,7 @@ libdata/pkgconfig/sword.pc %%DATADIR%%/locales.d/et.conf %%DATADIR%%/locales.d/et_abbr-utf8.conf %%DATADIR%%/locales.d/et_abbr.conf +%%DATADIR%%/locales.d/fa-utf8.conf %%DATADIR%%/locales.d/fi-utf8.conf %%DATADIR%%/locales.d/fi.conf %%DATADIR%%/locales.d/fr-utf8.conf @@ -225,6 +226,7 @@ libdata/pkgconfig/sword.pc %%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 @dirrm %%DATADIR%%/mods.d @dirrm %%DATADIR%%/locales.d @dirrm %%DATADIR%% |