Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2020 10:55:31 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534385 - head/irc/bitlbee-mastodon
Message-ID:  <202005081055.048AtV97017372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Fri May  8 10:55:30 2020
New Revision: 534385
URL: https://svnweb.freebsd.org/changeset/ports/534385

Log:
  Update to 1.4.4
  
  PR:		244928
  Submitted by:	tobias.rehbein@web.de (maintainer)
  Approved by:	ehaupt (mentor)

Modified:
  head/irc/bitlbee-mastodon/Makefile
  head/irc/bitlbee-mastodon/distinfo

Modified: head/irc/bitlbee-mastodon/Makefile
==============================================================================
--- head/irc/bitlbee-mastodon/Makefile	Fri May  8 10:51:36 2020	(r534384)
+++ head/irc/bitlbee-mastodon/Makefile	Fri May  8 10:55:30 2020	(r534385)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bitlbee-mastodon
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.4.3
+DISTVERSION=	1.4.4
 CATEGORIES=	irc
 
 MAINTAINER=	tobias.rehbein@web.de
@@ -22,14 +22,13 @@ GH_ACCOUNT=	kensanata
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-plugindir=${PREFIX}/lib/bitlbee
+CONFIGURE_ENV=	ac_cv_path_SED=${LOCALBASE}/bin/gsed
 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
+	cd ${WRKSRC} && ${SH} autogen.sh
 
 .include <bsd.port.mk>

Modified: head/irc/bitlbee-mastodon/distinfo
==============================================================================
--- head/irc/bitlbee-mastodon/distinfo	Fri May  8 10:51:36 2020	(r534384)
+++ head/irc/bitlbee-mastodon/distinfo	Fri May  8 10:55:30 2020	(r534385)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571850414
-SHA256 (kensanata-bitlbee-mastodon-v1.4.3_GH0.tar.gz) = 3910173e262c00db2a4ab22e83dcad4f1084c7ebf7fee685fad571b8fdd42497
-SIZE (kensanata-bitlbee-mastodon-v1.4.3_GH0.tar.gz) = 66861
+TIMESTAMP = 1584683868
+SHA256 (kensanata-bitlbee-mastodon-v1.4.4_GH0.tar.gz) = 5ecb36a14ea59325f796009a7d3fb86e23d8bb273afe4744c6949c056bf8be48
+SIZE (kensanata-bitlbee-mastodon-v1.4.4_GH0.tar.gz) = 188810



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005081055.048AtV97017372>