diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-19 03:36:54 +0800 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-19 03:36:54 +0800 |
commit | fa9afc1b6ad59f6663d7bff0c40e4a9989c44c10 (patch) | |
tree | 21f655ea2da859a14577d379b0b0586212216ccd | |
parent | 4e0909b75dc435d4f09ae39030b91e8ebcf3a50f (diff) | |
download | freebsd-ports-gnome-fa9afc1b6ad59f6663d7bff0c40e4a9989c44c10.tar.gz freebsd-ports-gnome-fa9afc1b6ad59f6663d7bff0c40e4a9989c44c10.tar.zst freebsd-ports-gnome-fa9afc1b6ad59f6663d7bff0c40e4a9989c44c10.zip |
- Update to 1.5.10
Approved by: portmgr (pav)
-rw-r--r-- | misc/sword/Makefile | 20 | ||||
-rw-r--r-- | misc/sword/distinfo | 6 | ||||
-rw-r--r-- | misc/sword/pkg-plist | 6 | ||||
-rw-r--r-- | misc/sword15/Makefile | 20 | ||||
-rw-r--r-- | misc/sword15/distinfo | 6 | ||||
-rw-r--r-- | misc/sword15/pkg-plist | 6 |
6 files changed, 40 insertions, 24 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%% diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile index 5445ed44521c..066d529cefd4 100644 --- a/misc/sword15/Makefile +++ b/misc/sword15/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/sword15/distinfo b/misc/sword15/distinfo index addda689560f..93d95538d450 100644 --- a/misc/sword15/distinfo +++ b/misc/sword15/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/sword15/pkg-plist b/misc/sword15/pkg-plist index 3234e4fbd15d..d3b9e77fee1f 100644 --- a/misc/sword15/pkg-plist +++ b/misc/sword15/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%% |