Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2018 17:49:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482860 - head/www/py-bjoern
Message-ID:  <201810231749.w9NHnvBt063103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 23 17:49:57 2018
New Revision: 482860
URL: https://svnweb.freebsd.org/changeset/ports/482860

Log:
  Update to 2.2.3
  
  Changes:	https://github.com/jonashaag/bjoern/blob/master/CHANGELOG

Modified:
  head/www/py-bjoern/Makefile
  head/www/py-bjoern/distinfo

Modified: head/www/py-bjoern/Makefile
==============================================================================
--- head/www/py-bjoern/Makefile	Tue Oct 23 17:49:48 2018	(r482859)
+++ head/www/py-bjoern/Makefile	Tue Oct 23 17:49:57 2018	(r482860)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bjoern
-PORTVERSION=	2.2.2
+PORTVERSION=	2.2.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libev.so:devel/libev
 
-LDFLAGS+=	-lc
 USES=		localbase python
 USE_PYTHON=	autoplist concurrent distutils
+
+LDFLAGS+=	-lc
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so

Modified: head/www/py-bjoern/distinfo
==============================================================================
--- head/www/py-bjoern/distinfo	Tue Oct 23 17:49:48 2018	(r482859)
+++ head/www/py-bjoern/distinfo	Tue Oct 23 17:49:57 2018	(r482860)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534456653
-SHA256 (bjoern-2.2.2.tar.gz) = b1b236b03c0e0c44c26ed3af9733114709e9a221f0a5372bd42432a69e4abff0
-SIZE (bjoern-2.2.2.tar.gz) = 37809
+TIMESTAMP = 1540304411
+SHA256 (bjoern-2.2.3.tar.gz) = a273b1e2dd4f9962668d416409d7936bf5535d58ba3b07bfa3520c9a71c57cd1
+SIZE (bjoern-2.2.3.tar.gz) = 38822



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