diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-29 23:45:22 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-29 23:45:22 +0000 |
| commit | 099320b1c05ba990db27d5c48e49c3b15404ffab (patch) | |
| tree | 328e4956c75fed37d4116c2923e2cf909e419243 | |
| parent | Quick fix for pkg-1.3 delete handling. It now requires -f to not automatically (diff) | |
- Fix plist
Approved by: portmgr blanket
| -rw-r--r-- | misc/sword/Makefile | 2 | ||||
| -rw-r--r-- | misc/sword/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 6f5a5a3f820a..a210152781a5 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -3,7 +3,7 @@ PORTNAME= sword PORTVERSION= 1.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \ http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ diff --git a/misc/sword/pkg-plist b/misc/sword/pkg-plist index 8ca0e6817b37..0367eef95a03 100644 --- a/misc/sword/pkg-plist +++ b/misc/sword/pkg-plist @@ -191,9 +191,11 @@ libdata/pkgconfig/sword.pc %%DATADIR%%/locales.d/abbr.conf %%DATADIR%%/locales.d/af-utf8.conf %%DATADIR%%/locales.d/af.conf +%%DATADIR%%/locales.d/ar-utf8.conf %%DATADIR%%/locales.d/ar_EG-cp1256.conf %%DATADIR%%/locales.d/ar_EG-utf8.conf %%DATADIR%%/locales.d/az-utf8.conf +%%DATADIR%%/locales.d/bg-utf8.conf %%DATADIR%%/locales.d/bg_BG-cp1251.conf %%DATADIR%%/locales.d/cs-utf8.conf %%DATADIR%%/locales.d/cs.conf @@ -254,6 +256,7 @@ libdata/pkgconfig/sword.pc %%DATADIR%%/locales.d/pt_BR.conf %%DATADIR%%/locales.d/ro-utf8.conf %%DATADIR%%/locales.d/ro.conf +%%DATADIR%%/locales.d/ru-utf8.conf %%DATADIR%%/locales.d/ru_RU-cp1251.conf %%DATADIR%%/locales.d/ru_RU-koi8-r.conf %%DATADIR%%/locales.d/ru_RU-utf8.conf @@ -264,6 +267,7 @@ libdata/pkgconfig/sword.pc %%DATADIR%%/locales.d/sv-utf8.conf %%DATADIR%%/locales.d/sv.conf %%DATADIR%%/locales.d/th-utf8.conf +%%DATADIR%%/locales.d/uk-utf8.conf %%DATADIR%%/locales.d/uk_UA-cp1251.conf %%DATADIR%%/locales.d/uk_UA-koi8-u.conf %%DATADIR%%/locales.d/vi-utf8.conf |
