diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-12-07 23:14:05 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-12-07 23:14:05 +0000 |
commit | f627848d49977515f0bb70310b19be35b93df5b2 (patch) | |
tree | 69be55d3ccd3ca91ea07396dc53f9e876b640477 /irc | |
parent | 44bcafc09d5c7529cab8eb53ba2e2811e0e718d6 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitlbee-mastodon/Makefile | 9 | ||||
-rw-r--r-- | irc/bitlbee-mastodon/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/irc/bitlbee-mastodon/Makefile b/irc/bitlbee-mastodon/Makefile index 1ac9a0ee2145..b4817a94a293 100644 --- a/irc/bitlbee-mastodon/Makefile +++ b/irc/bitlbee-mastodon/Makefile @@ -2,7 +2,7 @@ PORTNAME= bitlbee-mastodon DISTVERSIONPREFIX= v -DISTVERSION= 1.4.2 +DISTVERSION= 1.4.3 CATEGORIES= irc MAINTAINER= tobias.rehbein@web.de @@ -11,10 +11,11 @@ COMMENT= Bitlbee plugin to communicate with Mastodon instances LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= bitlbee>=3.5:irc/bitlbee +BUILD_DEPENDS= bitlbee>=3.5:irc/bitlbee \ + gsed:textproc/gsed RUN_DEPENDS= bitlbee>=3.5:irc/bitlbee -USES= autoreconf gnome libtool pkgconfig +USES= autoreconf gmake gnome libtool pkgconfig USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= kensanata @@ -26,6 +27,8 @@ INSTALL_TARGET= install-strip PLIST_FILES= lib/bitlbee/mastodon.so \ share/bitlbee/mastodon-help.txt +BINARY_ALIAS= sed=gsed + pre-configure: cd ${WRKSRC} && ./autogen.sh diff --git a/irc/bitlbee-mastodon/distinfo b/irc/bitlbee-mastodon/distinfo index aa59529cf02e..0e8e1abcbb01 100644 --- a/irc/bitlbee-mastodon/distinfo +++ b/irc/bitlbee-mastodon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551158740 -SHA256 (kensanata-bitlbee-mastodon-v1.4.2_GH0.tar.gz) = 9aff6eb59838f0949cfea73258f6c1459158f44e5e3b43179edf5426318e1948 -SIZE (kensanata-bitlbee-mastodon-v1.4.2_GH0.tar.gz) = 65712 +TIMESTAMP = 1571850414 +SHA256 (kensanata-bitlbee-mastodon-v1.4.3_GH0.tar.gz) = 3910173e262c00db2a4ab22e83dcad4f1084c7ebf7fee685fad571b8fdd42497 +SIZE (kensanata-bitlbee-mastodon-v1.4.3_GH0.tar.gz) = 66861 |