diff options
author | cpm <cpm@FreeBSD.org> | 2017-01-11 07:55:47 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-01-11 07:55:47 +0800 |
commit | 2f286f5059628c8e0771d0a8307b0a492be172bb (patch) | |
tree | e128530168ad247e75941d147b6cf5ec1015e09b /net-im | |
parent | 9ebd5a76ed7fd4ee38f269d4d9ae36979893f1fb (diff) | |
download | freebsd-ports-gnome-2f286f5059628c8e0771d0a8307b0a492be172bb.tar.gz freebsd-ports-gnome-2f286f5059628c8e0771d0a8307b0a492be172bb.tar.zst freebsd-ports-gnome-2f286f5059628c8e0771d0a8307b0a492be172bb.zip |
- Update to 1.4.1
- Remove USES=compiler:c++11-lang after FreeBSD 9 EOL
- Disable spellchecking which depends on gspell >= 1.0.x
Changelog:
https://github.com/baedert/corebird/releases/tag/1.4.1
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/corebird/Makefile | 6 | ||||
-rw-r--r-- | net-im/corebird/distinfo | 6 | ||||
-rw-r--r-- | net-im/corebird/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-im/corebird/Makefile b/net-im/corebird/Makefile index a407f1295536..af17a267660c 100644 --- a/net-im/corebird/Makefile +++ b/net-im/corebird/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.1 CATEGORIES= net-im MAINTAINER= cpm@FreeBSD.org @@ -20,12 +20,14 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ USE_GITHUB= yes GH_ACCOUNT= baedert -USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig sqlite +USES= autoreconf gmake libtool pkgconfig sqlite GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-spellcheck # spellchecking depends on gspell >= 1.0.x + OPTIONS_DEFINE= GSTREAMER NLS OPTIONS_DEFAULT= GSTREAMER OPTIONS_SUB= yes diff --git a/net-im/corebird/distinfo b/net-im/corebird/distinfo index 2c615686a71e..f179f9a8b941 100644 --- a/net-im/corebird/distinfo +++ b/net-im/corebird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1475744774 -SHA256 (baedert-corebird-1.3.3_GH0.tar.gz) = 4331fe49c1c3eba5dcfaad77f470084ede237972aea8d7e7b080d76cf02abd13 -SIZE (baedert-corebird-1.3.3_GH0.tar.gz) = 437996 +TIMESTAMP = 1483988587 +SHA256 (baedert-corebird-1.4.1_GH0.tar.gz) = 1756fc452392cbfe5ab02350673711a6a60b4e6772e8e7d0257f7a0dd01e55df +SIZE (baedert-corebird-1.4.1_GH0.tar.gz) = 461979 diff --git a/net-im/corebird/pkg-plist b/net-im/corebird/pkg-plist index 30045446c242..94634093da2f 100644 --- a/net-im/corebird/pkg-plist +++ b/net-im/corebird/pkg-plist @@ -24,6 +24,7 @@ share/icons/hicolor/96x96/apps/corebird.png %%NLS%%share/locale/fa/LC_MESSAGES/corebird.mo %%NLS%%share/locale/fi/LC_MESSAGES/corebird.mo %%NLS%%share/locale/fr/LC_MESSAGES/corebird.mo +%%NLS%%share/locale/gl/LC_MESSAGES/corebird.mo %%NLS%%share/locale/hi/LC_MESSAGES/corebird.mo %%NLS%%share/locale/hu/LC_MESSAGES/corebird.mo %%NLS%%share/locale/id/LC_MESSAGES/corebird.mo @@ -31,6 +32,7 @@ share/icons/hicolor/96x96/apps/corebird.png %%NLS%%share/locale/ja/LC_MESSAGES/corebird.mo %%NLS%%share/locale/ko/LC_MESSAGES/corebird.mo %%NLS%%share/locale/lt/LC_MESSAGES/corebird.mo +%%NLS%%share/locale/nb/LC_MESSAGES/corebird.mo %%NLS%%share/locale/nl/LC_MESSAGES/corebird.mo %%NLS%%share/locale/pl/LC_MESSAGES/corebird.mo %%NLS%%share/locale/pt/LC_MESSAGES/corebird.mo |